-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read netcdf files from web into xarray #3
Comments
You can also get the files using fsspec: import fsspec
fs_read = fsspec.filesystem('http')
files = fs_read.glob('https://pac-dev2.cioos.org/dev/Amundsen_Bottle_Files/*.nc')
files = [f'{x}#mode=bytes' for x in files]
files Result:
|
good to know, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this appears to work
and results in
The text was updated successfully, but these errors were encountered: