Skip to content

less .geojson #18

@AdrianKriger

Description

@AdrianKriger

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

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions