icesat2db.IceSat2NameMetadata#

class icesat2db.IceSat2NameMetadata(product: str, year: str, month: str, day: str, hour: str, minute: str, second: str, ref_ground_track: str, cycle_number: str, segment_number: str, version: str, revision: str)[source]#

Container for metadata derived from IceSat2 file name conventions.

product#

The product type (e.g. ATL08).

Type:

str

year#

The year of data acquisition (4 digits).

Type:

str

month#

The month of data acquisition (2 digits).

Type:

str

day#

The day of data acquisition (2 digits).

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

ref_ground_track#

The RTG number (4 digits) ranging from 0001 to 1387.

Type:

str

cycle_number#

The cycle number (2 digits).

Type:

str

region#

The region number (2 digits) ranging from 01-14.

Type:

str

version#

The version number (3 digits).

Type:

str

revision#

The revision number (2 digits).

Type:

str

__init__(product: str, year: str, month: str, day: str, hour: str, minute: str, second: str, ref_ground_track: str, cycle_number: str, segment_number: str, version: str, revision: str) None[source]#

Methods

__init__(product, year, month, day, hour, ...)

Attributes