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
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
Release history Release notifications | RSS feed
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.2.2.tar.gz
(95.8 kB
view details)
File details
Details for the file geetools-0.2.2.tar.gz
.
File metadata
- Download URL: geetools-0.2.2.tar.gz
- Upload date:
- Size: 95.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9f12cf4dd13f161fe76166696c9d835fb69609d4a4a3b37c1fb6f607da47c71 |
|
MD5 | a6872a2d60ae79b8eec16615b3f5cba5 |
|
BLAKE2b-256 | 53761bc6ca0fe121758f154e8cf1d97d0b0378b9e8f8dbb5157a11841eacad42 |