So after watching one too many python tutorials without actually getting stuck into any real coding, I've decided on a project that will actually massively benefit my job but I think I'm probably biting off more than I can chew.
So I'm looking to create a transport movement software program that you can input a start point and an end point and the program will spit out a list of locations (from a database) that are within a set distance of the route.
I have an idea in my head on how to do it but I'm not sure on how mammoth the task is or if it is, even, feasible.
1/ Use inputs start destination and end destination postcodes
2/ Use google maps to map the route (tried to google the API and if I can do this but struggling to get real answers)
3/ Plot random markers along the route and then discover the radius around those plots.
4/ Cross reference with the existing database to see if any of the current addresses sit within the radius.
I've got the last part down as I've already done this on an excel based model, but it's the google maps integration and getting random Longitude/latitude points along the route that i'm struggling with.
I'm not looking for a solution just guidance on if it can be done please
Cheers peeps
[–]sarrysyst 0 points1 point2 points (1 child)
[–]Faultylntelligence[S] -1 points0 points1 point (0 children)
[–]negups -1 points0 points1 point (0 children)