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
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
A [stac-fastapi](https://github.com/stac-utils/stac-fastapi) with a [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet/blob/main/spec/stac-geoparquet-spec.md) backend.
8
8
9
-
**stac-fastapi-geoparquet** can serve a full-featured STAC API from a **stac-geoparquet**file located (e.g.) in blob storage — no database required.
9
+
**stac-fastapi-geoparquet** can serve a full-featured STAC API from one or more **stac-geoparquet**files located (e.g.) in blob storage — no database required.
10
10
11
11
> [!WARNING]
12
12
> 👷 This project is under active development and may change and break at any time.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
25
25
```
26
26
27
-
To explore the API, you can use [stac browser](https://radiantearth.github.io/stac-browser/#/external/http:/127.0.0.1:8000/?.language=en).
27
+
This will start the server on <http://127.0.0.1:8000>.
28
+
The collection will be auto-generated from the items in the **stac-geoparquet** file.
29
+
30
+
### Using collections
31
+
32
+
Instead of providing the href to a single file, you can provide the href to a file containing a JSON list of collections.
33
+
Any [collection assets](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#assets) with a [application/vnd.apache.parquet](https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md#media-type)`type` field will be added to the server as sources of items.
34
+
For an example, see [data/collections.json](./data/collections.json).
0 commit comments