[sosi2osm] 01/01: More info in man-page. Fixed typo in control
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat Oct 4 13:57:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository sosi2osm.
commit 6767320d3f309aedc9c1aeee137ab987f4e04b2d
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat Oct 4 13:55:24 2014 +0000
More info in man-page. Fixed typo in control
---
debian/control | 2 +-
debian/sosi2osm.1 | 31 ++++++++++++++++++++++++++++++-
2 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a63aa86..09a6f80 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,6 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SOSI to OSM converter
This little utility converts .sos files into .osm files. A .sos file is a
- geospatial vector data format used for exchange of geopgrahical information
+ geospatial vector data format used for exchange of geograhical information
in Norway. Osm-files are used by OpenStreetMap. The utility relies on the
FYBA library released by the Norwegian Mapping Authority (Statens kartverk).
diff --git a/debian/sosi2osm.1 b/debian/sosi2osm.1
index cb81999..2543c63 100644
--- a/debian/sosi2osm.1
+++ b/debian/sosi2osm.1
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH SOSI2OSM 1 "September 05, 2014"
+.TH SOSI2OSM 1 "October 04, 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -19,10 +19,39 @@
sosi2osm \- SOSI to OSM converter
.SH SYNOPSIS
.B sosi2osm
+[ sosi file ]
+[ lua file ]
.SH DESCRIPTION
This manual page documents briefly the
.B sosi2osm
program.
+
+This utility is capable of converting SOSI files (usually with the .sos extension) to .osm files. A SOSI file is a geospatial vector data format used for exchange of geograhical information in Norway. Osm-files are used by the OpenStreetMap community.
+
+In order to do a conversion you specify the name of the SOSI-file and one .lua file. Then the .osm file will be written to
+.B stdout.
+The lua file is used to tell which tags are converted into which tags. A number of .lua files are bundled together with the package:
+
+/usr/share/sosi2osm/lua/default.lua
+.br
+/usr/share/sosi2osm/lua/adresser.lua
+.br
+/usr/share/sosi2osm/lua/arealdekke.lua
+.br
+/usr/share/sosi2osm/lua/sosi2osm.lua
+.br
+/usr/share/sosi2osm/lua/adm.lua
+
+.B If no conversion of tags is necessary, one may simply run it like this:
+
+sosi2osm input.sos default.lua > output.osm
+
+.B For converting address nodes, use:
+
+sosi2osm input.sos adresser.lua > output.osm
+
+Please open the lua-files and see what they do.
+
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sosi2osm.git
More information about the Pkg-grass-devel
mailing list