diff options
author | Philip Lacroix <slackph at posteo dot de> | 2023-01-29 13:04:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:50 +0700 |
commit | b190e81fc907f13352fdf75931e63ae9468bddc0 (patch) | |
tree | bbc9206efc243394aaf6b12de5ee50c4857caee6 /libraries/GeographicLib/README | |
parent | 56098d57b9454974d2b87e8403304e8b4342b4e9 (diff) |
libraries/GeographicLib: Added (convert geographic coordinates)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/GeographicLib/README')
-rw-r--r-- | libraries/GeographicLib/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libraries/GeographicLib/README b/libraries/GeographicLib/README new file mode 100644 index 0000000000..987fb362f7 --- /dev/null +++ b/libraries/GeographicLib/README @@ -0,0 +1,25 @@ +GeographicLib is a small C++ library for: geodesic and rhumb line +calculations; conversions between geographic, UTM, UPS, MGRS, +geocentric, and local cartesian coordinates; gravity (e.g., EGM2008) +and geomagnetic field (e.g., WMM2020) calculations. + +The emphasis is on returning accurate results with errors close to +round-off (about 5–15 nanometers). Accurate algorithms for Geodesics +on an ellipsoid of revolution and Transverse Mercator projection have +been developed for this library. The functionality of the library can +be accessed from user code or from the Utility programs provided. + +This library is not a general purpose projection library nor does it +perform datum conversions; use PROJ instead. + + +NOTE - This SlackBuild installs the following data sets: egm96-5 +(geoid), egm96 (gravity) and wmm2020 (magnetic), provided that they +have been downloaded and placed in the SlackBuild's directory, along +with the source tarball. Several other data sets are available on the +project's website, or can be downloaded and installed automatically +by using the following scripts, after installation of the package: + + /usr/sbin/geographiclib-get-geoids + /usr/sbin/geographiclib-get-gravity + /usr/sbin/geographiclib-get-magnetic |