Skip to content

shiph0326/gee_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Earth Engine tools

These are a set of tools for Google Earth Engine that may help to solve or automatize some processes.

There are some JavaScript functions that you can use in the Code Editor (https://code.earthengine.google.com/) placed in a folder called js

The rest of the repository is oriented to the GEE Python API. You can install these tools as a normal python package.

Installation

pip install geetools

Upgrade

pip install --upgrade geetools

Basic Usage

from geetools import batch

col = ee.ImageCollection("your_ID")
tasklist = batch.ImageCollection.toDrive(col)

Full documentation

https://geetools.readthedocs.io

Some Examples

Examples are Jupyter Notebooks in a folder called notebooks

Any contribution is welcome. Any bug or question please use the github issue tracker.

About

Google Earth Engine Tools (scripts)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 51.2%
  • Python 48.8%