sarkit.sicd.image_to_dem_surface
- image_to_dem_surface(sicd_xmltree, image_grid_location, ecef2dem_func, hae_min, hae_max, delta_dist_dem, *, delta_dist_rrc=10.0, **kwargs)
Project image coordinate to a surface described by a Digital Elevation Model.
Refer to
r_rdot_to_dem_surfacefor full documentation of the outputs and other parameters.- Parameters:
- sicd_xmltree
lxml.etree.ElementTree SICD XML metadata
- image_grid_location(2,) array_like
Image coordinate with xrow/ycol in meters
- sicd_xmltree
- Returns:
- Other Parameters:
- *args, **kwargs
For other arguments, refer to
r_rdot_to_dem_surface()
See also