python - 特定旅行时间以下所有点的 map ?

标签 python google-maps travel-time

我的问题很简单,一句话就能看懂:

有没有使用谷歌地图的方法、工具等来获得低于特定旅行时间的所有表面的叠加?

我希望问题很清楚,但我在网上找不到任何相关内容。

如果你有任何信息,我会接受的!

我的意思是用一个例子来说明:

我正在寻找一个新的住处。我知道我办公室的确切地址。 在这种情况下,我将能够在谷歌地图上覆盖在一定旅行时间下的表面(假设开车 30 分钟)。 我们将在高速公路周围涂上长长的表面(因为你会变得更快),并在道路周围涂上颜色。

最佳答案

我认为您正在寻找类似 Mapnificient 的内容:它显示了您可以在给定时间内乘坐公共(public)交通工具到达的区域 (video)。

enter image description here

具有更多选项的类似网站是 How Far Can I Travel .在这里,您可以选择输入您的行进速度和行进时间或距离。或者,您还可以指定您希望结果的准确程度。

enter image description here

现在,如何自己创建这样的示例?见 this related question接受的答案一步一步地解释,你怎么能get travel time data from the Google Maps API .

最后,您可以花 8.75 美元购买 Adam Ozimek 和 Daniel Miles 撰写的文章Stata utility for geocoding and generate travel time and travel distance information,该文章描述了 traveltime,使用谷歌地图为数据提供空间信息的命令。

The traveltime command takes latitude and longitude information and finds travel distances between points, as well as the time it would take to travel that distance by either driving, walking, or using public transportation.

关于python - 特定旅行时间以下所有点的 map ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9403699/

相关文章:

java - 新的 Google map 标记未在 IE 中加载

r - 在 map 上绘制绕纬度/经度的时间半径

python - Flask - 可选路径参数

python - 如何将具有不同长度值的列表转换为字典?

javascript - 如何使用 Django/Tastypie API 创建 CRUD?

javascript - 将纬度/经度转换为距离

Python正则表达式

google-maps - 谷歌地图嵌入高级 API

r - 多条路线的行驶距离

google-maps - Google Directions API 公交返回总是 "ZERO_RESULTS"