From 6f78fb198a052e8a0a4a37e10d17b669a43b6935 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 25 Apr 2025 19:14:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88abaaa..d709fad 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ for catalog maintainers to specify various required or recommended options. With users would somehow need to know which options are required in order to load the dataset. See [Python Example](#python-example) for an example of how consumers of this extension can use it to simplify data loading. +See also [xpystac](https://github.com/stac-utils/xpystac), which enables opening a variety of STAC assets with xarray. + - Examples: - [Item example](examples/item.json): Shows the basic usage of the extension in a STAC Item - [Collection example](examples/collection.json): Shows the basic usage of the extension in a STAC Collection