I
I
ivandao2018-09-30 13:01:48
Algorithms
ivandao, 2018-09-30 13:01:48

Create a heat map of the time it takes to get to a point?

Subject:
Looking for an apartment to rent. It is required that the road from the apartment to work was <= 30 minutes. You need to find all the points on the map that meet this condition, I plan to get there by public transport.
As the time before work decreases, the color of the area (point) on the map also changes. In fact, you need to calculate the distance to the specified point for all other points.
I plan to take Yadnex or Google maps as a source.
Where to begin?
Yes, can it be implemented in a short period of time and without material costs?
5bb0a3bbb64e5463820010.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Griboks, 2018-09-30
@ivandao

Run through all points of the map. For each iteration, make a request to the Maps API, getting the travel time to your work. Then convert that time to a color (eg brightness=minutes). Then draw the map and recolor it. Save the new image.

P
pronin.cc, 2018-09-30
@pronincc

Qgis. Easily implemented. You can watch video tutorials here: "QGIS Step by Step": https://www.youtube.com/playlist?list=PLlRO0Qw6GY9...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question