Scroll to navigation

filedumper(1) filedumper(1)

NAME

filedumper - dump routino database contents

SYNOPSIS


filedumper
[--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>] ]

DESCRIPTION

filedumper is used to extract statistics from the routino database, extract particular information for visualisation purposes or for dumping the database contents.

OPTIONS

Prints usage information
The directory containing the routing database.
The filename prefix for the routing database.
Print statistics about the routing database.
Extract selected data from the routing database:
The minimum latitude (degrees N)
The maximum latitude (degrees N).
The minimum longitude (degrees E).
The maximum longitude (degrees E).
The type of data to select.

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.
Dump selected contents of the database.
The node with the selected index.
The segment with the selected index.
The way with the selected index.
The turn relation with the selected index.
The error log with the selected index.

Use 'all' instead of a number to get all of them.

Dump all or part of the database as an XML file.
Exclude the super-segments.
The minimum latitude (degrees N).
The maximum latitude (degrees N).
The minimum longitude (degrees E).
The maximum longitude (degrees E).
Dump selected contents of the database in HTML.
The node with the selected index.
The segment with the selected index.
The turn relation with the selected index.
The error log with the selected index.
15 March 2017