User guide#

Overview#

The User Guide covers all of geetools by topic area. The Quickstart page is a good place to start if you are new to the package or just want to refresh your memory. The Layout of the extensions page provides a high-level overview of the package’s layout, and the The extension pattern page provides a high-level overview of the package’s design decsisions.

The use of the package requires a basic understanding of the Python programming language and the GEE Python API. Users brand-new to Earth Engine should refer to the Google documentation first.

Further hands-on example of specific tasks can be found in the Examples section. and for the most advance user please refe to the API Reference section for a complete description of each individual functionality.

Refactoring#

Since version v1.0.0, the package has been drastically modified to adopt the extension pattern (see The extension pattern for more information). Many functions have also bee dropped or fully refactored to improve overall performances, and to make the package more consistent and easy to use. For more information about the miregation process please refer to the Upgrade from v0 to v1 page.

Important

The refactoring process is not finished yet, we will progressively reintegrate all the methods in the new pattern and add many cool functionalities. If any of your previous is not working anymore and the Upgrade from v0 to v1 page did not provided any solution, please open an issue in the GitHub repository.