We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45142ad commit 60e1f72Copy full SHA for 60e1f72
cfdm/docstring/docstring.py
@@ -395,8 +395,12 @@
395
* **Local File System**: Storage options are ignored for
396
local files.
397
398
- * **HTTP(S)**: Storage options are ignored for files
399
- available across the network via OPeNDAP.
+ * **HTTP(S)**: Storage options are passed to
+ `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}``
404
405
* **S3-compatible services**: The backend used is `s3fs`,
406
and the storage options are used to initialise an
0 commit comments