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

Map matching + link geometries as first-class modules of a SearchApp #244

Open
robfitzgerald opened this issue Jul 23, 2024 · 0 comments
Open
Assignees

Comments

@robfitzgerald
Copy link
Collaborator

we are currently loading geometries twice, once for the map matching input plugin and also for output geometry construction. this is because 1) these assets are not first-class citizens of a SearchApp, 2) the APIs for input plugins and output plugins do not include a &SearchApp in scope.

we will require some kind of struct that provides methods for both of these features, which encompasses all of the existing features:

  • vertex/edge-oriented map matching via vertex or edge rtree, constructed based on configuration selection
  • edge geometry output plugin processing for building WKT/WKB/GeoJSON outputs
@robfitzgerald robfitzgerald added this to the RouteE Transit milestone Jul 23, 2024
@robfitzgerald robfitzgerald self-assigned this Sep 5, 2024
@robfitzgerald robfitzgerald mentioned this issue Sep 30, 2024
6 tasks
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

No branches or pull requests

1 participant