Skip to content

Commit 3a28453

Browse files
authored
use simplecache instead of filecache (#294)
1 parent 1e04120 commit 3a28453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/remote_data/remote-data.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"\n",
251251
"uri = \"https://its-live-data.s3-us-west-2.amazonaws.com/test-space/sample-data/sst.mnmean.nc\"\n",
252252
"# 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",
253+
"file = fsspec.open_local(f\"simplecache::{uri}\", simplecache={'cache_storage': '/tmp/fsspec_cache'})\n",
254254
"\n",
255255
"ds = xr.open_dataset(file, engine=\"netcdf4\")\n",
256256
"ds"

0 commit comments

Comments
 (0)