Open AdrianKriger opened 2 years ago
Going from overpass to a .geojson without the intermediary (original and projected) to the final (would we want to keep one?) might be helpful. Have a look at:
shapes_with_props = osm2geojson.json2shapes(json) # >> [ { "shape": <Shapely-object>, "properties": {'type': 'relation' | 'node' ...,'tags': { ... },...}}, ... ]
to parse: overpass json -> geopandas -> process -> (final saved) .geojson. So instead of having three / two we'll have one.
Going from overpass to a .geojson without the intermediary (original and projected) to the final (would we want to keep one?) might be helpful. Have a look at:
to parse: overpass json -> geopandas -> process -> (final saved) .geojson. So instead of having three / two we'll have one.