We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
simplecache
filecache
1 parent 1e04120 commit 3a28453Copy full SHA for 3a28453
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