Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
simplecache
filecache
1 parent 08e762e commit 0d18c50Copy full SHA for 0d18c50
intermediate/remote_data/remote-data.ipynb
@@ -250,7 +250,7 @@
250
"\n",
251
"uri = \"https://its-live-data.s3-us-west-2.amazonaws.com/test-space/sample-data/sst.mnmean.nc\"\n",
252
"# we prepend the cache type to the URI, this is called protocol chaining in fsspec-speak\n",
253
- "file = fsspec.open_local(f\"simplecache::{uri}\", filecache={'cache_storage': '/tmp/fsspec_cache'})\n",
+ "file = fsspec.open_local(f\"simplecache::{uri}\", simplecache={'cache_storage': '/tmp/fsspec_cache'})\n",
254
255
"ds = xr.open_dataset(file, engine=\"netcdf4\")\n",
256
"ds"
0 commit comments