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

better handling of null geometry column #1012

Merged
merged 7 commits into from
Jun 27, 2023

Conversation

martinfleis
Copy link
Contributor

Fixes #1006

This should result in the same GeoDataFrame without intermediate steps which behaviour will change in future.

@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.04%. Comparing base (8695009) to head (6a44882).
Report is 990 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1012      +/-   ##
==========================================
- Coverage   98.04%   98.04%   -0.01%     
==========================================
  Files          23       23              
  Lines        2409     2407       -2     
==========================================
- Hits         2362     2360       -2     
  Misses         47       47              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gboeing gboeing changed the base branch from main to ci June 26, 2023 23:56
@gboeing gboeing changed the base branch from ci to main June 26, 2023 23:56
Copy link
Owner

@gboeing gboeing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @martinfleis I appreciate you taking a look. Tests failed silently (due to a bug fixed by #1014). I made a change to fix the linter and proposed a change to fix the tests. Let me know what you think.

osmnx/utils_graph.py Outdated Show resolved Hide resolved
osmnx/utils_graph.py Show resolved Hide resolved
gboeing added a commit that referenced this pull request Jun 27, 2023
@gboeing gboeing merged commit 8f789a9 into gboeing:main Jun 27, 2023
6 checks passed
@martinfleis martinfleis deleted the null_geometry_column branch June 27, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning when using graph_to_gdfs with fill_edge_geometry=False
2 participants