From 6b6ceef74da38db0c706c5b8eb8d3dfbd83bd536 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 24 Sep 2009 00:52:17 -0400 Subject: [PATCH] Updated the docstring for wkt2kml. --- bin/wkt2kml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/wkt2kml b/bin/wkt2kml index 77f8887..598fb52 100755 --- a/bin/wkt2kml +++ b/bin/wkt2kml @@ -1,15 +1,15 @@ #!/usr/bin/env python """ -Convert an OGC Well-Known Text[1] string to a Keyhole Markup Language +Convert an OGC Well-Known Text string to a Keyhole Markup Language (KML) file. """ """ -We take a Well-Known Text string as input, and optionally a filename -to which to write the output. While we shouldn't technically *need* -access to a PostGIS database to perform this conversion, it makes -everything a lot easier, so we require it. +We take a Well-Known Text[1] string as input, and optionally a +filename to which to write the output. While we shouldn't technically +*need* access to a PostGIS database to perform this conversion, it +makes everything a lot easier, so we require it. There is prior art[2] (written in Perl) should we ever desire to do the conversions correctly, sans-database. -- 2.43.2