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

Changelog

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

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.10-2.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:24:40 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-coordinates-transform-perl_0.10-3.dsc 2.2 KiB 24a47d260f0df04d720c6a333b7c1a3f9c9741521f77f39376e87ab2348f71fa
libgeo-coordinates-transform-perl_0.10.orig.tar.gz 4.2 KiB d4cfee41cded0e06cf7e5ab5f5f35f54c3c28f89cf4287e6b306f5fb2c9446c6
libgeo-coordinates-transform-perl_0.10-3.debian.tar.xz 2.1 KiB 627ff22447b6a057c0033a3a0d6b94cc548e1bdcfa5ba0eb3a79775ffc29d38d

Available diffs

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.