| filedumper-slim(1) | filedumper-slim(1) |
filedumper-slim - dump routino database contents
filedumper-slim
[--help] [--dir=dirname]
[--prefix=name] [--statistics]
[--visualiser --latmin=latmin
--latmax=latmax --lonmin=lonmin
--lonmax=lonmax --data=data-type ]
[--dump [--node=node ...]
[--segment=segment ...] [--way=way
...] [--turn-relation=rel ...]
[--errorlog=number ...] ] [--dump-osm
[--no-super] [--latmin=latmin
--latmax=latmax --lonmin=lonmin
--lonmax=lonmax ] ] [--dump-visualiser
[--data=node<node>] [--data=segment<segment>]
[--data=turn-relation<rel>]
[--data=errorlog<number>] ]
filedumper-slim is used to extract statistics from the routino database, extract particular information for visualisation purposes or for dumping the database contents.
data-type can be selected from:
| junctions | = | segment count at each junction. |
| super | = | super-node and super-segments. |
| waytype-* | = | segments of oneway, cyclebothways or roundabout type. |
| highway-* | = | segments of the specified highway type. |
| transport-* | = | segments allowing the specified transport type. |
| barrier-* | = | nodes disallowing the specified transport type. |
| turns | = | turn restrictions. |
| speed | = | speed limits. |
| weight | = | weight limits. |
| height | = | height limits. |
| width | = | width limits. |
| length | = | length limits. |
| property-* | = | segments with the specified property. |
| errorlogs | = | errors logged during parsing. |
Use 'all' instead of a number to get all of them.
| 22 April 2024 |