Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Geo::KML::PolyMap 1.32

    Download button

    No screenshots available
    Downloads: 623  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Imran Haque | More programs
    Perl Artistic License / FREE
    May 18th, 2007, 12:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Geo::KML::PolyMap description

    Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth.

    Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth.

    SYNOPSIS

    use Geo::KML::PolyMap qw(generate_kml_file generate_kmz_file);

    # Clusters "Total Population" data for "Foobar City" in $entities into 5 bins;
    # renders using colors from $startcolor to $endcolor;
    # generates a legend; renders output to file handle passed in $kmz_filehandle
    generate_kmz_file(entities => $entities,
    placename => "Foobar City",
    data_desc => "Total Population",
    nbins => 5,
    kmzfh => $filehandle_for_kmz_output,
    startcolor => "FFFF0000",
    endcolor => "FF00FF00");

    # As above, but without a legend
    generate_kml_file(entities => $entities,
    placename => "Foobar City",
    data_desc => "Total Population",
    nbins => 5,
    kmlfh => $filehandle_for_kml_output,
    startcolor => "FFFF0000",
    endcolor => "FF00FF00");

    Geo::KML::PolyMap generates KML or KMZ-formatted maps for Google Earth. Given a set of polygonal regions and a number associated with each region (for example, city blocks and population counts on each block), Geo::KML::PolyMap generates a choropleth map showing the data value for each region as a shaded polygon. The polygons are divided into a number of bins, with the color of each bin unique. Optionally, Geo::KML::PolyMap will generate a legend along with the map file to illustrate the data ranges represented by each color.

    Product's homepage

    Requirements:

    · Perl
    · Carp
    · Archive::Zip
    · GD >=2.0
    · File::Temp
    · Statistics::Descriptive

      


    TAGS:

    generate KML | generate KMZ | shaded polygonal | Geo::KML::PolyMap | generate | KML

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM