Closed al-yakubovich closed 2 years ago
Got where I was wrong. Coordinates are needed to be in form (long, lat) and not (lat, long):
polygon_long_lat = [(-86.840049, 33.538406),
(-86.782240, 33.534072),
(-86.773982, 33.465972),
(-86.876753, 33.464951)
]
Hi, I am getting an error "EmptyOverpassResponse: There are no data elements in the response JSON" when I use osmnx.graph.graph_from_polygon module.
Example: