.TH "OSMCOASTLINE_WAYS" "1" "2.2.4" "" "" .SH NAME .PP osmcoastline_ways \- extract coastline ways from OpenStreetMap data .SH SYNOPSIS .PP \f[B]osmcoastline_ways\f[] \f[I]INPUT\-FILE\f[] [\f[I]OUTPUT\-DB\f[]] .SH OPTIONS .TP .B \-h, \-\-help Display usage information. .RS .RE .TP .B \-V, \-\-version Display program version and license information. .RS .RE .SH DESCRIPTION .PP \f[B]osmcoastline_ways\f[] extracts coastline ways from OSM data and writes them into a Spatialite database. The output data is meant for debugging and statistics. Use the \f[B]osmcoastline\f[] program to assemble coastlines for "real" use. .PP You have to run \f[B]osmcoastline_ways\f[] on the output of the \f[B]osmcoastline_filter\f[] program, otherwise it will not work correctly! .PP The data is written to the Spatialite database \f[I]OUTPUT\-DB\f[]. If \f[I]OUTPUT\-DB\f[] is not set, the default "coastline\-ways.db" is used. A single table "ways" is written. It contains the IDs of all ways, their geometries, and the contents of their "name" and "source" tags. .PP \f[B]osmcoastline_ways\f[] outputs the sum of all way lengths. .SH SEE ALSO .IP \[bu] 2 \f[B]osmcoastline\f[](1), \f[B]osmcoastline_filter\f[](1) .IP \[bu] 2 Project page (https://osmcode.org/osmcoastline/) .IP \[bu] 2 OSMCoastline in OSM wiki (https://wiki.openstreetmap.org/wiki/OSMCoastline) .SH COPYRIGHT .PP Copyright (C) 2012\-2019 Jochen Topf . License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .SH CONTACT .PP If you have any questions or want to report a bug, please go to https://osmcode.org/contact.html .SH AUTHORS Jochen Topf .