These are a set of tools for working with Google Earth Engine Python API that may help to solve or automatize some processes.
There is JavaScript module that you can import from the code editor that has similar functions (not exactly the same) and it's available here
I have splitted this package in two. This geetools
will contain functions and
methods related to Google Earth Engine exclusively, so you can use this module
in any python environment you like. For working in Jupyter I have made another
package called ipygee
available here
pip install geetools
pip install --upgrade geetools
from geetools import batch
col = ee.ImageCollection("your_ID")
tasklist = batch.Export.imagecollection.toDrive(col)
Jupyter Notebooks avilables here
Any contribution is welcome.
Any bug or question please use the github issue tracker