dep

Iowa Daily Erosion Project (version 2)

https://github.com/dailyerosion/dep

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary

Keywords

erosion wepp

Keywords from Contributors

genomics distribution mesh energy-system-model plots datacleaner data-profilers particles observability optim
Last synced: 9 months ago · JSON representation

Repository

Iowa Daily Erosion Project (version 2)

Basic Info
  • Host: GitHub
  • Owner: dailyerosion
  • License: mit
  • Language: Fortran
  • Default Branch: main
  • Size: 35.9 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 36
  • Releases: 6
Topics
erosion wepp
Created over 12 years ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

Daily Erosion Project (DEP)

Herein lies the Iowa State University Daily Erosion Project (version 2). This code base encompasses the processing of locally generated inputs into formats that the WEPP Model.

Much of this code is highly custom to what our project aims to do, but hopefully some of it is useful for your inspiration. In general, the code folders are as such:

  • config website configuration files
  • data un-versioned local input data files
  • database Postgresql database schema management
  • docs some more documentation
  • include mostly PHP include files for the website functionality
  • prj2wepp installation/support files for the usage of prj2wepp, which allows for some preprocessing of WEPP inputs
  • scripts much of the processing magic happens here
  • src source code trees for WEPP as some additional code modifications have been made by this project

So this code base makes two general assumptions that may be necessary for your local usage.

  1. This code resides at /opt/dep
  2. The file storage of input and output data for this project resides at /i/<scenario>

Concept of Scenarios

The DEP has generated output for a number of scenarios. These scenarios vary inputs to some extent with each scenario code representing some realization. These codes are numeric values starting at zero. Scenario 0 represents the "production" run of DEP that you find on the website.

Structure of the /i directory tree

  • cli -- climate files generated from scripts/cligen/
  • env -- erosion output from scripts/RT/proctor.py
  • man -- management files generated by scripts/import/prj2wepp.py
  • prj -- WEPP project files generated by scripts/import/flowpath2prj.py
  • run -- WEPP run files generated by scripts/RT/proctor.py
  • slp -- Slope files generated by scripts/import/prj2wepp.py
  • sol -- Soil files generated by scripts/import/prj2wepp.py
  • sol_input -- input soil files from David James
  • wb -- WEPP output water balance files generated by scripts/RT/proctor.py

Project Notes

  1. We utilize EPSG:5070 (USGS CONUS Albers) as our GIS projection of choice for work.

Owner

  • Name: Daily Erosion Project of Iowa State University
  • Login: dailyerosion
  • Kind: organization
  • Location: Ames, Iowa

Modelling Soil Erosion in Iowa and beyond since 2002.

GitHub Events

Total
  • Create event: 16
  • Release event: 2
  • Issues event: 21
  • Watch event: 1
  • Delete event: 12
  • Issue comment event: 106
  • Public event: 1
  • Push event: 47
  • Pull request review comment event: 12
  • Pull request review event: 16
  • Pull request event: 87
Last Year
  • Create event: 16
  • Release event: 2
  • Issues event: 21
  • Watch event: 1
  • Delete event: 12
  • Issue comment event: 106
  • Public event: 1
  • Push event: 47
  • Pull request review comment event: 12
  • Pull request review event: 16
  • Pull request event: 87

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 1,468
  • Total Committers: 5
  • Avg Commits per committer: 293.6
  • Development Distribution Score (DDS): 0.01
Past Year
  • Commits: 171
  • Committers: 3
  • Avg Commits per committer: 57.0
  • Development Distribution Score (DDS): 0.029
Top Committers
Name Email Commits
akrherz a****z@i****u 1,453
wils0674 9****4 8
pre-commit-ci[bot] 6****] 5
dependabot[bot] 4****] 1
Peter Stöckli p-@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 90
  • Total pull requests: 96
  • Average time to close issues: 9 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 2.03
  • Average comments per pull request: 1.06
  • Merged pull requests: 74
  • Bot issues: 0
  • Bot pull requests: 23
Past Year
  • Issues: 7
  • Pull requests: 38
  • Average time to close issues: 3 days
  • Average time to close pull requests: 4 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.14
  • Average comments per pull request: 1.42
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 14
Top Authors
Issue Authors
  • akrherz (106)
  • jarad (1)
  • bkgelder (1)
Pull Request Authors
  • akrherz (102)
  • pre-commit-ci[bot] (30)
  • wils0674 (5)
  • dependabot[bot] (1)
Top Labels
Issue Labels
bug (47) enhancement (35) question (20)
Pull Request Labels
Bot (3) question (1)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/pydep.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • mamba-org/setup-micromamba v1 composite
pip_requirements.txt pypi
pyproject.toml pypi
  • pyiem *
environment.yml conda
  • click
  • coverage
  • gdal
  • pandas
  • pillow
  • psycopg
  • pyiem
  • pyogrio
  • pyshp
  • pytest
  • pytest-cov
  • pytest-httpx >=0.35.0
  • pytest-runner
  • reportlab
  • scipy
  • shapely
  • sqlalchemy
  • tqdm
  • tweepy