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

Convert geojson to gpx #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Convert geojson to gpx #38

wants to merge 1 commit into from

Conversation

RenJieZheng
Copy link

Function for converting geojson to a format more similar to the gpx json files.

Implemented a method for assigning waypoints to routes by creating a BallTree from the route points, and doing a k nearest points query for each waypoint to determine the closest routes. Doesn't seem to work perfectly yet as some waypoints aren't being assigned, and I'm not sure how accurately they are being assigned. Hoping some of these ideas are useful though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant