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_surface for full documentation of the outputs and other parameters.

Parameters:
sicd_xmltreelxml.etree.ElementTree

SICD XML metadata

image_grid_location(2,) array_like

Image coordinate with xrow/ycol in meters

Returns:
sndarray
Other Parameters:
*args, **kwargs

For other arguments, refer to r_rdot_to_dem_surface()