Riverscapes / gcd

Geomorphic Change Detection For Windows
http://gcd.riverscapes.xyz
GNU General Public License v3.0
25 stars 5 forks source link

Compact Project and UnPack Project #261

Open joewheaton opened 6 years ago

joewheaton commented 6 years ago

The Problem

GCD can now produce really, really large projects because of all the batch processing and the potential to load really large rasters (e.g. the DEE is 110 km off LiDAR). Part of the advantage of GCD is the housekeeping. As long as we NEVER delete the xml project entries for derivative, intermediate and outputs of GCD, we can easily delete the raster datasets as they could be reproduced locally at any time if inputs still exist. It would be really nice to have a command that allowed you to:

The above is different than the 'Delete' commands, which both delete the data files and the XML project entries.

philipbaileynar commented 6 years ago

The is a neat idea, but it is a TON of work. It's literally probably as much work as the entire GeoTERM effort.