SimeMobileCity 0.1
  • API
  • Workflow
  • Site
    • Page
        • Topology.poi

    Topology.poi¶

    Topology.poi(tags, radius=0, is_gdf=False)¶

    Get nodes for given point of interest.

    Parameters:
    tags : Dictionary

    OSM tags in format - tags={“amenity”: [“cafe”]}

    radius : float, optional

    Distance of pois from center in m

    is_gdf : bool, optional

    True to return GDF object

    Returns:
    poi : networkx.MultiDiGraph

    OSM graph object

    gdf : geopandas.GeoDataFrame, optional

    GDF object

    Back to top

    © Copyright 2021, Hamzeh Kraus.
    Created using Sphinx 1.6.6.