gedidb.GranuleParser#
- class gedidb.GranuleParser(file: str, data_info: dict | None = None)[source]#
Base class for parsing GEDI granule data into a GeoDataFrame. Provides common parsing logic for different GEDI product types.
Methods
__init__(file[, data_info])Initialize the GranuleParser.
parse()Abstract method to be implemented by child classes for parsing specific granules.
parse_granule(granule)Parse a single granule and return a GeoDataFrame.