Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-geosciences/geographiclib/
Date: Wed, 29 Apr 2020 11:12:15
Message-Id: 1588107793.7a6c4de3e50a6368a5d49e8b311ed82afebd1652.andrewammerlaan@gentoo
1 commit: 7a6c4de3e50a6368a5d49e8b311ed82afebd1652
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 28 21:03:13 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Apr 28 21:03:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a6c4de3
7
8 sci-geosciences/geographiclib: read use expand flag descriptions
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-geosciences/geographiclib/metadata.xml | 31 +++++++++++++++++++++++++++++-
14 1 file changed, 30 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-geosciences/geographiclib/metadata.xml b/sci-geosciences/geographiclib/metadata.xml
17 index 981bcd1..c04b45d 100644
18 --- a/sci-geosciences/geographiclib/metadata.xml
19 +++ b/sci-geosciences/geographiclib/metadata.xml
20 @@ -3,9 +3,14 @@
21 <pkgmetadata>
22 <maintainer type="person">
23 <email>lssndrbarbieri@×××××.com</email>
24 - <description>Alessandro Barbieri</description>
25 + <name>Alessandro Barbieri</name>
26 </maintainer>
27 <upstream>
28 + <maintainer status="active">
29 + <email>charles@××××××.com</email>
30 + <name>Charles Karney</name>
31 + </maintainer>
32 + <doc lang="en">https://geographiclib.sourceforge.io/html</doc>
33 <bugs-to>https://sourceforge.net/p/geographiclib/bugs/</bugs-to>
34 <remote-id type="sourceforge">geographiclib</remote-id>
35 </upstream>
36 @@ -14,6 +19,30 @@
37 <flag name="gravity">Install the gravity models</flag>
38 <flag name="geoids">Install the geoid datasets</flag>
39 <flag name="magnetic">Install the magnetic field models</flag>
40 + <flag name="geoids_datasets_egm84-30">http://earth-info.nga.mil/GandG/wgs84/gravitymod/wgs84_180/wgs84_180.html 30' grid</flag>
41 + <flag name="geoids_datasets_egm84-15">http://earth-info.nga.mil/GandG/wgs84/gravitymod/wgs84_180/wgs84_180.html 15' grid</flag>
42 + <flag name="geoids_datasets_egm96-15">http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html 15' grid</flag>
43 + <flag name="geoids_datasets_egm96-5">http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html 5' grid</flag>
44 + <flag name="geoids_datasets_egm2008-5">http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 5' grid</flag>
45 + <flag name="geoids_datasets_egm2008-2-5">http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 2.5' grid</flag>
46 + <flag name="geoids_datasets_egm2008-1">http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 1' grid</flag>
47 + <flag name="gravity_models_egm84">the Earth Gravity Model 1984, which includes terms up to degree 180</flag>
48 + <flag name="gravity_models_egm96">the Earth Gravity Model 1996, which includes terms up to degree 360</flag>
49 + <flag name="gravity_models_egm2008"> the Earth Gravity Model 2008, which includes terms up to degree 2190</flag>
50 + <flag name="gravity_models_wgs84">the WGS84 Reference Ellipsoid. This is just reproduces the normal gravitational field for the reference ellipsoid. This includes the zonal coefficients up to order 20.</flag>
51 + <flag name="magnetic_models_wmm2010">the World Magnetic Model 2010, which approximates the main magnetic field for the period 2010–2015.</flag>
52 + <flag name="magnetic_models_wmm2020"> the World Magnetic Model 2020, which approximates the main magnetic field for the period 2020–2025.</flag>
53 + <flag name="magnetic_models_wmm2015v2">the World Magnetic Model 2015, which approximates the main magnetic field for the period 2015–2020.</flag>
54 + <flag name="magnetic_models_igrf11">the International Geomagnetic Reference Field (11th generation), which approximates the main magnetic field for the period 1900–2015.</flag>
55 + <flag name="magnetic_models_igrf12">the International Geomagnetic Reference Field (12th generation), which approximates the main magnetic field for the period 1900–2020.</flag>
56 + <flag name="magnetic_models_emm2010">the Enhanced Magnetic Model 2010, which approximates the main and crustal magnetic fields for the period 2010–2015.</flag>
57 + <flag name="magnetic_models_emm2015">the Enhanced Magnetic Model 2015, which approximates the main and crustal magnetic fields for the period 2000–2020.</flag>
58 + <flag name="magnetic_models_emm2017">the Enhanced Magnetic Model 2017, which approximates the main and crustal magnetic fields for the period 2000–2022.</flag>
59 + <flag name="precision_arbitrary">floating point arbitrary precision</flag>
60 + <flag name="precision_double">floating point 53-bit precision</flag>
61 + <flag name="precision_quad">floating point 113-bit precision</flag>
62 + <flag name="precision_long-double">floating point 64-bit precision</flag>
63 + <flag name="precision_single">floating point 24-bit precision</flag>
64 </use>
65 <longdescription lang="en">
66 GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.