Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Usage

Here is an example of how to use skyway. For more information, you can run skyway --help.

skyway --from pbf --input input-file.pbf --to json --output output-file.json

If you do not specify an input or output file, skyway will default to standard in and standard out, respectively. This enables you to stream data into and out of skyway, like this:

cat input-file.pbf | skyway --from pbf --to json > output-file.json

Supported Formats

Here is a table showing the formats skyway supports reading or writing. The shortname is used to indicate the format when running skyway, e.g. skyway --from xml .... When paired together, "speedy" readers and writers will generally run faster by passing data between threads.

Key:
✅ – Supported
➖ – Not Planned
❌ – Not Supported

FormatShortnameReaderWriter
GeoJSON
o5mo5m
OPLopl
OSM XMLxml
PBFpbf