Skip to content

NetCDF3

virtualizarr.parsers.NetCDF3Parser

Create a ManifestStore from a NetCDF3 file.

Parameters:

  • group (str | None, default: None ) –

    The group within the file to be used as the Zarr root group for the ManifestStore.

  • skip_variables (Iterable[str] | None, default: None ) –

    Variables in the file that will be ignored when creating the ManifestStore.

  • reader_options (dict | None, default: None ) –

    Configuration options used internally for the kerchunk's fsspec backend.

__call__

__call__(url: str, registry: ObjectStoreRegistry) -> ManifestStore

Parse the metadata and byte offsets from a given NetCDF3 file to produce a VirtualiZarr ManifestStore.

Parameters:

Returns:

  • ManifestStore

    A ManifestStore that provides a Zarr representation of the parsed NetCDF3 file.