waternumbers / dynatopGIS

GIS tools for building dynamic TOPMODEL implimentations
https://waternumbers.github.io/dynatopGIS/
1 stars 0 forks source link

Saving does not always keep layer names #11

Closed waternumbers closed 4 years ago

waternumbers commented 4 years ago

Without enforcing this reloading the data is hit and miss...

waternumbers commented 4 years ago

Saving the stack with writeRaster( , , , byLayer=TRUE,suffix="names") then reloading with stack( ) provides a work around

waternumbers commented 4 years ago

Switch to an object oriented framework in v0.1 avoids this problem.