Write runner/script to convert map.xml into an SQLite3 DB #6

Open
opened 2026-05-06 19:25:49 +02:00 by sot · 4 comments
Collaborator
No description provided.
Owner

Roads close to a railway are requred, roads not close to a railway can be removed. The Documentation of Overpass API xml format should be helpful

Roads close to a railway are requred, roads not close to a railway can be removed. The [Documentation of Overpass API xml format](https://git.outnight.eu/vlad/TIMRRN/src/branch/main/data/overpassapidocs.txt) should be helpful
Author
Collaborator

How close to a railway would a road need to be to not be pruned?

How close to a railway would a road need to be to not be pruned?
sot self-assigned this 2026-05-07 11:50:47 +02:00
Author
Collaborator

https://sqlite.org/cintro.html
this might be useful

https://sqlite.org/cintro.html this might be useful
Owner

@sot wrote in #6 (comment):

How close to a railway would a road need to be to not be pruned?

we could also first look into if we can keep the whole map, just remove businesses and other pedestrian nodes

if not than maybe we build a radius of 1.5km around a railway and prune everything that is not within that radius

@sot wrote in https://git.outnight.eu/vlad/TIMRRN/issues/6#issuecomment-14: > How close to a railway would a road need to be to not be pruned? we could also first look into if we can keep the whole map, just remove businesses and other pedestrian nodes if not than maybe we build a radius of 1.5km around a railway and prune everything that is not within that radius
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlad/TIMRRN#6
No description provided.