You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the OSMNxMapping feature request hub! 🎉
Hey there, before you jump in, take a quick sec to check out the
important stuff below—it’ll help us keep the magic flowing smoothly.
Important
Before you proceed, please confirm the following:
I’ve checked the API docs and confirmed this feature doesn’t already exist (no duplicates, please!).
I’ve scoured the existing issues to make sure this hasn’t been requested before.
I get that feature requests are reviewed periodically and might take a little time—patience is key!
Describe the Feature Request
Currently, the preprocessing module's filter submodule consists of a default filter that naively drops records outside the queried road network out of OSMNX.
I strongly believe that for the sake of being more flexible and showing more filtering techniques, more are required.
Describe Preferred Solution
From popular techniques in the literature. GIS-related.
simonprovost
changed the title
[FEAT] / Geo Filters from the literature or ML-powered ones are needed!
[FEAT] / [MORE PRIMITIVES] Geo Filters from the literature or ML-powered ones are needed!
Feb 26, 2025
💡 Feature Request
Welcome to the
OSMNxMapping
feature request hub! 🎉Hey there, before you jump in, take a quick sec to check out the
important stuff below—it’ll help us keep the magic flowing smoothly.
Important
Before you proceed, please confirm the following:
Describe the Feature Request
Currently, the preprocessing module's filter submodule consists of a default filter that naively drops records outside the queried road network out of OSMNX.
I strongly believe that for the sake of being more flexible and showing more filtering techniques, more are required.
Describe Preferred Solution
A new filter simply needs to be inherited from https://github.com/VIDA-NYU/OSMNXMapping/blob/main/src/osmnx_mapping/modules/preprocessing/filters/abc_filter.py to be integrated within the
OSMNxMapping
workflow.Describe Alternatives
N/A
Related Code
N/A
Additional Context
N/A
If the feature request is approved, would you be willing to submit a PR?
(No worries if you’re new to this—we’ll guide you every step of the way! 🤝)
The text was updated successfully, but these errors were encountered: