Hello all User`s,
I need to converte my data in Meters to Centimeters, but not using Transformers. I need to change the Coordinate System inside the file MyCoordinateSystem.
The scenario is converte using SAD 69 22S Meter to SAD 69 22S in centimeter.
I customized the file MyCoordinateSystem to centimeter, but i believe that is wrong:
Â
# -------------------------------------
Â
# Coordinate System SAD 69 UTM 22S in 'cm'Â
# -------------------------------------Â
COORDINATE_SYSTEM_DEF SAD_69_22_S_CM \\Â
DESC_NM "ZONA UTM SABESP" \\Â
PROJ TM\\Â
UNIT CENTIMETER \\Â
DT_NAME SA1969 \\Â
PARM1 -45\\Â
GROUP "SAMER"\\Â
X_OFF 50000000 \\Â
Y_OFF 1000000000 \\Â
MAP_SCL 1\\Â
SCL_RED 0.999600\\Â
ZERO_X 0.0001 \\Â
ZERO_Y 0.0001Thanks in Advance,