IsraelHikingMap / VectorMap

Vector Maps for the Israel Hiking and Biking Maps
Other
10 stars 6 forks source link

Israel Bike Trail - maintenance method #151

Closed Tsurha closed 1 year ago

Tsurha commented 1 year ago

A few months ago I arranged IBT in OSM, and Harel could do away with the google sheet. Have a look at its situation today, when converting it to a trail. It broke to pieces. Not useful. I could simply go to each break, and connect it. But while some OSM data maintenance is normal, seems like the length of the whole relation (403 members) leaves it too vulnerable and it will break again.

What do you suggest?

image

We also have several relations that represent its different segments. For example from Arad to Nokdim. We could maybe have the whole IBT as a relation of relations, containing the segment relations. That will not fully solve the above issue. Maybe reduce the work to just mending the segments, but not the main full one again.

Note that someone changed the name of the specific segment relations to also be simply "Israel Bike Trail" so now its difficult to know which is which. That's unfortunate too.

image

zstadler commented 1 year ago

Moving to OSM as our data source has advantages, but it also has disadvantages as you found out... As long as we keep using OSM for IBT, it will be necessary to maintain the correctness of this relation. The (hiking) Israel Trail undergoes similar maintenance by some OSM volunteer from time to time.

I find that Relation Analysis really helps my find issues in route relation. It shows the relation as a set of (connected) graphs, each with its end nodes.

Note: The term "graph" here is taken from the "computer science" terminology: a set of nodes connected by lines

A proper relation should have one graph since all of its segments should be connected. In the current state of IBT, it should have two graphs: for the southern part, and for the part near Arad.

The first graph in the current report for IBT is:

image

Note: Unfortunately, the line breaks in this report are horrible, so I had to group together the related lines

If you want, we can continue this off-line.

Note that someone changed the name of the specific segment relations to also be simply "Israel Bike Trail" so now its difficult to know which is which. That's unfortunate too.

See the discussion I've started at https://www.openstreetmap.org/changeset/133955228

zstadler commented 1 year ago

@Tsurha After fixing the minor gaps, based on the above report, there is a third IBT compenent that I could not figure out.

There are also 2 sections of IBT that do not belong to any Regional Bike Trail.

Tsurha commented 1 year ago

Thank you for the maintenance you did!