Skip to content

Add intermediate remote data access tutorial #103

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

Closed
4 tasks
dcherian opened this issue Jun 22, 2022 · 0 comments · Fixed by #132
Closed
4 tasks

Add intermediate remote data access tutorial #103

dcherian opened this issue Jun 22, 2022 · 0 comments · Fixed by #132
Labels
enhancement New feature or request

Comments

@dcherian
Copy link
Contributor

dcherian commented Jun 22, 2022

Illustrate

  • opendap / thredds
  • datasets on S3
  • datasets using gcsfs
  • fsspec

Example code:

import gcsfs

fs = gcsfs.GCSFileSystem(token="anon")
ds = xr.open_zarr(
    fs.get_mapper("gs://pangeo-noaa-ncei/noaa.ersst.v5.zarr"), consolidated=True
).load()
ds
@dcherian dcherian changed the title Add intermediate data-access tutorial Add intermediate remote data access tutorial Jun 22, 2022
@scottyhq scottyhq added the enhancement New feature or request label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants