Alan D. Snow

Results 545 comments of Alan D. Snow

Those documentation contributions would be great 👍

Looks like you found this: https://corteva.github.io/rioxarray/stable/getting_started/crs_management.html `set_crs` is not recommended to use because the CRS doesn't persist.

Thank you for your suggestions! Contributions are welcome and appreciated.

This is the recommended approach for setting the nodata values: https://corteva.github.io/rioxarray/stable/getting_started/nodata_management.html

This is likely due to using a dask array when writing as it uses a different writing mechanism. Do you run into this issue with a numpy array?

I am guessing this is related: https://github.com/corteva/rioxarray/issues/220 See: https://corteva.github.io/rioxarray/latest/examples/dask_read_write.html

From: https://gdal.org/drivers/raster/gtiff.html Default: `BIGTIFF=IF_NEEDED` Description: "will only create a BigTIFF if it is clearly needed (in the uncompressed case, and image larger than 4GB. So no effect when using a...

Related: https://github.com/corteva/rioxarray/discussions/204