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

python example scripts - match gps traces to overture roads dataset to get gers ids #23

Merged
merged 7 commits into from
Jul 19, 2023

Conversation

ibnt1
Copy link
Contributor

@ibnt1 ibnt1 commented Jun 27, 2023

Adding prototype for matching GPS traces to overture roads.

This is intended to be demo/example scripts and not as match "library", see included README.md for details.

Exemplified with two approaches:

  1. match_traces script - using H3 tiles to spatially filter candidates.
  2. notebook using geopandas spatial join to filter candidates.

Both methods take two data sets as input (as either GeoJson or plain text WKT for now), one with features to match, one with overture features, convert them to common class MatchableFeature and call same match logic. Using sample of Macon GA GeoJson overture roads as overture format is not finalized.

@ibnt1 ibnt1 changed the title python example scripts - match dataset to overture dataset to get gers ids python example scripts - match gps traces to overture roads dataset to get gers ids Jul 10, 2023
Base automatically changed from dev to main July 12, 2023 15:23
@jenningsanderson jenningsanderson changed the base branch from main to dev July 12, 2023 16:41
@ibnt1 ibnt1 requested a review from mojodna July 13, 2023 22:12
@RobSoetewey-TomTom RobSoetewey-TomTom merged commit 89acf49 into dev Jul 19, 2023
@RobSoetewey-TomTom RobSoetewey-TomTom deleted the gers_match_examples branch July 19, 2023 15:14
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.

3 participants