I am looking for a way to find latitude and longitude values of both ends of any given road. So for example if there was a site or tool that did this, I would just have to provide a road name (and maybe post/zip code) and it would give me the latitude and longitude values.
Asked
Active
Viewed 810 times
2 Answers
1
There really is no other way to approach this than using GIS software. What you are describing is the guts of what GIS is. Unless you are lucky enough to discover that someone else has done this exact thing at the same place you are requiring, this is something that has to be built from scratch.
ChrisStockdale
- 342
- 2
- 11
0
Manually, using Google Maps you can right click "What's Here" on any location (start/end points of given road) and it will give you decimal degree lat/long values.
If you have access to GIS software and datasets there are faster ways to get multiple values for multiple streets
Maksim
- 6,916
- 2
- 24
- 42
-
Yes I have already been using the "What's Here" option on Google Maps but it will take way long because I am trying to get these values for all the roads in a city. – Oct 22 '14 at 15:00
-
1
-
Nope, i'm not familiar with any GIS software and I don't have a clue about datasets (hehe). – Oct 22 '14 at 15:16
what do you need this information (in your original question) for?
– ChrisStockdale Oct 22 '14 at 19:40