You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
* Deprecation notice
This deprecates the xarray-assets extension.
The deprecation notice includes recommendations to use some other extensions and libraries that would need to exist for us to actually have an alternative (I'm not planning to work on those, but chime in here if you want to).
Closes#9
* Update README.md
---------
Co-authored-by: Matthias Mohr <[email protected]>
This extension has been deprecated. While useful, it ended up being to specific to xarray and Python.
14
+
Instead of this extension, we recommend the following extensions and libraries to enable opening
15
+
xarray Datasets from a STAC item / asset:
16
+
17
+
1. A yet to create `zarr` extension to capture metadata about a Zarr hierarchy, like whether it is `consolidated`. Proposals are welcome.
18
+
2. The [`storage` extension](https://github.com/stac-extensions/storage) for additional storage-specific information
19
+
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.
20
+
21
+
# Description
22
+
10
23
This document explains the xarray Assets Extension to the
0 commit comments