sarkit.sidd.calculations.geodetic_to_ggd_pixel
- geodetic_to_ggd_pixel(sidd_xmltree, geo)
Section 3.5 Geodetic Coordinate to GGD Pixel Conversion
- Parameters:
- sidd_xmltree
lxml.etree.ElementTree SIDD XML metadata
- geo(…, 2) array_like
N-D array of ECEF coordinates with {phi, lam} (latitude degrees, longitude degrees) in the last dimension
- sidd_xmltree
- Returns:
- (…, 2)
ndarray N-D array of GGD pixel grid coordinates with {r, c} in the last dimension
- (…, 2)