Data not aligning correctly

1011
7
11-07-2013 03:05 PM
aaronboci1
New Contributor II
Ok so I'm having an issue with a street segment data set. The data frame I'm working with and most of the data has this
NAD_1983_UTM_Zone_17N
Projection: Transverse_Mercator
false_easting: 500000.00000000
false_northing: 0.00000000
central_meridian: -81.00000000
scale_factor: 0.99960000
latitude_of_origin: 0.00000000
Linear Unit:  Meter

Geographic Coordinate System: GCS_North_American_1983
Datum:  D_North_American_1983
Prime Meridian:  Greenwich
Angular Unit:  Degree

Now this is what I want and am working with. The dataset that will not align has the same source box info.
Projected Coordinate System: NAD_1983_UTM_Zone_17N
Projection: Transverse_Mercator
false_easting: 500000.00000000
false_northing: 0.00000000
central_meridian: -81.00000000
scale_factor: 0.99960000
latitude_of_origin: 0.00000000
Linear Unit:  Meter

Geographic Coordinate System: GCS_North_American_1983
Datum:  D_North_American_1983
Prime Meridian:  Greenwich
Angular Unit:  Degree

Since these are both the same, what can I do to align them? Is this possibly an error that occurred from the place I got the data? Is there a way I could grab a few control points and just shift it over, and if so, what tool does that fall under.
0 Kudos
7 Replies
JimCousins
MVP Regular Contributor
Looking at your image and datasets, The state of New York is almost entirely in UTM zone 18 North - I do not know why it would be saved as UTM zone 17 North, as the distortion would be high. Try making a copy and defining the coordinate system as UTM 18N and see how it aligns.
Regards,
Jim
0 Kudos
MelitaKennedy
Esri Notable Contributor
I'm trying to decide whether there's a size discrepancy. I can't figure out what the light blue data is supposed to represent! If there is a size discrepancy, the data that says it's using UTM 17N may really be in a UTM zone that's using feet, or a state plane zone in feet.

A trick is to identify which layer is definitely not in the right plane. Remove its coordinate system (set to unknown or 'clear' depending on ArcGIS version). Now add it to ArcMap with the other data. Set the data frame's coordinate system to other possibilities like UTM 18N, the various state plane zones, etc. If you can get the other data to line up with the 'unknown' one, you've just identified its coordinate system.

Post the extents of the datasets if you can't figure it out.

Melita
0 Kudos
JimCousins
MVP Regular Contributor
The light blue data is Lake Ontario, Melita. It really looks like a zone issue.
Regards.
0 Kudos
MelitaKennedy
Esri Notable Contributor
Now, I see it! Thanks, Jim!

Yes, ignore my answer, a bad UTM zone is much more likely.
0 Kudos
aaronboci1
New Contributor II
Well the issue is Most of the data I have is in 17N because I'm working on a project for Erie County NRCS and Their data and the data I acquired from Erie county is in 17N as well. but I have a few data sets in 18N. The NRCS wants it in 17N to be compatible with other stuff they have, so I have to change the 18N and any state planes into 17N. I figured out the problem was that it said it was 17N but it really was 18. So my next step is to change it to 17 and hope it works out fine. if not, I'm going to do a spatial adjustment. I tried a spatial adjustment the other night and ARCGIS froze due to the massive workload it had to do. So I clipped a smaller area that I'm working in and am going to try that soon. I've just ran into some other problems now with merging multiple DEMS into 1 DEM.
0 Kudos
MelitaKennedy
Esri Notable Contributor
I don't think you should have to do a spatial adjustment. Are you redefining the data as 17N using the Define Projection tool or the data's property page? Leave the 18N data defined as 18N, use the Project or Project Raster tools to convert it to 17N.

Melita
0 Kudos
aaronboci1
New Contributor II
Ah, yes. I just figured it out about ten minutes before I saw this reply. It aligns nicely and I am progressing at the moment. Thank you. Any suggestions on the merging of multiple DEMS? I found the tool to do it in the help area of 10.1 but on my schools desktop version, that toolbar does not exist. The spatial analyst is on in environments and the toolbar is up and docked. but I still can't find the right tool.
0 Kudos