From c7a3bdfc5dc25992429b450f0b34698a6cc85051 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 7 Feb 2025 10:52:06 -0700 Subject: [PATCH] feat: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2be4b38eb..9a515231b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ objects you'll need [`jinja2`](https://pypi.org/project/Jinja2/) python -m pip install 'pystac[jinja2]' ``` +If you want to read and write item collections as **stac-geoparquet**: + +```shell +python -m pip install 'pystac[geoparquet]' +``` + ### Install from source ```shell