Skip to content

Commit

Permalink
Updated osm_processing.py to 0.5b
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Dec 30, 2023
1 parent 8239468 commit 5a3e60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm/osm_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def sn_analysis(place_long, place_lat):
ox.plot_graph(G)

def building_analysis(place_long, place_lat):
gdf = ox.geometries_from_point((float(place_lat), float(place_long)), tags={'building': True})
gdf = ox.features_from_point((float(place_lat), float(place_long)), tags={'building': True})
gdf.plot()

def additional_datasets(map_folium):
Expand Down

0 comments on commit 5a3e60f

Please sign in to comment.