Prerequisites and Installation¶
We assume Earth Engine Python API is installed and EE authorised as desribed here. Authenticate your earth engine client by using the following in your command line or terminal setup.
earthengine authenticate
Quick installation
pip install cogee
pip install cogee --user
To get always fresh install using GitHub (This could be a staging version and will include a pop up on top to remind you of that)
pip install git+https://github.com/samapriya/cogee.git
The advantage of having it installed is being able to execute cogee as any command line tool. I recommend installation within virtual environment.
Last update: 2023-09-29
Created: 2023-09-29
Created: 2023-09-29