Python script _setCRS
See also
python.packages._setCRS

Aim of module

set CRS and print out CRS information to or from ODM or GDAL dataset

General description

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 (default: False)
Type :
Remark : optional, default: False
Description:

Examples

To be written.