I am having some issues with adding xy data from a .csv file. As you can see in the picture below the points are clustering. I am not sure if this is a excel format issue or a arcmap issue.
I am simply adding the .csv to arcmap> display xy data> no z field and coordinate system of: Geographic Coordinate System: Name: GCS_WGS_1984
-
Can you add a screen shot of your CSV file?whyzar– whyzar2016年11月21日 19:01:57 +00:00Commented Nov 21, 2016 at 19:01
-
Can you include in your question how you are creating the point layer from .csv?artwork21– artwork212016年11月21日 19:04:35 +00:00Commented Nov 21, 2016 at 19:04
-
have you tried zooming in?Maksim– Maksim2016年11月21日 19:08:55 +00:00Commented Nov 21, 2016 at 19:08
-
Added the CSV file SSBig T– Big T2016年11月21日 19:11:15 +00:00Commented Nov 21, 2016 at 19:11
-
How many records are in the excel sheet? What happens if you copy maybe 50% of the records into another excel sheet and try that one?artwork21– artwork212016年11月21日 19:33:12 +00:00Commented Nov 21, 2016 at 19:33
1 Answer 1
I am not seeing any decimal values greater than .59 nor .xx59 in your Excel spreadsheet. I think the spreadsheet has DD.MMmmm (degree-decimal minutes) or DD.MMSSssss (degree-minute-decimal seconds) values, not decimal degrees, DD.ddddddd. Take a look at the spreadsheet to see if you seen any .xxxx values that have>59 in the 3rd and 4th positions. If you can identify any, you have DD.MMmmmmm data.
ArcToolbox/Geoprocessing has a tool, Convert Coordinate Notation, which should be able to convert these values to decimal degrees before you attempt to add them as XY data.
Explore related questions
See similar questions with these tags.