Installation¶
Earth Engine Account¶
Google Earth Engine (GEE) is used for data processing to get it ready in a usable TF Format. You can sign up for a Google Earth Engine account.
Install from PyPI¶
servir-aces is available on PyPI. To install servir-aces, run this command in your terminal:
1 |
|
The optional dependencies can be installed using one of the following:
pip install "servir-aces[extra]"
: installing all optional dependencies.
Install from GitHub¶
To install the development version from GitHub using Git, run the following command in your terminal:
1 |
|