1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libgeo-point-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libgeo-distance-perl,
libgeo-proj4-perl,
libmath-polygon-perl,
libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Xavier Guimard <x.guimard@free.fr>,
Daniel Lintott <daniel@serverb.co.uk>
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-point-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-point-perl.git
Homepage: https://metacpan.org/release/Geo-Point
Package: libgeo-point-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: module to simplify handling geographic points
One location on the globe, in any coordinate system. Geo::Point tries
to hide the maths and the coordinate system in which the point is
represented.
.
One of the most confusing things when handling geometrical data, is
that sometimes latlong, sometimes xy are used: horizontal and vertical
organization reversed. This package tries to hide this from your
program by providing abstract accessors latlong(), longlat(), xy(), and
yx().
.
This package provides the following modules:
* Geo::Line - a sequence of connected points
* Geo::Point - a point on the globe
* Geo::Proj - simplified wrapper for Geo::Proj4
* Geo::Shape - base class for 2-dimensional points on the earth
surface
* Geo::Space - A collection of various items
* Geo::Surface - A surface description
|