Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

less .geojson #18

Open
AdrianKriger opened this issue Jun 29, 2022 · 0 comments
Open

less .geojson #18

AdrianKriger opened this issue Jun 29, 2022 · 0 comments

Comments

@AdrianKriger
Copy link
Owner

AdrianKriger commented Jun 29, 2022

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.

@AdrianKriger AdrianKriger added the enhancement/feature request New feature or request label Jun 29, 2022
AdrianKriger added a commit that referenced this issue Jul 1, 2022
AdrianKriger added a commit that referenced this issue Jul 1, 2022
AdrianKriger added a commit that referenced this issue Jul 1, 2022
AdrianKriger added a commit that referenced this issue Jul 1, 2022
AdrianKriger added a commit that referenced this issue Jul 2, 2022
AdrianKriger added a commit that referenced this issue Jul 11, 2022
AdrianKriger added a commit that referenced this issue Jul 11, 2022
AdrianKriger added a commit that referenced this issue Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement/feature request New feature or request
Development

No branches or pull requests

1 participant