sarkit.sidd.calculations.ggd_pixel_to_geodetic

ggd_pixel_to_geodetic(sidd_xmltree, pixel)

Section 3.4 GGD Pixel to Geodetic Coordinate Conversion

Parameters:
sidd_xmltreelxml.etree.ElementTree

SIDD XML metadata

pixel(…, 2) array_like

N-D array of GGD pixel grid coordinates with {r, c} in the last dimension

Returns:
(…, 3) ndarray

N-D array of geodetic coordinates with {phi, lambda, h} (degrees, degrees, meters) in the last dimension