-
Notifications
You must be signed in to change notification settings - Fork 19
New tutorials on earthworking #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@veroandreo @petrasovaa The levee tutorial uses a new dataset published on Zenodo. I'd like to add code to the Jupyter notebook to automatically download the dataset into the current GRASS data directory. Any advice on how to best go about this? Vero, your Colab tutorial used wget and unzip commands to script downloading a dataset. Do you think a pure Python approach with urllib.request and zipfile would be ideal or is mixing in shell commands okay? I plan to add this soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I went through it and noted couple typos and suggestions.
A new set of tutorials on terrain modeling with r.earthworks. Tutorials include a homepage (titled earthworks), basic operations, gully modeling, levee modeling, and terrain synthesis. More tutorials are planned soon including dam modeling, bioswale modeling, and stream restoration. Future tutorials may include volcanoes, open pit mines, and vineyards.