When inputting backend options to rioxarray, how is it entered? #409
andhuang-CLGX
started this conversation in
General
Replies: 2 comments 1 reply
-
I think that either one should work as it is case insensitive. But, you can try it out and see what happens. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Capitalised I think is good for occasions when you are using at least for me, more likely to think - right, GDAL option HERE! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E.g.
from https://gdal.org/drivers/raster/cog.html#raster-cog
Wondering about the capitalization; is it:
ds.rio.to_raster("test.tif", driver="COG", tiled=True, lock=SerializableLock(), num_threads=8, overview_resampling="NEAREST")
or
ds.rio.to_raster("test.tif", driver="COG", tiled=True, lock=SerializableLock(), num_threads=8, overview_resampling="nearest")
Thanks
Beta Was this translation helpful? Give feedback.
All reactions