Installing¶
To install the stac2odc tool, follow the steps below.
Clone the software repository:
git clone https://github.com/brazil-data-cube/bdc-odc
Go to the source code folder of the stac2odc tool
cd bdc-odc/stac2odc
Install the required Python libraries:
python3 setup.py install
or
pip3 install -e .