Struct LolaSite

Struct Documentation

struct LolaSite

One high-resolution lunar-south-pole landing site published in NASA PGDA product 78 (“High-Resolution LOLA Topography for Lunar South Pole Sites”).

The lat_deg/lon_deg are the approximate geographic center of the site tile, used only to pick the nearest site for a query latitude/longitude (see SelectLolaSite). The authoritative extent/coordinates come from the GeoTIFF’s own geotransform when the tile is loaded.

Public Members

std::string id

PGDA folder id, e.g. “Site01”.

std::string name

Human-readable name, e.g. “Connecting ridge”.

double lat_deg

Approximate center latitude [deg] (south pole ~ -90).

double lon_deg

Approximate center east longitude [deg], 0-360.