natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
159 stars 65 forks source link

CV: one intermediate file uses SHP instead of GPKG #628

Closed davemfish closed 2 years ago

davemfish commented 3 years ago

It's the intermediate geomorphology projected layer. We should use GPKG to be internally consistent.

But this also created a bug in 3.9.0 because of now deprecated Taskgraph options to copy_duplicate_artifacts and the fact that only the .shp file is listed in a target_path_list. The other associated files that go with the shp are not copied. We've already removed usage of copy_duplicate_artifacts, and changing to a GPKG will make the existing target_path_list correct.

davemfish commented 2 years ago

Fixed by #581