xpublish.plugins.included.dataset_info.DatasetInfoPlugin#

pydantic model xpublish.plugins.included.dataset_info.DatasetInfoPlugin[source]#

Dataset metadata.

Exposes both flat-dataset endpoints (operating on the root node of the underlying xarray.DataTree) and group-aware variants that accept a {group_path:path} segment to navigate into the tree. Additional tree-shaped endpoints expose the DataTree directly.

Fields:
field dataset_router_prefix: str = ''#
field dataset_router_tags: Sequence[str] = ['dataset_info']#
field name: str = 'dataset_info'#
dataset_router(deps)[source]#
Return type:

APIRouter