Python script _setCRS
Table of Contents
- See Also
- python._setCRS
Aim of module
proxy class for packages.python._setCRS
General description
- Parameters
-
reset remark : optional reset clears CRS contents from ODM/raster file epsgCode remark : optional EPSG code inFile remark : mandatory name of ODM or raster file in GDAL supported format copySource remark : optional filename (ODM or raster) containing CRS spec in WKT format wkt remark : optional filename containing CRS spec in WKT format
- See Also
- Python script _setCRS
Parameter description
-inFile name of ODM or raster file in GDAL supported format
Type : PathArgument
Remark :Mandatory
Description:
Remark :Mandatory
Description:
-epsgCode EPSG code
Type : Integer
Remark :Optional
Description:
Remark :Optional
Description:
-wkt filename containing CRS spec in WKT format
Type : PathArgument
Remark :Optional
Description:
Remark :Optional
Description:
-copySource filename (ODM or raster) containing CRS spec in WKT format
Type : PathArgument
Remark :Optional
Description:
Remark :Optional
Description:
-reset reset clears CRS contents from ODM/raster file
Type :
Remark :Optional, default: False
Description:
Remark :Optional, default: False
Description:
Examples
To be written.
