Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,739 contributions in the last year
Contribution activity
December 2020
Created 71 commits in 3 repositories
Created a pull request in gboeing/osmnx that received 4 comments
Tweaks to #610: use pathlib instead of os.path
Tweaks to #610: use pathlib instead of os.path
Opened 7 other pull requests in 1 repository
gboeing/osmnx
7
merged
- update tests
- add setting for cache only mode and implement in downloader module
- replace md5 with sha1 for cache filename hashing
- update config function and remove internal _is_simplified function
- update docstrings
- update docs
- Replace streets_per_node graph-level attribute with street_count node-level attributes
Reviewed 1 pull request in 1 repository
gboeing/osmnx 1 pull request
Created an issue in gboeing/osmnx that received 1 comment
Should streets_per_node be a node-level attribute rather than a graph-level attribute?
Should streets_per_node be a node-level attribute (called something like street_count) rather than the graph-level attribute it currently is? I thi…