Plotting points on interactive map
-
Hi All, I have a thousand odd points of data, (city,state) describing the countries top high schools. I was wondering what an effective way to graph this would be. I have the data in a PDF, so I'm currently working on scraping that into .CSV form. Does the city/state location need to by long/latitude? I see a number of tools out there, just wondering what is the easiest to get started on a project like this. My background is Linux Admin, some HTML and of course bash scripting. I would like to learn how to do this using golang if possible. Thansk!
-
Hi All, I have a thousand odd points of data, (city,state) describing the countries top high schools. I was wondering what an effective way to graph this would be. I have the data in a PDF, so I'm currently working on scraping that into .CSV form. Does the city/state location need to by long/latitude? I see a number of tools out there, just wondering what is the easiest to get started on a project like this. My background is Linux Admin, some HTML and of course bash scripting. I would like to learn how to do this using golang if possible. Thansk!
I think other people can give better answers but if all goes to hell, you can try with Python. Python has extensive libraries to help you in this regard.