From: Michael Orlitzky Date: Wed, 16 Sep 2009 03:16:43 +0000 (-0400) Subject: Modified find_avg_population_density to perform a GIS database query. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=23cc74b0e781d57e68a055944c9220c33ad0bcc4;hp=23cc74b0e781d57e68a055944c9220c33ad0bcc4;p=dead%2Fcensus-tools.git Modified find_avg_population_density to perform a GIS database query. Added optparse argument parsing so that database information does not need to be hard-coded in to the script. Switched the order of (longitude, latitude) in the arguments. ---