Skip to main content

A collection of tools to work with Google Earth Engine Python API

Project description

License: MIT conventional commit Black badge prettier badge pre-commit PyPI version Conda-forge version build Test Coverage Documentation Status

Google Earth Engine tools

https://raw.githubusercontent.com/gee-community/geetools/main/docs/_static/logo.svg

Google Earth Engine is a cloud-based service for geospatial processing of vector and raster data. The Earth Engine platform has a JavaScript and a Python API with different methods to process geospatial objects.

The geetools package extends the Google Earth Engine Python API with pre-processing and processing tools for the most used satellite platforms by adding utility methods for different Earth Engine Objects that are friendly with the Python method chaining using the geetools namespace.

There is JavaScript module that you can import from the code editor that has similar functions (not exactly the same) and it’s available here.

Installation

pip install geetools

Why using it ?

New utility methods and constructors are added to most of the GEE classes. They can be simple wrapper for repetitive tasks, complex algorithm or mandatory preprocessing steps. The goal is to make the code more fluid and easy to read for researchers, students and analysts.

The package design is mostly performing server-side computation making it also very friendly with commercial users of Earth Engine.

This small example wrapping of the excellent ee_extra package functionalities shows how to preprocess sentinel 2 data in 5 lines of code:

import ee
import geetools #noqa: F401
import pygaul # another gee-community package to access FAO GAUl 2015 dataset

# we assume you are already authenticated to GEE
ee.Initialize.geetools.from_account("toto") # yes we also support multi users

amazonas = pygaul.Items(name="Amazonas").centroid()

S2 = (
   ee.ImageCollection('COPERNICUS/S2_SR')
   .filterBounds(point)
   .geetools.closest('2020-10-15') # Extended (pre-processing)
   .geetools.maskClouds(prob = 70) # Extended (pre-processing)
   .geetools.scaleAndOffset() # Extended (pre-processing)
   .geetools.spectralIndices(['NDVI','NDWI','BAIS2'])) # Extended (processing)

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-1.18.1.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geetools-1.18.1-py3-none-any.whl (87.8 kB view details)

Uploaded Python 3

File details

Details for the file geetools-1.18.1.tar.gz.

File metadata

  • Download URL: geetools-1.18.1.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for geetools-1.18.1.tar.gz
Algorithm Hash digest
SHA256 5ba0fe49efcbff3f45cbb552c90d2a9060cbb5853fe41cd61753124ba79870e6
MD5 18811a9fd93965981c06edbb04d59ae4
BLAKE2b-256 7c959f79b63cbf89db82615ae9518cb98417632e9a56d5554699642148528721

See more details on using hashes here.

File details

Details for the file geetools-1.18.1-py3-none-any.whl.

File metadata

  • Download URL: geetools-1.18.1-py3-none-any.whl
  • Upload date:
  • Size: 87.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for geetools-1.18.1-py3-none-any.whl
Algorithm Hash digest
SHA256 148b21c716300d4e1d8834d894ff2832e5bc162c3dea6f05878c592d4056d419
MD5 959a496abff87cad61f9d8e1b9a45b29
BLAKE2b-256 c3435456c56c74fad0d255fe0bdd9324514db6e7c2e40d2fcda3b8c1ab2f688e

See more details on using hashes here.

Supported by

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