Skip to content

Commit

Permalink
Merge pull request #36 from kylebarron/kyle/update-readme
Browse files Browse the repository at this point in the history
Capitalize `"GeoParquet"` and reword readme
  • Loading branch information
Tom Augspurger authored Apr 15, 2024
2 parents 8854972 + 26a0e90 commit ed05ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# STAC-geoparquet

Convert STAC items to geoparquet.
Convert STAC items to GeoParquet.

## Purpose

This library helps convert [STAC Items](https://github.com/radiantearth/stac-spec/blob/master/overview.md#item-overview) to [geoparquet](https://github.com/opengeospatial/geoparquet). It might be useful for you if you host a large number of STAC items through a [STAC API](https://github.com/radiantearth/stac-api-spec), but want to provide a bulk API for users who need to access *many* items.
This library helps convert [STAC Items](https://github.com/radiantearth/stac-spec/blob/master/overview.md#item-overview) to [GeoParquet](https://github.com/opengeospatial/geoparquet). While STAC Items are commonly distributed as individual JSON files on object storage or through a [STAC API](https://github.com/radiantearth/stac-api-spec), STAC GeoParquet allows users to access a large number of STAC items in bulk without making repeated HTTP requests.

## Usage

Expand Down Expand Up @@ -49,4 +49,4 @@ 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
- Injecting dynamic links and assets from a STAC API

0 comments on commit ed05ed0

Please sign in to comment.