It would be cool to have lengths of trail between trail junctions. Something like:

(From naturalatlas.com) Caltopo has it too.
It looks like it's relatively easy to get the length of the LineString in PostGIS: https://gis.stackexchange.com/a/170828
The hard part would be trying to split trails at vertices. I would expect that if you ran ST_Length on the existing path data, it would include the length of the full original OSM way, which would be longer than the sections between trail junctions, though I should test this.
It would be cool to have lengths of trail between trail junctions. Something like:

(From naturalatlas.com) Caltopo has it too.
It looks like it's relatively easy to get the length of the LineString in PostGIS: https://gis.stackexchange.com/a/170828
The hard part would be trying to split trails at vertices. I would expect that if you ran ST_Length on the existing path data, it would include the length of the full original OSM way, which would be longer than the sections between trail junctions, though I should test this.