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
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.
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.
* 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
+
70
87
### Harris STAC Server
71
88
72
89
Contains a number of Landsat records:
@@ -82,6 +99,9 @@ Contains a number of Landsat records:
82
99
83
100
Other software related to STAC like validators, crawlers etc.
84
101
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.
85
105
*[Serverless STAC Crawler](https://github.com/fredliporace/stac-crawler) is a static STAC crawler that runs on Lambda and SQS integration.
86
106
*[STAC Browser](https://github.com/radiantearth/stac-browser/) generates/renders browsable HTML versions of STAC catalogs.
0 commit comments