I am using ArcMap 10.3 and I have a data file with xy coordinates (New York City/State) that I'm trying to project properly. Having trouble figuring it out and don't have a way to reach whoever created it. I know there are a million posts on this, but most rely on testing out a bunch of different projected coord. systems after narrowing them down based on the extent. Here's the extent for this data:
TOP: 5058236.102283 | BOTTOM: 4940052.540569 | LEFT: -8264805.988673 | RIGHT: -8180005.401691
From the above, I guess it'd be a UTM projection (?), but I'm not sure what to do about those negative numbers.
I also have partial address info and geocoded one to try to troubleshoot:
XY geocoded: 40.7218342,-73.9787655
UTM based on that lat/long (easting/northing): 586248.1, 4508380.2
What I have in the data for that point (x/y): -8235276.4, 4971409.736
Nothing I've tried comes even remotely close.
Any ideas?
EDIT: Have an idea what these numbers are (if not a solution). I gave up on the shapefile above with the wacky XY coordinates and switched to a different shapefile, which had most of the same points but with a projection specified (NAD_1983_UTM_Zone_18N) and added it to a map that was projected using WGS_1984_Web_Mercator_Auxiliary_Sphere. Later, I was using the "Move to" tool on a point and noted that the pre-populated values in the tool window were in the same wacky coordinates as the other shapefile. E.g. for the above example, it gave me: -8235272.518, 4971391.237. My idea is that these are the transformed XY values resulting from the on-the-fly projection, and that the original data somehow had these also. Maybe it's decimal degrees converted to meters, but relative to the meridian/parallel of the data frame coordinate sys. That said, I'm not sure what they represent or how to transform them back for use in other maps.