Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save as different projection

Status
Not open for further replies.

gmmastros

Programmer
Feb 15, 2005
14,905
US
I have a customer that is trying to send me some map files. She is using ESRI tools (arc something or other) version 9 (I think). She has data in one of the State Plane projections, and I need the data in WGS84 projection. Since I am not familiar with any of the ESRI tools, I don't know how to advise her.

Ultimately, I need to import the raw data (WGS84 lat/longs) in to my database. The underlying data appears to be in a state plane projection even though the .shp.xml file appears as though it should be wgs84.

the .shp.xml file looks like this...

Code:
  <?xml version="1.0" ?> 
- <!-- <!DOCTYPE metadata SYSTEM "[URL unfurl="true"]http://www.esri.com/metadata/esriprof80.dtd">[/URL]
  --> 
- <metadata xml:lang="en">
- <Esri>
  <MetaID>{579B6925-F5F2-47F9-8C8D-0D1E65360CFF}</MetaID> 
  <CreaDate>20090217</CreaDate> 
  <CreaTime>10144200</CreaTime> 
  <SyncOnce>TRUE</SyncOnce> 
- <DataProperties>
- <lineage>
  <Process ToolSource="C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DefineProjection" Date="20090217" Time="101442">DefineProjection "Z:\Projects\Transportation Projects\Cynthia\Routing_Software\XXXXXXX\WGS84\abm_runs\ams102.shp" GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]] "Z:\Projects\Transportation Projects\XXXXXXX\Routing_Software\XXXXXXX\WGS84\abm_runs\ams102.shp"</Process> 
  <Process ToolSource="C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DefineProjection" Date="20090217" Time="105412">DefineProjection "Z:\Projects\Transportation Projects\XXXXXXX\Routing_Software\XXXXXXX\WGS84\abm_runs\ams102.shp" GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]] "Z:\Projects\Transportation Projects\XXXXXX\Routing_Software\XXXXXXX\WGS84\abm_runs\ams102.shp"</Process> 
  </lineage>
  </DataProperties>
  </Esri>
  </metadata>

I'm more familiar with MapInfo tools. With MapInfo, it would be a simple matter of loading the data, file -> Save Copy As -> Select the layer -> click the projection button, select Latitude/Longitude WGS84. Click ok.

I know it can't be too difficult to do this in the ESRI tools. I just don't have access to them in order to help my customer.

Can anyone help?

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
George, the GIS team in my office use the ESRI arc tools for their mapping solutions, while not familiar with the tools myself (I'm similar to you, MapInfo is what I've worked with) I'll have a word in their shell-like and see if I can get a solution for you.

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Thanks.

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top