DEMInterpolator

Data structure for DEM management at Python level. Allows for loading DEMs for rasters on file or can be initialized to constant Ellipsoid height surfaces.

Documentation

class isce3.geometry.DEMInterpolator.DEMInterpolator

Wrapper for DEMInterpolator

interpolateLonLat(lon, lat)
interpolateXY(x, y)
loadDEM(pyRaster raster)

Load the entire DEM.

loadDEMSubset(pyRaster raster, minX, maxX, minY, maxY)

Load specified region from a given DEM.