You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing to a SOzip by using a /vsizip/ path in writeRaster() only sort of works. The metadata seems to be lost (somewhat defeating the purpose of archiving both the raster and sidecar .aux.json file) and overwrite=TRUE doesn't seem to work. here's a reprex:
To clarify, it seems the aux.json file both isn't included in the .zip archive and if it was (i.e. the .zip was created with something like zip::zip()), rast("/vsizip/{path/to/zip}/file") doesn't read in the aux.json metadata.
Writing to a SOzip by using a
/vsizip/
path inwriteRaster()
only sort of works. The metadata seems to be lost (somewhat defeating the purpose of archiving both the raster and sidecar .aux.json file) andoverwrite=TRUE
doesn't seem to work. here's a reprex:Created on 2024-10-23 with reprex v2.1.1
Session info
The text was updated successfully, but these errors were encountered: