This is an express implementation of sat-api.
Make sure you have an instance of Elasticsearch running. To populate it with Landsat and Sentinel metadata refer to landsat8-metadata and sentinel2-metadata
$ npm install
$ node index.js
Documentation can be found at http://docs.sat-utils.org/.
It is generated from this repo using apidoc
:
apidoc -i app/ -o apidoc/
Sat API Express was made by Development Seed.