orthorectification
Luo_Suppe2026-08-15
gma.etools.orthorectification
[function] orthorectification(in_src, out_dst, dem = None, **kwargs):Orthorectify the image based on rational polynomial coefficients (RPC).
Parameters:
in_src: str.
The input raster file path.
out_dst: str.
The output raster file path.
**Optional:
dem = float||str||None. Default None.
The name of the fixed height or DEM file used for RPC calculations. Default is not set (None).
**kwargs:
Other parameters passed to translate.
Returns:
Type: DataSet.