Open-source object-based analysis of forest health using drone data.
!!!: This package was developed with poetry and tested on Ubuntu 20.04 LTS
runnning python=3.9
.
We use conda only to create an environment with a specific python version:
user@userpc: /findatree$ conda create -n py3.9
user@userpc: /findatree$ conda activate py3.9
(py3.9) user@userpc: /findatree$ conda install python=3.9
The we use pip
to install all other packages specified in requirements.txt
.
(py3.9) user@userpc: /findatree$ pip install -r requirements.txt
Enjoy :)