我可以使用Python中的OSMNX软件包下载历史数据吗?
假设,以2018年12月3日在OSM中存在的方式下载给定城市的高速公路网络。
如果不是OSMNX,下载历史数据的其他方法是什么?立交桥API给了我某些地方的过载错误。
Let's say, download the highway network for a given city the way it was present in OSM on December 3, 2018.
If not OSMnx, what are other ways to download historical data? The Overpass API gave me an overload error for certain places.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用OSMNX检索OSM数据,例如街道网络,截至一定日期。这为您提供了截至一定日期和时间的OpenStreetMap中存在的历史快照。您可以配置OSMNX的
Overpass_settings
设置为此,如文档:Yes you can use OSMnx to retrieve OSM data, such as a street network, as of a certain date. This gives you a historical snapshot of what was present in OpenStreetMap as of a certain date and time. You can configure OSMnx's
overpass_settings
setting to do this, as explained in the documentation: