Metadata-Version: 2.5
Name: gee-toolbox
Version: 0.4.0
Summary: Helpful functions and objects for Google Earth Engine processes
Project-URL: Repository, https://github.com/silversky54/gee-toolbox
Author-email: Erick G <erick.linares@gmail.com>
Maintainer-email: Erick G <erick.linares@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: earthengine,gee,google-earth-engine
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: <4.0,>=3.12
Requires-Dist: earthengine-api<2.0.0,>=0.1.418
Requires-Dist: prettytable<4.0.0,>=3.10.1
Requires-Dist: pytz>=2026.3.post1
Requires-Dist: tqdm<5.0.0,>=4.66.5
Provides-Extra: docs
Requires-Dist: furo>=2025.12.19; extra == 'docs'
Requires-Dist: myst-parser<6,>=5.1.0; extra == 'docs'
Requires-Dist: sphinx-autoapi<4,>=3.6; extra == 'docs'
Requires-Dist: sphinx-design<0.8.0,>=0.7.0; extra == 'docs'
Requires-Dist: sphinx<10.0,>=9.0; extra == 'docs'
Description-Content-Type: text/markdown

# gee-toolbox

**gee-toolbox** is a python package that serves as a custom toolbox with a variety of functions and classes with the purpose to facilitate the execution of common tasks related to Google Earth Engine.
It Extends the functionality of GEE python client library and some other packages to manage GEE assets, export tasks or process Images and ImageCollections.

Mostly deals with common tasks that require viewing or managing Earth Engine assets or tasks from python, perhaps a few helpful server side functions for common tasks related to Images, ImageCollections and FeatureCollections but does not provide additional functionality for viewing or manipulating maps.

By design it avoids using some of the other Earth Engine helper packages created by the community mostly to keep the package weight and footprint small.
