Skip to content

Commit fb46bf6

Browse files
Merge pull request #343 from radiantearth/impl-updates
Update for Planet catalog, other tweaks
2 parents 34315f0 + d9d2098 commit fb46bf6

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

implementations.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ This catalog contains all Landsat-8 metadata from the [Earth on AWS](https://aws
5353
- Browsable online version: http://iserv-stac.netlify.com/
5454
- Source code: https://github.com/raster-foundry/pystac
5555

56-
### Planet Disaster Data (STAC 0.5)
56+
### Planet Disaster Data (STAC 0.6)
5757

5858
[Planet](http://planet.com) maintains a very small, hand-built catalog to serve as a reference example
5959
of the spec.
6060

6161
- Catalog: https://storage.googleapis.com/pdd-stac/disasters/catalog.json
62-
- Browsable online version: http://planet-stac.netlify.com/
6362
- Raw catalog files: https://console.cloud.google.com/storage/browser/pdd-stac/disasters/hurricane-harvey/0831/
6463
- Source code: https://github.com/cholmes/pdd-stac/tree/master/disasters/hurricane-harvey
6564

@@ -70,12 +69,12 @@ of the spec.
7069
- Examples: https://github.com/TDG-Platform/dg-stac/tree/master/examples
7170

7271
## API (Active Catalog) Examples
73-
### Boundless STAC Server
72+
### Boundless STAC Server (0.6.0)
7473

7574
* Search endpoint: https://stac.boundlessgeo.io/search/stac
7675
* Root catalog: https://stac.boundlessgeo.io/stac
7776

78-
### sat-api
77+
### sat-api (0.6.0)
7978

8079
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.
8180

@@ -84,16 +83,6 @@ Development Seed's [sat-api](https://github.com/sat-utils/sat-api) is an easily
8483

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

87-
### Harris STAC Server
88-
89-
Contains a number of Landsat records:
90-
91-
* Items call: http://35.160.175.42:8081/items/?limit=10
92-
* Can see a particular Landsat item at: http://35.160.175.42:8081/items/LC08_L1TP_040032_20170415_20170501_01_T1
93-
94-
### Other implementations
95-
96-
* [Geocatalogo](https://github.com/go-spatial/geocatalogo) is a Go implementation of STAC.
9786

9887
## Ecosystem
9988

@@ -105,10 +94,20 @@ Other software related to STAC like validators, crawlers etc.
10594
* [Serverless STAC Crawler](https://github.com/fredliporace/stac-crawler) is a static STAC crawler that runs on Lambda and SQS integration.
10695
* [STAC Browser](https://github.com/radiantearth/stac-browser/) generates/renders browsable HTML versions of STAC catalogs.
10796

108-
## Early prototypes / outdated
97+
## Early prototypes / not updated
10998

11099
A list of software developed as early prototypes for the proof of concept or seem to be outdated (no activity in more than six months).
111100

101+
### Harris STAC Server
102+
103+
Contains a number of Landsat records:
104+
105+
* Items call: http://35.160.175.42:8081/items/?limit=10
106+
* Can see a particular Landsat item at: http://35.160.175.42:8081/items/LC08_L1TP_040032_20170415_20170501_01_T1
107+
108+
### Others
109+
110+
* [Geocatalogo](https://github.com/go-spatial/geocatalogo) is a Go implementation of STAC.
112111
* [Catalog Crawler](https://github.com/radiantearth/community-sprints/tree/master/10252017-boulder-co/catalog-crawler) was done during the [Boulder Sprint](https://github.com/radiantearth/community-sprints/tree/master/10252017-boulder-co), as an early proof of concept.
113112
* [py-stac](https://github.com/raster-foundry/pystac) was used to create the ISERV catalog. It is still pretty tied to that data type.
114113
* [go-stac](https://github.com/planetlabs/go-stac) does validation of static catalogs.

0 commit comments

Comments
 (0)