Rdr2geo¶
Transformer from radar geometry coordinates to map coordinates with DEM / reference altitude. This is the heavy duty version that performs the transformation for entire images.
Documentation¶
-
class
isce3.geometry.Rdr2geo.
Rdr2geo
¶ Wrapper for Topo
-
topo
(pyRaster demRaster, pyRaster xRaster=None, pyRaster yRaster=None, pyRaster heightRaster=None, pyRaster incRaster=None, pyRaster hdgRaster=None, pyRaster localIncRaster=None, pyRaster localPsiRaster=None, pyRaster simRaster=None, pyRaster maskRaster=None, outputDir=None)¶ Run topo.
- Parameters
demRaster (pyRaster) – Raster for input DEM.
xRaster (Optional[str]) – Raster for output X coordinate.
yRaster (Optional[str]) – Raster for output Y coordinate.
heightRaster (Optional[str]) – Raster for output height/Z coordinate.
incRaster (Optional[str]) – Raster for output incidence angle.
hdgRaster (Optional[str]) – Raster for output heading angle.
localIncRaster (Optional[str]) – Raster for output local incidence angle.
localPsiRaster (Optional[str]) – Raster for output local projection angle.
simRaster (Optional[str]) – Raster for output simulated amplitude image.
maskRaster (Optional[str]) – Raster for output layover/shadow mask.
outputDir (Optional[str]) – String for output directory for internal rasters.
- Returns
None
-