Geo::Coordinates::VandH

Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates.
Download

Geo::Coordinates::VandH Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Timmins
  • Publisher web site:
  • http://search.cpan.org/~ptimmins/Geo-Coordinates-VandH-1.11/VandH.pm

Geo::Coordinates::VandH Tags


Geo::Coordinates::VandH Description

Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates. Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates.SYNOPSIS To convert V: 5498 H: 2895 to lat/long coordinates: use Geo::Coordinates::VandH; $blah=new Geo::Coordinates::VandH; ($lat,$lon) = $blah->vh2ll(5498,2895); printf "%lf,%lfn",$lat,$lon; To find the mileage between 5498,2895 and 5527,2873 in miles: use Geo::Coordinates::VandH; $blah=new Geo::Coordinates::VandH; printf "Distance between Pontiac, MI and Southfield, MI is approximately: %d milesn",$blah->distance(5498,2895,5527,2873);Currently this package supports the translation of V+H to Lat/Long, and mileage calculations between two V+H coordinates.Results are returned in decimal degrees for V+H to Lat/Long, and Miles for distance.Future versions will convert Lat/Long to V+H coordinates.Requirements:· Perl Requirements: · Perl


Geo::Coordinates::VandH Related Software