Index: head/astro/geographiclib/Makefile =================================================================== --- head/astro/geographiclib/Makefile (revision 526338) +++ head/astro/geographiclib/Makefile (revision 526339) @@ -1,124 +1,124 @@ # Created by: Tatsuki Makino # $FreeBSD$ PORTNAME= geographiclib -DISTVERSION= 1.50 +DISTVERSION= 1.50.1 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib\ SF/geographiclib/distrib/archive\ SF/geographiclib:geoids,gravity,magnetic -DISTNAME= GeographicLib-${DISTVERSION}${DISTVERSIONSUFFIX} +DISTNAME= GeographicLib-${DISTVERSIONFULL} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # DIST_SUBDIR= GeographicLib MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Library for geographic projections LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c++14-lang python:env -WRKSRC= ${WRKDIR}/GeographicLib-${DISTVERSION} PORTDOCS= * USE_LDCONFIG= yes CMAKE_ARGS= -DGEOGRAPHICLIB_DATA:STRING=${DATADIR:Q}\ -DGEOGRAPHICLIB_LIB_TYPE:STRING=BOTH\ -DINSTALL_PYTHON_DIR:STRING=${PYTHON_SITELIBDIR:Q}\ -DINSTALL_DOC_DIR:STRING=${DOCSDIR:Q} OPTIONS_DEFINE= DOCS DOXYGEN PERL OPTIONS_DEFAULT= DOXYGEN PERL\ GEOID_EGM96_5 GRAVITY_EGM96 GRAVITY_WGS84\ - MAGNETIC_WMM2015V2 MAGNETIC_IGRF12 + MAGNETIC_WMM2020 MAGNETIC_IGRF12 PERL_DESC= Build documentation with pod2man and pod2html OPTIONS_GROUP= DATASETS OPTIONS_SUB= yes +DATASETS_DESC= geoid datasets, gravity models and magnetic field models DOXYGEN_CMAKE_BOOL= GEOGRAPHICLIB_DOCUMENTATION DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen\ sphinx-build:textproc/py-sphinx PERL_CMAKE_BOOL_OFF= GEOGRAPHICLIB_NO_PERL PERL_USE= PERL5=build PERL_USES= perl5 PERL_BUILD_DEPENDS= nroff:textproc/groff GEOID_NAMES= egm84-30 egm84-15 egm96-15 egm96-5\ egm2008-5 egm2008-2_5 egm2008-1 GRAVITY_NAMES= egm84 egm96 egm2008 wgs84 grs80 -MAGNETIC_NAMES= wmm2010 wmm2015 wmm2015v2 igrf11 igrf12\ +MAGNETIC_NAMES= wmm2010 wmm2015 wmm2015v2 wmm2020\ + igrf11 igrf12\ emm2010 emm2015 emm2017 DEPRECATED_NAMES= wmm2015 .for n in ${GEOID_NAMES} GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} geoid dataset\ ${"${DEPRECATED_NAMES:M${n}}"!="":?(deprecated):} OPTIONS_GROUP_DATASETS+= GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu} GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= geoids-distrib/${n}.tar.bz2:geoids MAKESUM_OPTIONS_DEFAULT+= GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu} .endfor .for n in ${GRAVITY_NAMES} GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} gravity model\ ${"${DEPRECATED_NAMES:M${n}}"!="":?(deprecated):} OPTIONS_GROUP_DATASETS+= GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu} GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= gravity-distrib/${n}.tar.bz2:gravity MAKESUM_OPTIONS_DEFAULT+= GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu} .endfor .for n in ${MAGNETIC_NAMES} MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} magnetic model\ ${"${DEPRECATED_NAMES:M${n}}"!="":?(deprecated):} OPTIONS_GROUP_DATASETS+= MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu} MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= magnetic-distrib/${n}.tar.bz2:magnetic MAKESUM_OPTIONS_DEFAULT+= MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu} .endfor -# Memorandum: use "make fetch makesum" to makesum all distfiles. .ifmake makesum || distclean OPTIONS_DEFAULT= ${MAKESUM_OPTIONS_DEFAULT} .endif post-patch: ${REINPLACE_CMD} -e 's/\(tail\) --lines/\1 -n/g'\ -e "s,head --lines -4,${SED} -e '\$$d' | ${SED} -e '\$$d' | ${SED} -e '\$$d' | ${SED} -e '\$$d',"\ ${WRKSRC}/man/makeusage.sh ${REINPLACE_CMD} -e '/wget/s,wget -O,${FETCH_BINARY} -o ,'\ ${WRKSRC}/tools/geographiclib-get-*.sh .for n in ${GEOID_NAMES} post-install-GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-geoids .endfor .for n in ${GRAVITY_NAMES} post-install-GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-gravity .endfor .for n in ${MAGNETIC_NAMES} post-install-MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-magnetic .endfor .for n in geoids gravity magnetic install-datasets-${n}: .NOTMAIN ${MKDIR} ${STAGEDIR}${DATADIR}/${n} (cd ${WRKDIR}/${n} &&\ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${n}) .PHONY: install-datasets-${n} .endfor .PHONY: x-tool-plist x-tool-plist: ${PLIST} .NOTMAIN ${REINPLACE_CMD}\ -e '/^%%PORTDOCS%%/d'\ -e '/^%%DATADIR%%\/geoids\/[^.]/{\ h;s|^%%DATADIR%%/geoids/\([^.]\{1,\}\).*|GEOID_\1|;\ s/[^0-9A-Za-z]/_/g;\ y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ s/^/%%/;s/$$/%%/;G;s/\n//;}'\ -e '/^%%DATADIR%%\/gravity\/[^.]/{\ h;s|^%%DATADIR%%/gravity/\([^.]\{1,\}\).*|GRAVITY_\1|;\ s/[^0-9A-Za-z]/_/g;\ y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ s/^/%%/;s/$$/%%/;G;s/\n//;}'\ -e '/^%%DATADIR%%\/magnetic\/[^.]/{\ h;s|^%%DATADIR%%/magnetic/\([^.]\{1,\}\).*|MAGNETIC_\1|;\ s/[^0-9A-Za-z]/_/g;\ y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ s/^/%%/;s/$$/%%/;G;s/\n//;}'\ ${PLIST} .include Index: head/astro/geographiclib/distinfo =================================================================== --- head/astro/geographiclib/distinfo (revision 526338) +++ head/astro/geographiclib/distinfo (revision 526339) @@ -1,43 +1,45 @@ -TIMESTAMP = 1569492000 -SHA256 (GeographicLib/GeographicLib-1.50.tar.gz) = 2ac8888094d21ba48adb433c4bb569937497b39733e96c080b5ce278e2587622 -SIZE (GeographicLib/GeographicLib-1.50.tar.gz) = 2463958 +TIMESTAMP = 1581822000 +SHA256 (GeographicLib/GeographicLib-1.50.1.tar.gz) = d1765009e068b8cc5e76957e5d6be45ce6cff08c4aad8e5995e84a28354385f1 +SIZE (GeographicLib/GeographicLib-1.50.1.tar.gz) = 2463854 SHA256 (GeographicLib/geoids-distrib/egm2008-1.tar.bz2) = bdb382d0be7ece9142450eacc24b7b7f0889ee3e0ba4f535b04ec383f94c0fb5 SIZE (GeographicLib/geoids-distrib/egm2008-1.tar.bz2) = 162388303 SHA256 (GeographicLib/geoids-distrib/egm2008-2_5.tar.bz2) = d602e13446a4a4a23f39aecfe6a2a0760a1bc6c1b497482c2ebc9f7d513be699 SIZE (GeographicLib/geoids-distrib/egm2008-2_5.tar.bz2) = 34927299 SHA256 (GeographicLib/geoids-distrib/egm2008-5.tar.bz2) = 9a57c14330ac609132d324906822a9da9de265ad9b9087779793eb7080852970 SIZE (GeographicLib/geoids-distrib/egm2008-5.tar.bz2) = 10414793 SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c SIZE (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 1475184 SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481 SHA256 (GeographicLib/geoids-distrib/egm96-15.tar.bz2) = 8b1ebad1ebae0a045502d0edb9cc51553da1d3914f01e07470c11b3bed75048e SIZE (GeographicLib/geoids-distrib/egm96-15.tar.bz2) = 1490277 SHA256 (GeographicLib/geoids-distrib/egm96-5.tar.bz2) = c46224f8f723dc915d97179f4e1580a98d6c742fe2b82cd8fef0ecaaad13e614 SIZE (GeographicLib/geoids-distrib/egm96-5.tar.bz2) = 10225152 SHA256 (GeographicLib/gravity-distrib/egm2008.tar.bz2) = 54c1f511892a3d6a1362fb91a8f65efb4bd56e1cf4ff205344e003bd5074ed91 SIZE (GeographicLib/gravity-distrib/egm2008.tar.bz2) = 74456990 SHA256 (GeographicLib/gravity-distrib/egm84.tar.bz2) = 7ebec3b2aa2e88581470cd776299942c2300d797316b431c7a7da4ac2c31d80e SIZE (GeographicLib/gravity-distrib/egm84.tar.bz2) = 258023 SHA256 (GeographicLib/gravity-distrib/egm96.tar.bz2) = 6fea4c6bd56ff8ac53dbdad8d5dd505c855471d0354c4abc5c5fe048bf8350c1 SIZE (GeographicLib/gravity-distrib/egm96.tar.bz2) = 2055724 SHA256 (GeographicLib/gravity-distrib/grs80.tar.bz2) = 636c438460c9ccb90332bd6fd7d57dbfa62782ac6b64bd84989d559736579230 SIZE (GeographicLib/gravity-distrib/grs80.tar.bz2) = 784 SHA256 (GeographicLib/gravity-distrib/wgs84.tar.bz2) = 4cf4f7e533261986b25f9e3c929d846044e0fb2b9c35f301df545c335491f2e7 SIZE (GeographicLib/gravity-distrib/wgs84.tar.bz2) = 807 SHA256 (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = aa8782fddb505d8dc24e3dd26784712c1b1848227e23cdcb4e4f2d3ed49d9e14 SIZE (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = 3627692 SHA256 (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 8e71a9704c5f2714bb65581df68e30f0d84d0ad17286d00efb782e7232334c3f SIZE (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 659405 SHA256 (GeographicLib/magnetic-distrib/emm2017.tar.bz2) = 13ace8ecaf05bf07c7dda93f4a52e98e14be7147d23213fcbe946de3362954a1 SIZE (GeographicLib/magnetic-distrib/emm2017.tar.bz2) = 1733711 SHA256 (GeographicLib/magnetic-distrib/igrf11.tar.bz2) = 1289557fe660052c8fb42eb62d3307e8efd95a4d05031a1befd92f1f433f6457 SIZE (GeographicLib/magnetic-distrib/igrf11.tar.bz2) = 6011 SHA256 (GeographicLib/magnetic-distrib/igrf12.tar.bz2) = fbad03ea24d9aa87e2fbc0179ea7f8a4787f235a2ec360abe42cd312000cba3f SIZE (GeographicLib/magnetic-distrib/igrf12.tar.bz2) = 6640 SHA256 (GeographicLib/magnetic-distrib/wmm2010.tar.bz2) = a40aced2d5d36b3183f3efc759820d16a7daab81a33a0b81db0510e8d17dbb5e SIZE (GeographicLib/magnetic-distrib/wmm2010.tar.bz2) = 1442 SHA256 (GeographicLib/magnetic-distrib/wmm2015.tar.bz2) = 4c3fddb09955bbb556a955d81580af89172d8b630b54b45e1b2fabc194ec474f SIZE (GeographicLib/magnetic-distrib/wmm2015.tar.bz2) = 1425 SHA256 (GeographicLib/magnetic-distrib/wmm2015v2.tar.bz2) = fda5e84ee803644c8695637f66ca2b278657633de6f83573eb988713d643a419 SIZE (GeographicLib/magnetic-distrib/wmm2015v2.tar.bz2) = 1448 +SHA256 (GeographicLib/magnetic-distrib/wmm2020.tar.bz2) = 0a33e726b88f9aac390d5a64ba2b4e5aa4533dd98699955bc9f23278df3b5a52 +SIZE (GeographicLib/magnetic-distrib/wmm2020.tar.bz2) = 1434 Index: head/astro/geographiclib/files/patch-CMakeLists.txt =================================================================== --- head/astro/geographiclib/files/patch-CMakeLists.txt (revision 526338) +++ head/astro/geographiclib/files/patch-CMakeLists.txt (revision 526339) @@ -1,23 +1,23 @@ ---- CMakeLists.txt.orig 2019-09-24 12:55:55 UTC +--- CMakeLists.txt.orig 2019-12-12 10:51:35 UTC +++ CMakeLists.txt @@ -183,6 +183,11 @@ option (APPLE_MULTIPLE_ARCHITECTURES # directory is present you get this behavior regardless. option (CONVERT_WARNINGS_TO_ERRORS "Convert warnings into errors?" OFF) +# (12) Allow perl usage to be explicitly disabled. It might exist on the +# system, but the user may not necessarily want it to be used for one reason +# or another. +option (GEOGRAPHICLIB_NO_PERL "Disable usage of pod2man and pod2html" OFF) + set (LIBNAME Geographic) if (MSVC OR CMAKE_CONFIGURATION_TYPES) # For multi-config systems and for Visual Studio, the debug version of -@@ -475,7 +480,7 @@ endif () +@@ -464,7 +469,7 @@ endif () # documentation files into the source tree. Skip Apple here because # man/makeusage.sh uses "head --lines -4" to drop the last 4 lines of a # file and there's no simple equivalent for MacOSX -if (NOT WIN32 AND NOT APPLE) +if (NOT WIN32 AND NOT APPLE AND NOT GEOGRAPHICLIB_NO_PERL) find_program (HAVE_POD2MAN pod2man) find_program (HAVE_POD2HTML pod2html) find_program (HAVE_COL col) Index: head/astro/geographiclib/pkg-descr =================================================================== --- head/astro/geographiclib/pkg-descr (revision 526338) +++ head/astro/geographiclib/pkg-descr (revision 526339) @@ -1,10 +1,8 @@ GeographicLib is a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic -field (e.g., WMM2010) calculations, and for solving geodesic problems. +field (e.g., WMM2020) calculations, and for solving geodesic problems. -The library may be used from .NET applications using the NETGeographicLib -wrapper library. It is a suitable replacement for the core functionality -provided by geotrans. +It is a suitable replacement for the core functionality provided by geotrans. -WWW: http://geographiclib.sourceforge.net/ +WWW: https://geographiclib.sourceforge.io/ Index: head/astro/geographiclib/pkg-help =================================================================== --- head/astro/geographiclib/pkg-help (nonexistent) +++ head/astro/geographiclib/pkg-help (revision 526339) @@ -0,0 +1,43 @@ +Geoid datasets used by the GeographicLib::Geoid class and the GeoidEval +tool to compute geoid heights. + + Available geoid data files + size (MB) + name geoid grid tar.bz2 disk + egm84-30 EGM84 30' 0.5 0.6 + egm84-15 EGM84 15' 1.5 2.1 + egm96-15 EGM96 15' 1.5 2.1 + egm96-5 EGM96 5' 11 19 + egm2008-5 EGM2008 5' 11 19 + egm2008-2_5 EGM2008 2.5' 35 75 + egm2008-1 EGM2008 1' 170 470 + +Gravity models used by the GeographicLib::GravityModel class and the +Gravity tool to compute gravity fields. + + Available gravity models + size (kB) + name degree tar.bz2 disk + egm84 18 27 26 + egm96 360 2100 2100 + egm2008 2190 76000 75000 + wgs84 20 1 1 + grs80 20 1 1 + +Magnetic models used by the GeographicLib::MagneticModel class and the +MagneticField tool to compute magnetic fields. + + Available magnetic models + size (kB) + name degree years tar.bz2 disk + wmm2010 12 2010-2015 2 3 + wmm2015 12 2015-2020 2 3 *deprecated* + wmm2015v2 12 2015-2020 2 3 + wmm2020 12 2020-2025 2 3 + igrf11 13 1900-2015 7 25 + igrf12 13 1900-2020 7 26 + emm2010 739 2010-2015 3700 4400 + emm2015 729 2000-2020 660 4300 + emm2017 790 2000-2022 1740 5050 + +The size columns give the download and installed sizes of the datasets. Property changes on: head/astro/geographiclib/pkg-help ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/geographiclib/pkg-plist =================================================================== --- head/astro/geographiclib/pkg-plist (revision 526338) +++ head/astro/geographiclib/pkg-plist (revision 526339) @@ -1,229 +1,231 @@ bin/CartConvert bin/ConicProj bin/GeoConvert bin/GeodSolve bin/GeodesicProj bin/GeoidEval bin/Gravity bin/MagneticField bin/Planimeter bin/RhumbSolve bin/TransverseMercatorProj include/GeographicLib/Accumulator.hpp include/GeographicLib/AlbersEqualArea.hpp include/GeographicLib/AzimuthalEquidistant.hpp include/GeographicLib/CassiniSoldner.hpp include/GeographicLib/CircularEngine.hpp include/GeographicLib/Config.h include/GeographicLib/Constants.hpp include/GeographicLib/DMS.hpp include/GeographicLib/Ellipsoid.hpp include/GeographicLib/EllipticFunction.hpp include/GeographicLib/GARS.hpp include/GeographicLib/GeoCoords.hpp include/GeographicLib/Geocentric.hpp include/GeographicLib/Geodesic.hpp include/GeographicLib/GeodesicExact.hpp include/GeographicLib/GeodesicLine.hpp include/GeographicLib/GeodesicLineExact.hpp include/GeographicLib/Geohash.hpp include/GeographicLib/Geoid.hpp include/GeographicLib/Georef.hpp include/GeographicLib/Gnomonic.hpp include/GeographicLib/GravityCircle.hpp include/GeographicLib/GravityModel.hpp include/GeographicLib/LambertConformalConic.hpp include/GeographicLib/LocalCartesian.hpp include/GeographicLib/MGRS.hpp include/GeographicLib/MagneticCircle.hpp include/GeographicLib/MagneticModel.hpp include/GeographicLib/Math.hpp include/GeographicLib/NearestNeighbor.hpp include/GeographicLib/NormalGravity.hpp include/GeographicLib/OSGB.hpp include/GeographicLib/PolarStereographic.hpp include/GeographicLib/PolygonArea.hpp include/GeographicLib/Rhumb.hpp include/GeographicLib/SphericalEngine.hpp include/GeographicLib/SphericalHarmonic.hpp include/GeographicLib/SphericalHarmonic1.hpp include/GeographicLib/SphericalHarmonic2.hpp include/GeographicLib/TransverseMercator.hpp include/GeographicLib/TransverseMercatorExact.hpp include/GeographicLib/UTMUPS.hpp include/GeographicLib/Utility.hpp lib/cmake/GeographicLib/geographiclib-config-version.cmake lib/cmake/GeographicLib/geographiclib-config.cmake lib/cmake/GeographicLib/geographiclib-namespace-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/GeographicLib/geographiclib-namespace-targets.cmake lib/cmake/GeographicLib/geographiclib-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/GeographicLib/geographiclib-targets.cmake lib/libGeographic.a lib/libGeographic.so lib/libGeographic.so.19 -lib/libGeographic.so.19.0.0 +lib/libGeographic.so.19.0.1 lib/node_modules/geographiclib/LICENSE.txt lib/node_modules/geographiclib/README.md lib/node_modules/geographiclib/geographiclib.js lib/node_modules/geographiclib/geographiclib.min.js lib/node_modules/geographiclib/package.json lib/node_modules/geographiclib/src/DMS.js lib/node_modules/geographiclib/src/Geodesic.js lib/node_modules/geographiclib/src/GeodesicLine.js lib/node_modules/geographiclib/src/Math.js lib/node_modules/geographiclib/src/PolygonArea.js lib/node_modules/geographiclib/test/geodesictest.js %%PYTHON_SITELIBDIR%%/geographiclib/__init__.py %%PYTHON_SITELIBDIR%%/geographiclib/accumulator.py %%PYTHON_SITELIBDIR%%/geographiclib/constants.py %%PYTHON_SITELIBDIR%%/geographiclib/geodesic.py %%PYTHON_SITELIBDIR%%/geographiclib/geodesiccapability.py %%PYTHON_SITELIBDIR%%/geographiclib/geodesicline.py %%PYTHON_SITELIBDIR%%/geographiclib/geomath.py %%PYTHON_SITELIBDIR%%/geographiclib/polygonarea.py %%PYTHON_SITELIBDIR%%/geographiclib/test/__init__.py %%PYTHON_SITELIBDIR%%/geographiclib/test/test_geodesic.py libdata/pkgconfig/geographiclib.pc man/man1/CartConvert.1.gz man/man1/ConicProj.1.gz man/man1/GeoConvert.1.gz man/man1/GeodSolve.1.gz man/man1/GeodesicProj.1.gz man/man1/GeoidEval.1.gz man/man1/Gravity.1.gz man/man1/MagneticField.1.gz man/man1/Planimeter.1.gz man/man1/RhumbSolve.1.gz man/man1/TransverseMercatorProj.1.gz man/man8/geographiclib-get-geoids.8.gz man/man8/geographiclib-get-gravity.8.gz man/man8/geographiclib-get-magnetic.8.gz sbin/geographiclib-get-geoids sbin/geographiclib-get-gravity sbin/geographiclib-get-magnetic %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.pgm %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.pgm.aux.xml %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.wld %%GEOID_EGM2008_2_5%%%%DATADIR%%/geoids/egm2008-2_5.pgm %%GEOID_EGM2008_2_5%%%%DATADIR%%/geoids/egm2008-2_5.pgm.aux.xml %%GEOID_EGM2008_2_5%%%%DATADIR%%/geoids/egm2008-2_5.wld %%GEOID_EGM2008_5%%%%DATADIR%%/geoids/egm2008-5.pgm %%GEOID_EGM2008_5%%%%DATADIR%%/geoids/egm2008-5.pgm.aux.xml %%GEOID_EGM2008_5%%%%DATADIR%%/geoids/egm2008-5.wld %%GEOID_EGM84_15%%%%DATADIR%%/geoids/egm84-15.pgm %%GEOID_EGM84_15%%%%DATADIR%%/geoids/egm84-15.pgm.aux.xml %%GEOID_EGM84_15%%%%DATADIR%%/geoids/egm84-15.wld %%GEOID_EGM84_30%%%%DATADIR%%/geoids/egm84-30.pgm %%GEOID_EGM84_30%%%%DATADIR%%/geoids/egm84-30.pgm.aux.xml %%GEOID_EGM84_30%%%%DATADIR%%/geoids/egm84-30.wld %%GEOID_EGM96_15%%%%DATADIR%%/geoids/egm96-15.pgm %%GEOID_EGM96_15%%%%DATADIR%%/geoids/egm96-15.pgm.aux.xml %%GEOID_EGM96_15%%%%DATADIR%%/geoids/egm96-15.wld %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.pgm %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.pgm.aux.xml %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.wld %%GRAVITY_EGM2008%%%%DATADIR%%/gravity/egm2008.egm %%GRAVITY_EGM2008%%%%DATADIR%%/gravity/egm2008.egm.cof %%GRAVITY_EGM84%%%%DATADIR%%/gravity/egm84.egm %%GRAVITY_EGM84%%%%DATADIR%%/gravity/egm84.egm.cof %%GRAVITY_EGM96%%%%DATADIR%%/gravity/egm96.egm %%GRAVITY_EGM96%%%%DATADIR%%/gravity/egm96.egm.cof %%GRAVITY_GRS80%%%%DATADIR%%/gravity/grs80.egm %%GRAVITY_GRS80%%%%DATADIR%%/gravity/grs80.egm.cof %%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm %%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm.cof %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm.cof %%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm %%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm.cof %%MAGNETIC_EMM2017%%%%DATADIR%%/magnetic/emm2017.wmm %%MAGNETIC_EMM2017%%%%DATADIR%%/magnetic/emm2017.wmm.cof %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm.cof %%MAGNETIC_IGRF12%%%%DATADIR%%/magnetic/igrf12.wmm %%MAGNETIC_IGRF12%%%%DATADIR%%/magnetic/igrf12.wmm.cof %%MAGNETIC_WMM2010%%%%DATADIR%%/magnetic/wmm2010.wmm %%MAGNETIC_WMM2010%%%%DATADIR%%/magnetic/wmm2010.wmm.cof %%MAGNETIC_WMM2015%%%%DATADIR%%/magnetic/wmm2015.wmm %%MAGNETIC_WMM2015%%%%DATADIR%%/magnetic/wmm2015.wmm.cof %%MAGNETIC_WMM2015V2%%%%DATADIR%%/magnetic/wmm2015v2.wmm %%MAGNETIC_WMM2015V2%%%%DATADIR%%/magnetic/wmm2015v2.wmm.cof +%%MAGNETIC_WMM2020%%%%DATADIR%%/magnetic/wmm2020.wmm +%%MAGNETIC_WMM2020%%%%DATADIR%%/magnetic/wmm2020.wmm.cof share/matlab/geographiclib-legacy/Contents.m share/matlab/geographiclib-legacy/geocentricforward.m share/matlab/geographiclib-legacy/geocentricreverse.m share/matlab/geographiclib-legacy/geodesicdirect.m share/matlab/geographiclib-legacy/geodesicinverse.m share/matlab/geographiclib-legacy/geodesicline.m share/matlab/geographiclib-legacy/geoidheight.m share/matlab/geographiclib-legacy/localcartesianforward.m share/matlab/geographiclib-legacy/localcartesianreverse.m share/matlab/geographiclib-legacy/mgrsforward.m share/matlab/geographiclib-legacy/mgrsreverse.m share/matlab/geographiclib-legacy/polygonarea.m share/matlab/geographiclib-legacy/utmupsforward.m share/matlab/geographiclib-legacy/utmupsreverse.m share/matlab/geographiclib/Contents.m share/matlab/geographiclib/cassini_fwd.m share/matlab/geographiclib/cassini_inv.m share/matlab/geographiclib/defaultellipsoid.m share/matlab/geographiclib/ecc2flat.m share/matlab/geographiclib/eqdazim_fwd.m share/matlab/geographiclib/eqdazim_inv.m share/matlab/geographiclib/flat2ecc.m share/matlab/geographiclib/gedistance.m share/matlab/geographiclib/gedoc.m share/matlab/geographiclib/geocent_fwd.m share/matlab/geographiclib/geocent_inv.m share/matlab/geographiclib/geodarea.m share/matlab/geographiclib/geoddistance.m share/matlab/geographiclib/geoddoc.m share/matlab/geographiclib/geodreckon.m share/matlab/geographiclib/geographiclib_test.m share/matlab/geographiclib/geoid_height.m share/matlab/geographiclib/geoid_load.m share/matlab/geographiclib/gereckon.m share/matlab/geographiclib/gnomonic_fwd.m share/matlab/geographiclib/gnomonic_inv.m share/matlab/geographiclib/loccart_fwd.m share/matlab/geographiclib/loccart_inv.m share/matlab/geographiclib/mgrs_fwd.m share/matlab/geographiclib/mgrs_inv.m share/matlab/geographiclib/polarst_fwd.m share/matlab/geographiclib/polarst_inv.m share/matlab/geographiclib/private/A1m1f.m share/matlab/geographiclib/private/A2m1f.m share/matlab/geographiclib/private/A3coeff.m share/matlab/geographiclib/private/A3f.m share/matlab/geographiclib/private/AngDiff.m share/matlab/geographiclib/private/AngNormalize.m share/matlab/geographiclib/private/AngRound.m share/matlab/geographiclib/private/C1f.m share/matlab/geographiclib/private/C1pf.m share/matlab/geographiclib/private/C2f.m share/matlab/geographiclib/private/C3coeff.m share/matlab/geographiclib/private/C3f.m share/matlab/geographiclib/private/C4coeff.m share/matlab/geographiclib/private/C4f.m share/matlab/geographiclib/private/G4coeff.m share/matlab/geographiclib/private/GeoRotation.m share/matlab/geographiclib/private/LatFix.m share/matlab/geographiclib/private/SinCosSeries.m share/matlab/geographiclib/private/atan2dx.m share/matlab/geographiclib/private/cbrtx.m share/matlab/geographiclib/private/copysignx.m share/matlab/geographiclib/private/cvmgt.m share/matlab/geographiclib/private/eatanhe.m share/matlab/geographiclib/private/geoid_file.m share/matlab/geographiclib/private/geoid_load_file.m share/matlab/geographiclib/private/norm2.m share/matlab/geographiclib/private/remx.m share/matlab/geographiclib/private/sincosdx.m share/matlab/geographiclib/private/sumx.m share/matlab/geographiclib/private/swap.m share/matlab/geographiclib/private/tauf.m share/matlab/geographiclib/private/taupf.m share/matlab/geographiclib/projdoc.m share/matlab/geographiclib/tranmerc_fwd.m share/matlab/geographiclib/tranmerc_inv.m share/matlab/geographiclib/utmups_fwd.m share/matlab/geographiclib/utmups_inv.m