API Reference¶
This section provides detailed API documentation for GeeFetch, automatically generated from the library's docstrings.
Package Structure¶
GeeFetch is organized into several key modules:
- CLI Configuration: Documentation for the YAML configuration options used with the command-line interface
- Satellite Sources: Available satellite data sources and how to implement custom ones
- Downloadable Classes: Different classes that handle downloading from Google Earth Engine
- Data Download Core: Main downloading functions
- Geefetch Utils and Enums: Utilities and useful enum types
Getting Started with the API¶
If you're using GeeFetch as a Python library rather than through the CLI, start with the geefetch.data.get module, which provides the main entry points for data downloads.
To implement custom satellite sources, check out the Custom Satellites documentation.