Element84 / cmr-stac-api-proxy

Other
5 stars 4 forks source link

CMR STAC API Proxy

An implementation of the SpatioTemporal Asset Catalog API on top of NASA's Common Metadata Repository.

Deployed at https://cmr-stac-api.dev.element84.com/

There is more detailed documentation in the docs folder of this repository.

Development Quick Start

Prerequisites

Setup

This application is a monorepo around a set of microservices that support the STAC proxy. It is organized as a NPM module and will install all dependencies if you run the following command:

npm install

Running locally

Deploying

License

Copyright 2018 - 2019 Element 84

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.