Replies: 2 comments 4 replies
-
At it's core, rioxarray is powered by GDAL through the rasterio python bindings. So, the config should work. |
Beta Was this translation helpful? Give feedback.
-
I am also struggling with how to pass gdal configuration to |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a lot of data stored on s3 and while processing it using dask, xarray and rioxarray I was noticing that it was having some trouble reading the the data from S3. It looked like the connection was dropping intermittently between S3 and my instance that I was working on.
My question is related to whether rioxarray uses internal GDAL config parameters that can be set within the script to be used by rioxarray e.g. GDAL_HTTP_MAX_RETRY (from the below link):
https://gdal.org/user/configoptions.html#config-GDAL_HTTP_MAX_RETRY
I'm just curious as to whether rioxarray is able to use some of the environment variables internal within GDAL to retry on http failures such as the one I think I'm seeing.
Thanks for all the help.
Beta Was this translation helpful? Give feedback.
All reactions