Skip to content

Commit 9758ce4

Browse files
committed
Remove the use of custom in favour of built on
1 parent ae876ca commit 9758ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eoAPI combines several state-of-the-art projects to create a full Earth Observat
1515

1616
## Metadata
1717

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`**.
1919

2020
The service includes:
2121

@@ -58,7 +58,7 @@ Code: [/runtime/eoapi/raster](https://github.com/developmentseed/eoAPI/tree/main
5858

5959
OGC Features and Tiles API built on top of [tipg](https://github.com/developmentseed/tipg).
6060

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:
6262

6363
- **pg_temp.pgstac_collections_view**: Simple function which returns PgSTAC Collections
6464
- **pg_temp.pgstac_hash**: Return features for a specific `searchId` (hash)

0 commit comments

Comments
 (0)