From ad16aca3a34cd7844888f7378efe754e40604fb1 Mon Sep 17 00:00:00 2001 From: David Raleigh Date: Tue, 19 Nov 2019 10:34:39 -0500 Subject: [PATCH 1/2] add gRPC to extensions --- extensions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/README.md b/extensions/README.md index fb3c8435e..2dff1f3e8 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -82,6 +82,7 @@ extension, please get in touch through the referenced issues: - [Drone content Extension](https://github.com/radiantearth/stac-spec/issues/149) - [Full Motion Video Content Extension](https://github.com/radiantearth/stac-spec/issues/156) - [Storage Extensions](https://github.com/radiantearth/stac-spec/issues/148) +- [gRPC STAC Extensions](https://github.com/radiantearth/stac-spec/issues/575) ## Extending STAC From c5e8774da543f9a4d93e3133775104358e4bfcc0 Mon Sep 17 00:00:00 2001 From: David Raleigh Date: Tue, 10 Dec 2019 16:27:40 -0500 Subject: [PATCH 2/2] link to python gRPC STAC client --- implementations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 745f1ae45..c6b58e289 100644 --- a/implementations.md +++ b/implementations.md @@ -142,7 +142,8 @@ Contains a number of Landsat records: [NAIP](https://aws.amazon.com/public-datasets/naip/) and [Sentinel](http://sentinel-pds.s3-website.eu-central-1.amazonaws.com/) all get close to the ideas of STAC static catalogs, and hopefully will evolve to implement the standard. * Josh Fix's [open-catalog](https://github.com/joshfix/open-catalog) demonstrates generating code from the core swagger spec. -* Element84 made a [clojure implementation](https://github.com/Element84/catalog-api-spec/tree/dev/implementations/e84) of the spec that serves as a lightweight proxy to NASA's CMR, constrained to just data in USGS EROS. +* Element84 made a [clojure implementation](https://github.com/Element84/catalog-api-spec/tree/dev/implementations/e84) of the spec that serves as a lightweight proxy to NASA's CMR, constrained to just data in USGS EROS. +* Near Space Labs has a gRPC implementation of STAC with a [python client](https://github.com/nearspacelabs/stac-client-python). Information about the software implementations that have been informing the evolution of the specification can be found at https://github.com/radiantearth/catalog-implementor-survey