rmmariano / search_stac_mock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search STAC - Brazil Data Cube

API to search surface reflectance by STAC

Structure

  • bdc_search_stac python scripts to search surface reflectance by STAC
  • spec Spec of API bdc_search_stac
  • docs Documentation of bdc_search_stac

Installation

Requirements

Make sure you have the following libraries installed:

After that, install Python dependencies with the following command:

pip3 install -r requirements.txt

Running

python3 manager.py run

Running with docker

docker-compose build
docker-compose up -d

About

License:MIT License


Languages

Language:Python 95.9%Language:Dockerfile 4.1%