ngff_zarr.methods._metadata

Utility functions for extracting method metadata information.

Module Contents

Functions

get_method_metadata

Get metadata information for a given downsampling method.

Data

API

ngff_zarr.methods._metadata.get_method_metadata(
method: Any,
) ngff_zarr.v04.zarr_metadata.MethodMetadata | None

Get metadata information for a given downsampling method.

Args: method: The downsampling method enum

Returns: MethodMetadata with description, method (package.function), and version

ngff_zarr.methods._metadata._METHOD_INFO: dict[str, dict[str, str]]

None