libgeo-coordinates-transform-perl 0.10-2 source package in Ubuntu

Changelog

libgeo-coordinates-transform-perl (0.10-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libgeo-coordinates-transform-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 00:53:03 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-coordinates-transform-perl_0.10-2.dsc 2.2 KiB 731b79393fce43cb5e990485282cc9b3d730aa596735e930c497fc8a83e13ff9
libgeo-coordinates-transform-perl_0.10.orig.tar.gz 4.2 KiB d4cfee41cded0e06cf7e5ab5f5f35f54c3c28f89cf4287e6b306f5fb2c9446c6
libgeo-coordinates-transform-perl_0.10-2.debian.tar.xz 2.0 KiB 445b85a0d907d3f87826edc20555f03a9d9131570637ffef2ba48b0b57ad5948

No changes file available.

Binary packages built by this source

libgeo-coordinates-transform-perl: Transform latitude/longitude between coordinate functions

 There are several formats used to present geographic coordinates. For
 example:
 .
  * DMS Degrees:Minutes:Seconds (48 30 30, -117 30' 30")
 .
  * DM Degrees:Decimal-Minutes (48 30.5, -117 30.5'),
 .
  * DD Decimal-Degrees (48.5083333, -17.5083333)
 .
 Geo::Coordinates::Transform converts a list of provided latitude and
 longitude coordinates in any of the three formats above (mixed input is ok)
 and converts to the desired format.