Skip to content

Commit af2944f

Browse files
Merge pull request #338 from radiantearth/devseed_implementations
add DevSeed implementations (and SparkGeo's stac validator)
2 parents c0338b3 + 4fed3bc commit af2944f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

implementations.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ STAC items are published to public SNS topics as soon as new scenes are ingested
3636
- SNS topic: arn:aws:sns:us-east-1:769537946825:cbers-2-stac-CBERSSTACItemTopic-N0MZUA5EIQC9
3737
- Browsable online version: http://cbers-stac.netlify.com/
3838

39+
### Earth on AWS (STAC 0.6.0)
40+
41+
This catalog contains datasets from [Earth on AWS](https://aws.amazon.com/earth/) program. Currently it contains all the items from Landsat-8 and soon will contain Sentinel-2.
42+
43+
- Catalog: https://earth-stac.s3.amazonaws.com/catalog.json
44+
- SNS topic (for Landsat): arn:aws:sns:us-east-1:552188055668:earth-stac-landsat
45+
46+
3947
### ISERV (STAC 0.4.1)
4048

4149
[ISERV](https://www.nasa.gov/mission_pages/station/research/experiments/867.html) data is hosted by
@@ -67,6 +75,15 @@ of the spec.
6775
* Search endpoint: https://stac.boundlessgeo.io/search/stac
6876
* Root catalog: https://stac.boundlessgeo.io/stac
6977

78+
### Development Seed sat-api
79+
80+
Development Seed's [sat-api](https://github.com/sat-utils/sat-api) is an easily deployable open-source API that can ingest data from any STAC static catalog. Development Seed also runs a deployed instance that contains publicly available satellite imagery available on AWS.
81+
82+
* Latest release: https://sat-api.developmentseed.org/stac
83+
* Development release: https://sat-api-dev.developmentseed.org/stac
84+
85+
The latest API should contain the latest available STAC version, while the development API will contain the next version (and may not include all items).
86+
7087
### Harris STAC Server
7188

7289
Contains a number of Landsat records:
@@ -82,6 +99,9 @@ Contains a number of Landsat records:
8299

83100
Other software related to STAC like validators, crawlers etc.
84101

102+
* [STAC Validator](https://github.com/sparkgeo/stac-validator) is a Python library for validating STAC catalogs and items.
103+
* [sat-stac](https://github.com/sat-utils/sat-stac]) is a Python library and CLI for creating and updating static STAC catalogs.
104+
* [sat-search](https://github.com/sat-utils/sat-search) is a Python library and CLI for searching (and saving) a dynamic STAC API.
85105
* [Serverless STAC Crawler](https://github.com/fredliporace/stac-crawler) is a static STAC crawler that runs on Lambda and SQS integration.
86106
* [STAC Browser](https://github.com/radiantearth/stac-browser/) generates/renders browsable HTML versions of STAC catalogs.
87107

0 commit comments

Comments
 (0)