icesat2db.GranuleParser#
- class icesat2db.GranuleParser(file: str, data_info: dict | None = None)[source]#
Base class for parsing IceSat2 granule data into a GeoDataFrame. Provides common parsing logic for different IceSat2 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.