I have a shapefile of contour lines and the X and Y coordinates are in thousands not in millions. How can I transform them in millions? Like, 7802,305 to 7802305,00. Thanks.
|
|
This is the same suggestion as Andre Joost's but for ArcGIS. It assumes that the data currently doesn't have a defined coordinate system but that you know what the data is georeferenced to (ex. It's in UTM but with units of kilometers). Modify it to use "Kilometer" for the units of the projected coordinate system. The false easting and northing values (if any) should update. To stay with the UTM example, a Northern hemisphere zone has a false easting of 500000m. That value will change to 500km. Use the Project tool to create a new shapefile using the same coordinate system, but with units set to "Meter" instead. |
|||
|
|
|
Not sure about Arcgis, but in GDAL/QGIS you can set up custom projections with kilometres as units. Maybe it is already sufficient to change that in the .prj file. |
|||
|
|
|
there should be a false easting and false northing on your projection. find a projection "without" false EN |
|||||||||
|