Skip to content
Advertisement

Tag: overpass-api

Data from OSM (overpy) to geodataframe with polygons

I try to put OSM data (some polygons) to geodataframe. Export from OSM contains LineString. But in the end i need to converte all data into geodataframe in this format: 0 -> name_from_tag_first_area -> polygon (or multipolygon) type with coordinates 1 -> name_from_tag_second_area -> polygon (or multipolygon) type with coordinates And then i will use this GeoDataFrame to visualize this

Advertisement