ncsu-geoforall-lab / geospatial-modeling-course

NCSU GIS/MEA582: Geospatial Modeling and Analysis Course
http://ncsu-geoforall-lab.github.io/geospatial-modeling-course
35 stars 12 forks source link

Reintroduce d.erase (once available in GUI) #14

Closed wenzeslaus closed 6 years ago

wenzeslaus commented 9 years ago

Once d.erase is implemented in the GUI, introduce it back to the assignments. Generally, replacing

<!-- d.erase -->

with

d.erase

should be enough plus a changing the basic descriptions at the very beginning of the first assignment.

This will improve how students are removing unneeded layers and it will also improve the (potential) automated runs.

wenzeslaus commented 7 years ago

GRASS GIS trunk now supports d.erase in GUI (SVN revision 70232). It will be available in 7.4.0 or perhaps sooner (non-invasive change). d.erase parameters are currently ignored.

wenzeslaus commented 6 years ago

Done in 2bfabe1, dc109d7, and 1bd9b33. Tested as a Bash script with data_visualization.html, data_models.html, and hydrology_erosion.html and GRASS GIS 7.4.1 (using ./doc2tests.py).