Skip to main content
Question

Configuration System coordinate parameters Meters to Centimeters

  • November 21, 2016
  • 1 reply
  • 28 views

danilo_fme
Celebrity
Forum|alt.badge.img+54

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.0001

Thanks in Advance,

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • November 22, 2016

To be honest, I don't know that there is much more to do. Just make sure your X/Y offsets are now in cm instead of metres. We have to do this when translating to Smallworld, which generally uses millimeter coordinate systems. If you check out this page you'll see an example coordinate system that has been switched from metres to millimeters. Compared to the original, only the unit and x/y offsets differ.