File: control

package info (click to toggle)
libgeo-helmerttransform-perl 1.14-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: perl: 146; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,638 bytes parent folder | download
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
Source: libgeo-helmerttransform-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Geo-HelmertTransform
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-helmerttransform-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-helmerttransform-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libgeo-helmerttransform-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
Multi-Arch: foreign
Description: Transformations between coordinates in different datums
 It is usual to describe geographical points in terms of their polar coordinates
 (latitude, longitude and altitude) referenced to a "datum ellipsoid", which is
 used to approximate the Earth's geoid. The latitude, longitude and altitude of
 a given physical point vary depending on which datum ellipsoid is in use.
 Unfortunately, a number of ellipsoids are in everyday use, and so it is often
 necessary to transform geographical coordinates between different datum
 ellipsoids.
 .
 Two different datum ellipsoids may differ in the locations of their centers, or
 in their shape; and there may be an angle between their equatorial planes or
 the meridians relative to which longitude is measured. The Helmert Transform,
 which this module implements, is a linear transformation of coordinates between
 pairs of datum ellipsoids in the limit of small angles of deviation between
 them.