Skip to content

Commit 60e1f72

Browse files
authored
storage_options docstring
1 parent 45142ad commit 60e1f72

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cfdm/docstring/docstring.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,12 @@
395395
* **Local File System**: Storage options are ignored for
396396
local files.
397397
398-
* **HTTP(S)**: Storage options are ignored for files
399-
available across the network via OPeNDAP.
398+
* **HTTP(S)**: Storage options are passed to
399+
`fsspec.filesystem`. If the file cannot be opened via
400+
this file system, then OpenDAP is attempted.
401+
402+
*Parameter example:*
403+
``{'cache_type': 'readahead', 'block_size': 1048576}``
400404
401405
* **S3-compatible services**: The backend used is `s3fs`,
402406
and the storage options are used to initialise an

0 commit comments

Comments
 (0)