Skip to main content

Set of tools to use in Google Earth Engine Python API

Project description

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

http://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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geetools-0.1.7.tar.gz (79.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page