Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@
- **Identifier:** <https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json>
- **Field Name Prefix:** xarray
- **Scope:** Asset
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Pilot
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Deprecated
- **Owner**: @TomAugspurger


# Deprecation Notice

This extension has been deprecated. While useful, it ended up being to specific to xarray and Python.
Instead of this extension, we recommend the following extensions and libraries to enable opening
xarray Datasets from a STAC item / asset:

1. A yet to create `zarr` extension to capture metadata about a Zarr hierarchy, like whether it is `consolidated`. Proposals are welcome.
2. The [`storage` extension](https://github.com/stac-extensions/storage) for additional storage-specific information
3. The [xpystac](https://github.com/stac-utils/xpystac) library for opening xarray datasets from STAC metadata, rather than manually extracting information and calling `xarray.open_dataset` directly.

# Description

This document explains the xarray Assets Extension to the
[SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification.

Expand Down
Loading