-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancement/feature requestNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancement/feature requestNew feature or requestNew feature or request