Skip to content

How to read netcdf data from minio s3 server? #8801

Answered by JessicaS11
forestbat asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @forestbat! I'm not familiar with minio, but it looks like the Xarray engine (which is defaulting to netcdf4 based on the file extenson of 'obj') cannot understand the access arguments you are passing in. If you are using a backend that integrates with minio, I would recommend supplying the engine='yourbackend' argument to xr.open_dataset. If not, this discussion post discusses the use of fsspec to access different file system types and has some great explanations of what's going on behind the scenes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by forestbat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants