A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Iowa Daily Erosion Project

Estimates soil erosion and water runoff occurring on hill slopes in Iowa and surrounding states.
https://github.com/dailyerosion/dep

Category: Natural Resources
Sub Category: Soil and Land

Keywords

erosion wepp

Last synced: about 20 hours ago
JSON representation

Repository metadata

Iowa Daily Erosion Project (version 2)

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 metadata


GitHub Events

Total
Last Year

Issue and Pull Request metadata

Last synced: about 20 hours ago

Total issues: 78
Total pull requests: 22
Average time to close issues: 10 months
Average time to close pull requests: about 2 hours
Total issue authors: 2
Total pull request authors: 2
Average comments per issue: 2.23
Average comments per pull request: 0.73
Merged pull request: 22
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/dailyerosion/dep

Top Issue Authors

  • akrherz (77)
  • jarad (1)

Top Pull Request Authors

  • akrherz (21)
  • wils0674 (1)

Top Issue Labels

  • bug (30)
  • enhancement (26)
  • question (15)

Top Pull Request Labels


Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 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
conda_requirements.txt pypi
  • pandas *
  • pillow *
  • psycopg2 *
  • pyiem *
  • pyshp *
  • pytest *
  • reportlab *
  • scipy *
  • shapely *
  • tqdm *
  • twython *
.github/workflows/pydep.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v3 composite
  • mamba-org/setup-micromamba v1 composite
pip_requirements.txt pypi
pyproject.toml pypi
setup.py pypi
environment.yml conda
  • click
  • coverage
  • pandas
  • pillow
  • psycopg
  • pyiem
  • pyogrio
  • pyshp
  • pytest
  • pytest-cov
  • pytest-runner
  • reportlab
  • scipy
  • shapely
  • sqlalchemy
  • tqdm
  • tweepy

Score: -Infinity