Skip to content

Commit 70e61f7

Browse files
authored
Merge pull request #108296 from hyoshioka0128/patch-647
Typo "PostgresSQL"→"PostgreSQL"
2 parents ad8ce9e + 939657f commit 70e61f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/orbital/organize-stac-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following sections describe the four stages in the architecture.
8888

8989
- STAC API is based on open source STAC FastAPI.
9090
- STAC API layer is implemented on Azure Kubernetes Service and the APIs are exposed using [API Management Service](https://azure.microsoft.com/products/api-management/).
91-
- STAC APIs are used to discover the geospatial data in your Catalog. These APIs are based on STAC specifications and understand the STAC metadata defined and indexed in the STAC Catalog database (PostgresSQL server).
91+
- STAC APIs are used to discover the geospatial data in your Catalog. These APIs are based on STAC specifications and understand the STAC metadata defined and indexed in the STAC Catalog database (PostgreSQL server).
9292
- Based on the search criteria, you can quickly locate your data from a large dataset.
9393
- Querying the STAC Collection, Items & Assets:
9494
- A query is submitted by a user to look up one or more STAC Collection, Items & Assets through the STAC FastAPI.
@@ -201,4 +201,4 @@ If you want to start building this, we have put together a [sample solution](htt
201201
|STAC Item|The core atomic unit, representing a single spatiotemporal asset as a GeoJSON feature plus metadata like datetime and reference links.|
202202
|STAC Catalog|A simple, flexible JSON that provides a structure and organized the metadata like STAC items, collections and other catalogs.|
203203
|STAC Collection|Provides additional information such as the extents, license, keywords, providers, and so forth, that describe STAC Items within the Collection.|
204-
|STAC API|Provides a RESTful endpoint that enables search of STAC Items, specified in OpenAPI.|
204+
|STAC API|Provides a RESTful endpoint that enables search of STAC Items, specified in OpenAPI.|

0 commit comments

Comments
 (0)