gedidb.GediNameMetadata#

class gedidb.GediNameMetadata(product: str, year: str, julian_day: str, hour: str, minute: str, second: str, orbit: str, sub_orbit_granule: str, ground_track: str, positioning: str, release_number: str, granule_production_version: str, major_version_number: str)[source]#

Container for metadata derived from GEDI file name conventions.

product#

The product type (e.g., L1B, L2A).

Type:

str

year#

The year of data acquisition (4 digits).

Type:

str

julian_day#

The Julian day of the year when data was acquired.

Type:

str

hour#

The hour (UTC) when data was acquired.

Type:

str

minute#

The minute (UTC) when data was acquired.

Type:

str

second#

The second (UTC) when data was acquired.

Type:

str

orbit#

The orbit number associated with the granule.

Type:

str

sub_orbit_granule#

The sub-orbit granule identifier.

Type:

str

ground_track#

The ground track number.

Type:

str

positioning#

The positioning number.

Type:

str

release_number#

The release version of the product.

Type:

str

granule_production_version#

The granule production version.

Type:

str

major_version_number#

The major version of the product.

Type:

str

__init__(product: str, year: str, julian_day: str, hour: str, minute: str, second: str, orbit: str, sub_orbit_granule: str, ground_track: str, positioning: str, release_number: str, granule_production_version: str, major_version_number: str) None[source]#

Methods

__init__(product, year, julian_day, hour, ...)

Attributes