Open relativityhd opened 5 days ago
For NC: maybe utilize the encoding. E.g.
tile.to_netcdf( "test_offset.nc", engine="h5netcdf", encoding={"ndvi": {"dtype": "uint16", "scale_factor": 1 / 10000, "add_offset": - 1}}, )
For NC: maybe utilize the encoding. E.g.