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: docs/src/services.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ eoAPI combines several state-of-the-art projects to create a full Earth Observat
15
15
16
16
## Metadata
17
17
18
-
A custom version of[stac-fastapi.pgstac](https://github.com/stac-utils/stac-fastapi) application, adding a **`TiTilerExtension`** and a simple **`Search Viewer`**.
18
+
Built on[stac-fastapi.pgstac](https://github.com/stac-utils/stac-fastapi) application, adding a **`TiTilerExtension`** and a simple **`Search Viewer`**.
OGC Features and Tiles API built on top of [tipg](https://github.com/developmentseed/tipg).
60
60
61
-
By default, the API will look for tables in the `public` schema of the database. We've also added three custom functions that connect to the pgSTAC schema.
61
+
By default, the API will look for tables in the `public` schema of the database. We've also added three functions that connect to the pgSTAC schema:
62
62
63
63
-**pg_temp.pgstac_collections_view**: Simple function which returns PgSTAC Collections
64
64
-**pg_temp.pgstac_hash**: Return features for a specific `searchId` (hash)
0 commit comments