/cmr-stac-api-proxy

Primary LanguageJavaScriptOtherNOASSERTION

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/

Development

Prerequisites

  • node.js 8.10 (nvm is the best way)
  • Docker
  • AWS CLI
  • SAM CLI

Setup

Run bin/bootstrap.sh

Running locally

Run bin/run_local.sh and then visit http://localhost:3000

Deploying

  1. Copy example_config.sh to config.sh and fill out the values.
  2. Run bin/deploy.sh

License

Copyright 2018 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.