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
Built Distribution
File details
Details for the file geetools-0.1.4.tar.gz
.
File metadata
- Download URL: geetools-0.1.4.tar.gz
- Upload date:
- Size: 66.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.19.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26d041715b8fe954253ee87877353b727dde0b2ebcb65bbb4cc60951ee619cfd |
|
MD5 | 5727ee8f28f6f6182904a497d1da1fb7 |
|
BLAKE2b-256 | 1b5f639207ae02d860271408ebceadf0cc9a8f51a29c30c41e19a4f809518ce9 |
File details
Details for the file geetools-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: geetools-0.1.4-py3-none-any.whl
- Upload date:
- Size: 80.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca3a5da7bc25ad7ced9e358fddf1a798db3ba0fbb2c844937d48ff2186c41352 |
|
MD5 | 8920fac7018abb824969f779498a1c06 |
|
BLAKE2b-256 | a3e6b86bbd039473665b3f7197f15336cd6c420123b6ad4be36f8d8500a32dfc |