Installing

To install the stac2odc tool, follow the steps below.

  1. Clone the software repository:

git clone https://github.com/brazil-data-cube/bdc-odc
  1. Go to the source code folder of the stac2odc tool

cd bdc-odc/stac2odc
  1. Install the required Python libraries:

python3 setup.py install

or

pip3 install -e .