I got a Shapefile but it's coordinate system is unknown and there is no .prj file.
How I can identify it now? Are there any tools that could help?
|
I got a Shapefile but it's coordinate system is unknown and there is no .prj file. How I can identify it now? Are there any tools that could help? |
|||||||||||||||||
|
|
There's always the "brute force" method:
Good Luck |
|||||||||||||
|
|
The best answer I've found to this question is non-technical: find out where your data came from. Agencies and organizations tend to be consistent with their use of projections. Know it came from your state DOT? Look at the rest of their data and see what it tells you. Don't know where it came from? An educated guess is just as likely to send you down the right road. At least it makes tackling the problem with brute force a little more do-able! |
||||
|
|
|
Seriously outdated at this point, but Werner Flacke and Birgit Klaus posted Find Projection on ArcScripts in 2007. I don't think the source code is there, unfortunately. It's VBA-based so only usable in ArcGIS Desktop v9.2 and possibly 9.3. It does include two shapefiles with the areas of interest from the EPSG Geodetic Parameter Dataset which could be used to narrow the possibilities. Blue Marble Geographic Calculator and Geographic Transformer have coordinate system recovery tools. |
|||
|
|
Not a tool (I don't know of one in existence that would let you do that), but check out @mkennedy's reply to a similar question. She explains how she arrived at the correct spatial reference. SpatialReference.org and patience will be your friends. Additionally, ESRI provides a guide on how to guess a coordinate system (though I prefer mkennedy's method if you know a bit more about the data). |
||||
|
|
|
Believe it or not people, you might be surprised what a simple google search can sometimes reveal!! At my last job, I had a layer of Geology data (polygon) named "FSU_Geol.shp". My boss gave it to me and asked me to find out a number of things. First off, he was handed this shapefile by the client, and there was no .prj file, so he wanted me to figure that out. He also wanted me to figure out what the categories of Geology were. I could go on-and-on, but lets cut to the chase .... I googled it, and I ended up HERE. I was beside myself!! The acronym in the naming convention stood for "surface Geology of the Former Soviet Union", and the Google search led me "directly" to the source (USGS). Everything, and I mean "EVERYTHING" I could ever need to know about this shapefile was at the top link I hit. I'm not saying that Google can find anything & everything, but let me tell you, I was fresh out of university, and just taking a "shot in the dark", and look at the feedback I got!! My boss was so impressed, yet I just got lucky!! The above answers are all excellent, and having said that, I'll be bookmarking this discussion for future reference. Ever since that day however ..... I "start" with a google search if there's no clues in the metadata!! |
||||
|
|
|
There are two great links from Esri that go into detail on this: |
|||||
|
|
I'm promoting comments by Mapperz and Brandon Copeland by adding an answer that uses their technique.
This technique takes advantage of the fact that ArcMap can convert data to a new coordinate system in-memory. The data-without-a-known-coordsys cannot be converted so it's just displayed. By projecting the known data in-memory, we can see quickly what coordinates it has in the various possible coordinate systems. |
|||||||
|
|
Ask the producer. If you know common CRS for your geographic region, you can try some of them. But asking is better. |
|||||
|