Skip to content

Commit

Permalink
Merge pull request radiantearth#338 from radiantearth/devseed_impleme…
Browse files Browse the repository at this point in the history
…ntations

add DevSeed implementations (and SparkGeo's stac validator)
  • Loading branch information
matthewhanson authored Nov 6, 2018
2 parents c0338b3 + 4fed3bc commit af2944f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ STAC items are published to public SNS topics as soon as new scenes are ingested
- SNS topic: arn:aws:sns:us-east-1:769537946825:cbers-2-stac-CBERSSTACItemTopic-N0MZUA5EIQC9
- Browsable online version: http://cbers-stac.netlify.com/

### Earth on AWS (STAC 0.6.0)

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.

- Catalog: https://earth-stac.s3.amazonaws.com/catalog.json
- SNS topic (for Landsat): arn:aws:sns:us-east-1:552188055668:earth-stac-landsat


### ISERV (STAC 0.4.1)

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

### Development Seed sat-api

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.

* Latest release: https://sat-api.developmentseed.org/stac
* Development release: https://sat-api-dev.developmentseed.org/stac

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).

### Harris STAC Server

Contains a number of Landsat records:
Expand All @@ -82,6 +99,9 @@ Contains a number of Landsat records:

Other software related to STAC like validators, crawlers etc.

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

Expand Down

0 comments on commit af2944f

Please sign in to comment.