Helper package to work with the Python Google Earth Engine API.
For full documentation see: https://elbeejay.github.io/py_gee_tools
The package can be installed in 2 ways:
- Cloning the git repository locally and building the package via
python setup.py install
- Installation via
pip
, withpip install py-gee-tools
This package has been tested on Python 3.6, 3.7 and 3.8
landsat_composite.py
: Contains functions to order composite Landsat imagery to Google Drive
cloudmask.py
: Functions from qgis-earthengine-examples that do some cloud masking
See full documentation for additional information.
Full example of landsat_composite.get_one_year
function here. The brief one-liner is:
get_one_year(aoi,'Example','KrishnaExample','2018')
This example generates an annual composite Landsat 8 image from 2018 of the Krishna River. When visualized in QGIS, the GeoTIFF looks something like this:
Code still under development.
Contributions and suggestions are encouraged and welcome.