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_xmltree
lxml.etree.ElementTree SIDD XML metadata
- pixel(…, 2) array_like
N-D array of GGD pixel grid coordinates with {r, c} in the last dimension
- sidd_xmltree
- Returns:
- (…, 3)
ndarray N-D array of geodetic coordinates with {phi, lambda, h} (degrees, degrees, meters) in the last dimension
- (…, 3)