Basic Information
Level 1 Product
Level 2 Product
Level 3 Product
Level 4 Product
Workflow
Developer Uuide
Apply orthorectification to data.
Bases: object
object
Apply orthorectification by DEM model data.
Initialize ortho class.
See the reprojection page of rasterio for details.
scene (object) – The Satpy Scene defined by hypergas.
varname (str) – The loaded variable to be orthorectified.
rpcs – The Rational Polynomial Coefficients (rpcs).
gcps – The Ground Control Points (gcps).
gcp_crs (EPSG code) – The CRS of the GCP data.
Apply orthorectification.
EnMAP: using the RPC data from the L1 product;
EMIT: using the glt table from the L1 product;
PRISMA: using the manual gcp points from QGIS.
da_ortho (DataArray) – The orthorectified data.
DataArray