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
Currently not all metadata is being captured when reading these files. Also, if some properties, such as scale_factor are applied we should be explicit about it.
TODO
be explicit about the application of properties such as scale_factor or offset.
consider .nc and .tif.
The text was updated successfully, but these errors were encountered:
See also EarthyScience/RQADeforestation.jl#39
Might also be dangerous to keep properties, e.g. scale_factor after applying them. Similar to concatenatecubes. However, one needs these properties, e.g. to write files with the same scale factor. I'd throw away properties by default and allow the user to explicitly keep them e.g. with open_dataset("foo.tif";keep_properties=true)
Currently not all metadata is being captured when reading these files. Also, if some properties, such as scale_factor are applied we should be explicit about it.
TODO
scale_factor
oroffset
..nc
and.tif
.The text was updated successfully, but these errors were encountered: