gedih3#
gedih3: GEDI Data Access and H3 Indexing Library
A comprehensive Python library for accessing GEDI (Global Ecosystem Dynamics Investigation) data from NASA’s ORNL DAAC with H3 spatial indexing support, multiple access methods, spatial/temporal filtering, and on-the-fly subsetting.
Examples
>>> import gedih3
>>> print(gedih3.__version__)
>>> ddf = gedih3.gh3_load(source='/path/to/database', columns=['agbd_l4a'])
>>> agg = gedih3.gh3_aggregate(ddf, target_res=6, agg='mean')
>>> gedih3.egi.egi_dataframe(shots_df, level=6)
>>> gedih3.raster.h3_to_raster(agg_gdf)
Submodules#
- gedih3.cli
- gedih3.cliutils
- gedih3.config
- gedih3.daac
- gedih3.doctor
- gedih3.egi
- gedih3.exceptions
- gedih3.gedidriver
- gedih3.gh3builder
- gedih3.gh3driver
- gedih3.h3utils
- gedih3.imgutils
- gedih3.logger
- gedih3.logging_config
- gedih3.parallel
- gedih3.raster
- gedih3.sqlutils
- gedih3.utils
- gedih3.validation
- gedih3.vecutils
Attributes#
Package Contents#
- gedih3.__version__ = '0.14.4'#
- gedih3.__author__ = 'Tiago de Conto and Amelia Grace Holcomb'#
- gedih3.__email__ = 'tiagodc@umd.edu'#
- gedih3.__copyright__ = '(C) 2026, University of Maryland. All Rights Reserved.'#