Ciaran1981 / eot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EO times series.

Some mainly GEE related functions that I have used to that end. This has been to get the job done, I do not claim this collection of funcs to be efficient/the best way to do things, but is here in case it is of use.

Installation and Use

Installing the required libs (there are not many) uses the conda system so ensure you have this first. Clone this repo and cd into the directory then...

conda env create -f eot.yml

Or if you wish to wait for less time install mamba and...

mamba env create -f eot.yml

conda activate eot

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%