freebsd-ports/science/p5-Geo-Coordinates-Transform/pkg-descr
Po-Chuan Hsieh a6a8beb91d
science/p5-Geo-Coordinates-Transform: Add p5-Geo-Coordinates-Transform 0.10
There are several formats used to present geographic coordinates.

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. Note that special characters or non-numerical characters
such as " will throw an warning and return NaN for that list item.

In addition, the input does not interpert N,S,W,E designators but expects
coordinates to be in positive or negative representation.

Format of the output can be controlled via input arguments in the constructor.
The arguments are expected to be in the form of a hash reference.
2022-12-30 17:04:00 +08:00

12 lines
651 B
Text

There are several formats used to present geographic coordinates.
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. Note that special characters or non-numerical characters
such as " will throw an warning and return NaN for that list item.
In addition, the input does not interpert N,S,W,E designators but expects
coordinates to be in positive or negative representation.
Format of the output can be controlled via input arguments in the constructor.
The arguments are expected to be in the form of a hash reference.