chudlerk
chudlerk
Using the following netcdf file for input: [https://drive.google.com/file/d/1GNWuRPm1mWVXgQsqtgl1wiZFv0evTw2x/view?usp=sharing](url) If I read in the netcdf file an plot it, I get this image ``` import xarray as xr original_file = test_nc.nc'...
Hi, What's up with the weird lines on the map in the two areas circled below?  URL: [http://maps.stamen.com/terrain/#11/42.7863/-72.5654](http://maps.stamen.com/terrain/#11/42.7863/-72.5654) Looks weird at higher zoom levels too (and inconsistent with lines...
## Problem Description When I run the below code in Spyder, the IPython console seems to "hang" after execution. ``` import fsspec TCR_bucket_url = 's3://cires-20-century-reanalysis-v3/zarr/single-levels-space' storage_options = {'endpoint_url': 'https://s3.us-east-1.wasabisys.com'} TCR_store...