Hi this seems like it should be an easy problem, but its been giving me a headache.
I have a .xls spreadsheet with about 60,000 rows. Most of them have Latitude and Longitude. I simply want to display these as points in Arc10.
I've tried making a .dbf in arccatalog and creating a feature class from XY data. The first times I tried this the rows that had no lat/long were given 0,0. The problem is the scale is about 1:1e200+ feet... so the points with correct lat/long are all together but so tiny I can't even zoom into them.
So the second time I just took out all the rows without lat/long. Now the points show up but compared to the old points and the counties they are not lined up and they are tiny...
I've also tried using it as a .csv and as the .xls and in QGIS. I went through all the rows and took out the lat/long points that were entered incorrectly (not in decimal degrees) as well...
On the map there little red point way off where it should be, and it is actually 40,000 points on a scale of 1:19 feet instead of 1:3,000,000ish... The projection is the same as the other layers and when I click on individual points they have the same lat/long, just in different spots.
