X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=bin%2Fwkt2pop;h=89bb5955b480d69a4a5592cc36c99f0084d1f261;hp=3fa70b220f76569765cedca4391a36b0dac0e5ff;hb=c498de425990074f93306b066a48400739b6d38a;hpb=fbf6257eecbc601a4f5748583d0188adc1e5ffec diff --git a/bin/wkt2pop b/bin/wkt2pop index 3fa70b2..89bb595 100755 --- a/bin/wkt2pop +++ b/bin/wkt2pop @@ -2,9 +2,7 @@ """ Find the total population contained within a geometric object. -""" -""" Our input is an OGC Well-Known Text[1] string. This string is used as part of a database query that finds the population contained within (i.e. 'underneath') the geometric object corresponding to the WKT @@ -30,7 +28,7 @@ usage = '%prog [options] ' parser = CLI.default_option_parser(usage) # Use this module's docstring as the description. -parser.description = __doc__.strip() +parser.description = __doc__ parser.add_option('-s',