Skip to content
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

Change load cell in /sections/ice_flow/antarctic-ice-flow.html #31

Open
jkingslake opened this issue Apr 18, 2024 · 0 comments
Open

Change load cell in /sections/ice_flow/antarctic-ice-flow.html #31

jkingslake opened this issue Apr 18, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jkingslake
Copy link
Member

Change

M = xr.open_zarr(fsspec.get_mapper('gs://ldeo-glaciology/measures/measures')) 
M

to

import xarray as xr
M = xr.open_dataset('gs://ldeo-glaciology/measures/measures', engine = 'zarr',chunks={}) 
M

and delete import fsspec form the cell above.

@jkingslake jkingslake added the good first issue Good for newcomers label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant