【问题标题】:Number of lanes/classification of road at a desired direction or bearing所需方向或方位的车道数/道路分类
【发布时间】:2021-02-10 04:39:09
【问题描述】:

我正在使用 OSmnx 来探索街道网络方向。我可以看到我可以通过 OSmnx 获得街道方位,即特定方位的道路数量。还有一种方法可以确定这些道路在特定方位的车道数吗?或者道路的分类?

【问题讨论】:

  • 当 OSM 上存在时,两者都可用作边缘属性。后者是highway 属性。

标签: python openstreetmap osmnx


【解决方案1】:

首先是map = ox.graph_from_place('Paradise, California'),然后是nodes, edges = ox.graph_to_gdfs(map),然后是nodes.head()。来源:https://geoffboeing.com/2016/11/osmnx-python-street-networks/

【讨论】:

    猜你喜欢
    • 2020-03-03
    • 1970-01-01
    • 2019-04-29
    • 2021-05-21
    • 1970-01-01
    • 1970-01-01
    • 2018-01-10
    • 2016-04-07
    • 1970-01-01
    相关资源
    最近更新 更多