Geo-Coordinates-Converter-LV03

 view release on metacpan or  search on metacpan

lib/Geo/Coordinates/Converter/LV03.pm  view on Meta::CPAN

149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
  my $λ = $λ_ * 100 / 36;
 
  return ($φ, $λ);
 
} #_}
#_}
#_{ Warning
 
=head1 WARNING
 
The document from which I derived the formulas (see LINKS) contains
this friendly warning; »I<Diese Formeln haben eine reduzierte Genauigkeit und sind
vor allem für Navigationszwecke vorgesehen. Sie dürfen nicht für die amtliche Vermessung oder für geodätische Anwendungen verwendet werden!>« (that is: only to be used for navigational purposes,
not of exact (or even official) measurements or geodatic applications).
 
=cut
#_}
#_{ Why
=head1 WHY
 
Why was I not using the already existing L<Geo::Coordinates::Converter|https://metacpan.org/pod/Geo::Coordinates::Converter>?



( run in 0.234 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )