From 4471157df04bf8ce37b0d8c2435bb709c352b197 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Fri, 30 Jun 2023 23:47:19 +0200 Subject: [PATCH] Mention CLI --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 123c72a..0bdb433 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,9 @@ We also provide `stac_geoparquet.to_dict` and `stac_geoparquet.to_item_collectio - Rehydrating the dehydrated items - Partitioning by time -- Injecting dynamic links and assets from a STAC API \ No newline at end of file +- Injecting dynamic links and assets from a STAC API + +## CLI + +A command line tool is available as a stactools package. +Check the stactools package [geoparquet-items](https://github.com/stactools-packages/geoparquet-items) for details.