| Message |
Hi,
I've been stumped with projecting some data from Uruguay, which has been sent as residing in:
Gauss Kruger (a variant of TM).
PROJCS["Pulkovo_1995_GK_Zone_22"
GEOGCS["GCS_Pulkovo_1995"
DATUM["D_Pulkovo_1995"
SPHEROID["Krasovsky_1940",6378245.0,298.3]]
PRIMEM["Greenwich",0.0]
UNIT["Degree",0.0174532925199433]]
PROJECTION["Gauss_Kruger"]
PARAMETER["False_Easting",22500000.0]
PARAMETER["False_Northing",0.0]
PARAMETER["Central_Meridian",129.0]
PARAMETER["Scale_Factor",1.0]
PARAMETER["Latitude_Of_Origin",0.0]
UNIT["Meter",1.0]]
and trying to get it into either (or ideally both)
Geographic WGS84 and\or UTM Zone 22S WGS84
I've been trying the following:
(any help is appreciated... ArcGIS "Project" seems to run, but the output Shapefiles end up corrupted). |