Python script _setCRS
See Also
python._setCRS

Aim of module

proxy class for packages.python._setCRS

General description

Parameters
resetremark : optional reset clears CRS contents from ODM/raster file
epsgCoderemark : optional EPSG code
inFileremark : mandatory name of ODM or raster file in GDAL supported format
copySourceremark : optional filename (ODM or raster) containing CRS spec in WKT format
wktremark : 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:
-epsgCode EPSG code
Type : Integer
Remark :Optional
Description:
-wkt filename containing CRS spec in WKT format
Type : PathArgument
Remark :Optional
Description:
-copySource filename (ODM or raster) containing CRS spec in WKT format
Type : PathArgument
Remark :Optional
Description:
-reset reset clears CRS contents from ODM/raster file
Type :
Remark :Optional, default: False
Description:

Examples

To be written.