cfdm.NetCDF4Array.get_storage_protocol

NetCDF4Array.get_storage_protocol()[source]

The file system protocol.

Added in version (cfdm): 1.13.1.0

Returns:
None or str

The file system protocol. If None the the file system is the local file system.

Examples

>>> a.get_storage_protocol()
's3'
>>> a.get_storage_protocol()
'file'
>>> print(a.get_storage_protocol())
None