Skip to content

Commit

Permalink
geocode geocode_to_gdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodcz2 committed Mar 28, 2024
1 parent 0b08efe commit fdef5cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tile2net/raster/geocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def from_geometry(

@classmethod
def from_osm(cls, query: str):
# centroid = osmnx.geocode(query)
# result = cls.from_centroid(centroid)
geometry = osmnx.geocode_to_gdf(query)
result = cls.from_frame(geometry)
return result
Expand Down

0 comments on commit fdef5cc

Please sign in to comment.