pygeodesy 25.5.5__py2.py3-none-any.whl → 25.5.28__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pygeodesy/__init__.py +186 -186
- pygeodesy/__main__.py +4 -3
- pygeodesy/albers.py +4 -4
- pygeodesy/auxilats/_CX_Rs.py +3 -3
- pygeodesy/auxilats/auxAngle.py +2 -2
- pygeodesy/auxilats/auxDLat.py +2 -2
- pygeodesy/auxilats/auxDST.py +2 -2
- pygeodesy/auxilats/auxLat.py +2 -2
- pygeodesy/auxilats/auxily.py +2 -2
- pygeodesy/azimuthal.py +2 -2
- pygeodesy/booleans.py +11 -11
- pygeodesy/cartesianBase.py +2 -2
- pygeodesy/clipy.py +2 -2
- pygeodesy/constants.py +7 -7
- pygeodesy/css.py +1 -1
- pygeodesy/datums.py +2 -2
- pygeodesy/deprecated/__init__.py +8 -8
- pygeodesy/deprecated/bases.py +2 -2
- pygeodesy/deprecated/rhumbBase.py +2 -2
- pygeodesy/deprecated/rhumbaux.py +2 -2
- pygeodesy/deprecated/rhumbsolve.py +2 -2
- pygeodesy/deprecated/rhumbx.py +2 -2
- pygeodesy/ecef.py +3 -4
- pygeodesy/ellipsoidalBase.py +2 -2
- pygeodesy/ellipsoidalBaseDI.py +7 -6
- pygeodesy/ellipsoidalExact.py +24 -29
- pygeodesy/ellipsoidalGeodSolve.py +19 -19
- pygeodesy/ellipsoidalKarney.py +22 -27
- pygeodesy/ellipsoidalNvector.py +4 -4
- pygeodesy/ellipsoidalVincenty.py +17 -15
- pygeodesy/ellipsoids.py +4 -4
- pygeodesy/elliptic.py +16 -11
- pygeodesy/errors.py +1 -1
- pygeodesy/etm.py +2 -2
- pygeodesy/fmath.py +9 -9
- pygeodesy/formy.py +2 -2
- pygeodesy/frechet.py +6 -6
- pygeodesy/fstats.py +2 -2
- pygeodesy/fsums.py +37 -28
- pygeodesy/gars.py +2 -3
- pygeodesy/geodesici.py +4 -4
- pygeodesy/geodesicw.py +27 -8
- pygeodesy/geodesicx/__init__.py +3 -3
- pygeodesy/geodesicx/gx.py +52 -48
- pygeodesy/geodesicx/gxarea.py +54 -65
- pygeodesy/geodesicx/gxbases.py +12 -2
- pygeodesy/geodesicx/gxline.py +10 -7
- pygeodesy/geoids.py +6 -6
- pygeodesy/hausdorff.py +5 -5
- pygeodesy/heights.py +5 -5
- pygeodesy/internals.py +2 -2
- pygeodesy/interns.py +5 -5
- pygeodesy/iters.py +1 -1
- pygeodesy/karney.py +28 -12
- pygeodesy/ktm.py +2 -2
- pygeodesy/latlonBase.py +3 -4
- pygeodesy/lazily.py +1 -1
- pygeodesy/lcc.py +3 -3
- pygeodesy/ltp.py +5 -5
- pygeodesy/mgrs.py +3 -3
- pygeodesy/namedTuples.py +3 -3
- pygeodesy/nvectorBase.py +2 -2
- pygeodesy/osgr.py +2 -2
- pygeodesy/points.py +2 -3
- pygeodesy/props.py +18 -18
- pygeodesy/resections.py +30 -24
- pygeodesy/rhumb/aux_.py +2 -2
- pygeodesy/rhumb/bases.py +3 -3
- pygeodesy/rhumb/ekx.py +3 -4
- pygeodesy/rhumb/solve.py +2 -2
- pygeodesy/simplify.py +2 -2
- pygeodesy/solveBase.py +2 -2
- pygeodesy/sphericalBase.py +8 -8
- pygeodesy/sphericalNvector.py +19 -16
- pygeodesy/sphericalTrigonometry.py +24 -24
- pygeodesy/trf.py +4 -4
- pygeodesy/triaxials.py +2 -2
- pygeodesy/units.py +7 -8
- pygeodesy/utily.py +2 -2
- pygeodesy/utmupsBase.py +2 -2
- pygeodesy/vector2d.py +14 -8
- pygeodesy/vector3d.py +3 -3
- pygeodesy/webmercator.py +2 -2
- {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/METADATA +16 -16
- pygeodesy-25.5.28.dist-info/RECORD +119 -0
- pygeodesy-25.5.5.dist-info/RECORD +0 -119
- {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/WHEEL +0 -0
- {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/top_level.txt +0 -0
pygeodesy/__init__.py
CHANGED
|
@@ -128,22 +128,22 @@ Tests
|
|
|
128
128
|
The tests ran with Python 3.13.3 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0),
|
|
129
129
|
Python 3.12.7 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0,
|
|
130
130
|
U{numpy<https://PyPI.org/project/numpy>} 2.1.0, U{scipy<https://PyPI.org/project/scipy>} 1.14.1,
|
|
131
|
-
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
132
|
-
U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
133
|
-
U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
131
|
+
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
|
|
132
|
+
U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5 and
|
|
133
|
+
U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5),
|
|
134
134
|
Python 3.11.5 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0,
|
|
135
135
|
U{numpy<https://PyPI.org/project/numpy>} 1.24.2 and U{scipy<https://PyPI.org/project/scipy>} 1.10.1),
|
|
136
136
|
Python 3.10.8 (with U{geographiclib <https://PyPI.org/project/geographiclib>} 2.0,
|
|
137
137
|
U{numpy<https://PyPI.org/project/numpy>} 1.23.3, U{scipy<https://PyPI.org/project/scipy>} 1.9.1,
|
|
138
|
-
U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
139
|
-
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
138
|
+
U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
|
|
139
|
+
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5) and
|
|
140
140
|
Python 2.7.18 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 1.50,
|
|
141
141
|
U{numpy<https://PyPI.org/project/numpy>} 1.16.6, U{scipy<https://PyPI.org/project/scipy>} 1.2.2,
|
|
142
|
-
U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
143
|
-
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
144
|
-
U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
145
|
-
U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.
|
|
146
|
-
macOS 15.
|
|
142
|
+
U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
|
|
143
|
+
U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
|
|
144
|
+
U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5 and
|
|
145
|
+
U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5), all in 64-bit on
|
|
146
|
+
macOS 15.5 Sequoia.
|
|
147
147
|
|
|
148
148
|
All tests ran with and without C{lazy import} for Python 3 and with command line option C{-W default} and
|
|
149
149
|
env variable C{PYGEODESY_WARNINGS=on} for all Python versions. The results of those tests are included in
|
|
@@ -157,7 +157,7 @@ Python 3.13.3, 3.12.7, 3.11.5 and 3.10.8 run on Apple M4 Si (C{arm64}), I{native
|
|
|
157
157
|
on Intel (C{x86_64}) or Intel I{emulation} ("C{arm64_x86_64}", see function L{machine<pygeodesy.machine>}).
|
|
158
158
|
|
|
159
159
|
The tests also ran with Python 3.13.3 (and U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0) on
|
|
160
|
-
U{Debian 12<https://Cirrus-CI.com/github/mrJean1/PyGeodesy/master>} in 64-bit only, with Python 3.12.
|
|
160
|
+
U{Debian 12<https://Cirrus-CI.com/github/mrJean1/PyGeodesy/master>} in 64-bit only, with Python 3.12.8 (and
|
|
161
161
|
U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0) on U{Windows 2019Server
|
|
162
162
|
<https://CI.AppVeyor.com/project/mrJean1/pygeodesy>} in 64-bit only and with Python 2.7.18 (and U{geographiclib
|
|
163
163
|
<https://PyPI.org/project/geographiclib>} 1.52) on U{Windows 10<https://CI.AppVeyor.com/project/mrJean1/pygeodesy>}
|
|
@@ -175,22 +175,22 @@ U{PyPy<https://PyPy.org>} 7.3.12 (Python 3.10.12), 7.3.1 (Python 3.6.9) and U{Py
|
|
|
175
175
|
1.16.5, 1.16.2, 1.15.2, 1.14.0, 1.13.1, 1.8.0rc1 or 1.6.2 and U{scipy<https://PyPI.org/project/scipy>} 1.5.0), U{PyPy
|
|
176
176
|
<https://PyPy.org>} 7.3.0 (Python 2.7.13 and 3.6.9), U{PyPy<https://PyPy.org>} 6.0.0 (Python 2.7.13 and 3.5.3)
|
|
177
177
|
and U{Intel-Python<https://software.Intel.com/en-us/distribution-for-python>} 3.5.3 (and U{numpy
|
|
178
|
-
<https://PyPI.org/project/numpy>} 1.11.3) on macOS 14.0-6.1 Sonoma, 13.0-5.2 Ventura, 12.1-6 Monterey,
|
|
179
|
-
Big Sur (aka 10.16), 10.15.3, 10.15.5-7 Catalina, 10.14 Mojave, 10.13.6 High Sierra and 10.12 Sierra,
|
|
180
|
-
10.11 El Capitan and/or MacOS X 10.10 Yosemite, with U{Pythonista<https://OMZ-Software.com/pythonista>}3.2
|
|
181
|
-
geographiclib 1.50 or 1.49 and numpy 1.8.0) on iOS 14.4.2, 11.4.1, 12.0-3 on iPad4, iPhone6, iPhone10 and/or
|
|
182
|
-
iPhone12, with U{Pythonista<https://OMZ-Software.com/pythonista>} 3.1 on iOS 10.3.3, 11.0.3, 11.1.2 and 11.3
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
<https://PyPI.org/project/numpy>} 1.11.3) on macOS 15.0-4 Sequoia, 14.0-6.1 Sonoma, 13.0-5.2 Ventura, 12.1-6 Monterey,
|
|
179
|
+
11.0-5.2-6.1 Big Sur (aka 10.16), 10.15.3, 10.15.5-7 Catalina, 10.14 Mojave, 10.13.6 High Sierra and 10.12 Sierra,
|
|
180
|
+
MacOS X 10.11 El Capitan and/or MacOS X 10.10 Yosemite, with U{Pythonista<https://OMZ-Software.com/pythonista>}3.2
|
|
181
|
+
(with geographiclib 1.50 or 1.49 and numpy 1.8.0) on iOS 14.4.2, 11.4.1, 12.0-3 on iPad4, iPhone6, iPhone10 and/or
|
|
182
|
+
iPhone12, with U{Pythonista<https://OMZ-Software.com/pythonista>} 3.1 on iOS 10.3.3, 11.0.3, 11.1.2 and 11.3 on iPad4,
|
|
183
|
+
all in 64-bit only and with 32-bit Python 2.7.14 on Windows Server 2012R2, Windows 10 Pro and with 32-bit Python 2.6.6
|
|
184
|
+
on Windows XP SP3.
|
|
185
185
|
|
|
186
186
|
Notes
|
|
187
187
|
=====
|
|
188
188
|
|
|
189
|
-
All Python source code has been statically U{checked<https://GitHub.com/ActiveState/code/tree/master/recipes/
|
|
190
|
-
|
|
191
|
-
<https://PyPI.org/project/
|
|
192
|
-
|
|
193
|
-
|
|
189
|
+
All Python source code has been statically U{checked<https://GitHub.com/ActiveState/code/tree/master/recipes/Python/
|
|
190
|
+
546532_PyChecker_postprocessor>} with U{Ruff<https://GitHub.com/astral-sh/ruff>} using Python 3.13.3 and with
|
|
191
|
+
U{PyChecker<https://PyPI.org/project/pychecker>}, U{PyFlakes<https://PyPI.org/project/pyflakes>}, U{PyCodeStyle
|
|
192
|
+
<https://PyPI.org/project/pycodestyle>} (formerly Pep8) and U{McCabe<https://PyPI.org/project/mccabe>} using Python
|
|
193
|
+
2.7.18, both in 64-bit on macOS 15.5 Sequoia only.
|
|
194
194
|
|
|
195
195
|
For a summary of all I{Karney}-based functionality in C{pygeodesy}, see module U{karney
|
|
196
196
|
<https://mrJean1.GitHub.io/PyGeodesy/docs/pygeodesy.karney-module.html>}.
|
|
@@ -393,177 +393,177 @@ else:
|
|
|
393
393
|
if _init__all__ and not _lazy_import2: # import and set __all__
|
|
394
394
|
|
|
395
395
|
# import all public modules and export as such
|
|
396
|
-
import pygeodesy.albers as albers #
|
|
397
|
-
import pygeodesy.auxilats as auxilats #
|
|
398
|
-
import pygeodesy.azimuthal as azimuthal #
|
|
399
|
-
import pygeodesy.basics as basics #
|
|
400
|
-
import pygeodesy.booleans as booleans #
|
|
401
|
-
import pygeodesy.cartesianBase as cartesianBase #
|
|
402
|
-
import pygeodesy.clipy as clipy #
|
|
403
|
-
import pygeodesy.constants as constants #
|
|
404
|
-
import pygeodesy.css as css #
|
|
405
|
-
import pygeodesy.datums as datums #
|
|
406
|
-
import pygeodesy.deprecated as deprecated #
|
|
407
|
-
import pygeodesy.dms as dms #
|
|
408
|
-
import pygeodesy.ecef as ecef #
|
|
409
|
-
import pygeodesy.ecefLocals as ecefLocals #
|
|
410
|
-
import pygeodesy.elevations as elevations #
|
|
411
|
-
import pygeodesy.ellipsoidalBase as ellipsoidalBase #
|
|
412
|
-
import pygeodesy.ellipsoidalBaseDI as ellipsoidalBaseDI #
|
|
413
|
-
import pygeodesy.ellipsoidalExact as ellipsoidalExact #
|
|
414
|
-
import pygeodesy.ellipsoidalGeodSolve as ellipsoidalGeodSolve #
|
|
415
|
-
import pygeodesy.ellipsoidalKarney as ellipsoidalKarney #
|
|
416
|
-
import pygeodesy.ellipsoidalNvector as ellipsoidalNvector #
|
|
417
|
-
import pygeodesy.ellipsoidalVincenty as ellipsoidalVincenty #
|
|
418
|
-
import pygeodesy.ellipsoids as ellipsoids #
|
|
419
|
-
import pygeodesy.elliptic as elliptic #
|
|
420
|
-
import pygeodesy.epsg as epsg #
|
|
421
|
-
import pygeodesy.etm as etm #
|
|
422
|
-
import pygeodesy.errors as errors #
|
|
423
|
-
import pygeodesy.fmath as fmath #
|
|
424
|
-
import pygeodesy.formy as formy #
|
|
425
|
-
import pygeodesy.frechet as frechet #
|
|
426
|
-
import pygeodesy.fstats as fstats #
|
|
427
|
-
import pygeodesy.fsums as fsums #
|
|
428
|
-
import pygeodesy.gars as gars #
|
|
429
|
-
import pygeodesy.geodesici as geodesici #
|
|
430
|
-
import pygeodesy.geodesicw as geodesicw #
|
|
431
|
-
import pygeodesy.geodesicx as geodesicx #
|
|
432
|
-
import pygeodesy.geodsolve as geodsolve #
|
|
433
|
-
import pygeodesy.geohash as geohash #
|
|
434
|
-
import pygeodesy.geoids as geoids #
|
|
435
|
-
import pygeodesy.hausdorff as hausdorff #
|
|
436
|
-
import pygeodesy.heights as heights #
|
|
437
|
-
import pygeodesy.internals as internals #
|
|
438
|
-
import pygeodesy.interns as interns #
|
|
439
|
-
import pygeodesy.iters as iters #
|
|
440
|
-
import pygeodesy.karney as karney #
|
|
441
|
-
import pygeodesy.ktm as ktm #
|
|
442
|
-
import pygeodesy.latlonBase as latlonBase #
|
|
443
|
-
import pygeodesy.lazily as lazily #
|
|
444
|
-
import pygeodesy.lcc as lcc #
|
|
445
|
-
import pygeodesy.ltp as ltp #
|
|
446
|
-
import pygeodesy.ltpTuples as ltpTuples #
|
|
447
|
-
import pygeodesy.mgrs as mgrs #
|
|
448
|
-
import pygeodesy.named as named #
|
|
449
|
-
import pygeodesy.namedTuples as namedTuples #
|
|
450
|
-
import pygeodesy.nvectorBase as nvectorBase #
|
|
451
|
-
import pygeodesy.osgr as osgr #
|
|
452
|
-
import pygeodesy.points as points #
|
|
453
|
-
import pygeodesy.props as props #
|
|
454
|
-
import pygeodesy.resections as resections #
|
|
455
|
-
import pygeodesy.rhumb as rhumb #
|
|
456
|
-
import pygeodesy.simplify as simplify #
|
|
457
|
-
import pygeodesy.sphericalBase as sphericalBase #
|
|
458
|
-
import pygeodesy.sphericalNvector as sphericalNvector #
|
|
459
|
-
import pygeodesy.sphericalTrigonometry as sphericalTrigonometry #
|
|
460
|
-
import pygeodesy.solveBase as solveBase #
|
|
461
|
-
import pygeodesy.streprs as streprs #
|
|
462
|
-
import pygeodesy.trf as trf #
|
|
463
|
-
import pygeodesy.triaxials as triaxials #
|
|
464
|
-
import pygeodesy.units as units #
|
|
465
|
-
import pygeodesy.unitsBase as unitsBase #
|
|
466
|
-
import pygeodesy.ups as ups #
|
|
467
|
-
import pygeodesy.utily as utily #
|
|
468
|
-
import pygeodesy.utm as utm #
|
|
469
|
-
import pygeodesy.utmups as utmups #
|
|
470
|
-
import pygeodesy.utmupsBase as utmupsBase #
|
|
471
|
-
import pygeodesy.vector2d as vector2d #
|
|
472
|
-
import pygeodesy.vector3d as vector3d #
|
|
473
|
-
import pygeodesy.vector3dBase as vector3dBase #
|
|
474
|
-
import pygeodesy.webmercator as webmercator #
|
|
475
|
-
import pygeodesy.wgrs as wgrs #
|
|
396
|
+
import pygeodesy.albers as albers # noqa: F401
|
|
397
|
+
import pygeodesy.auxilats as auxilats # noqa: F401
|
|
398
|
+
import pygeodesy.azimuthal as azimuthal # noqa: F401
|
|
399
|
+
import pygeodesy.basics as basics # noqa: F401
|
|
400
|
+
import pygeodesy.booleans as booleans # noqa: F401
|
|
401
|
+
import pygeodesy.cartesianBase as cartesianBase # noqa: F401 INTERNAL
|
|
402
|
+
import pygeodesy.clipy as clipy # noqa: F401
|
|
403
|
+
import pygeodesy.constants as constants # noqa: F401
|
|
404
|
+
import pygeodesy.css as css # noqa: F401
|
|
405
|
+
import pygeodesy.datums as datums # noqa: F401
|
|
406
|
+
import pygeodesy.deprecated as deprecated # noqa: F401
|
|
407
|
+
import pygeodesy.dms as dms # noqa: F401
|
|
408
|
+
import pygeodesy.ecef as ecef # noqa: F401
|
|
409
|
+
import pygeodesy.ecefLocals as ecefLocals # noqa: F401
|
|
410
|
+
import pygeodesy.elevations as elevations # noqa: F401
|
|
411
|
+
import pygeodesy.ellipsoidalBase as ellipsoidalBase # noqa: F401 INTERNAL
|
|
412
|
+
import pygeodesy.ellipsoidalBaseDI as ellipsoidalBaseDI # noqa: F401 INTERNAL
|
|
413
|
+
import pygeodesy.ellipsoidalExact as ellipsoidalExact # noqa: F401
|
|
414
|
+
import pygeodesy.ellipsoidalGeodSolve as ellipsoidalGeodSolve # noqa: F401
|
|
415
|
+
import pygeodesy.ellipsoidalKarney as ellipsoidalKarney # noqa: F401
|
|
416
|
+
import pygeodesy.ellipsoidalNvector as ellipsoidalNvector # noqa: F401
|
|
417
|
+
import pygeodesy.ellipsoidalVincenty as ellipsoidalVincenty # noqa: F401
|
|
418
|
+
import pygeodesy.ellipsoids as ellipsoids # noqa: F401
|
|
419
|
+
import pygeodesy.elliptic as elliptic # noqa: F401
|
|
420
|
+
import pygeodesy.epsg as epsg # noqa: F401
|
|
421
|
+
import pygeodesy.etm as etm # noqa: F401
|
|
422
|
+
import pygeodesy.errors as errors # noqa: F401
|
|
423
|
+
import pygeodesy.fmath as fmath # noqa: F401
|
|
424
|
+
import pygeodesy.formy as formy # noqa: F401
|
|
425
|
+
import pygeodesy.frechet as frechet # noqa: F401
|
|
426
|
+
import pygeodesy.fstats as fstats # noqa: F401
|
|
427
|
+
import pygeodesy.fsums as fsums # noqa: F401
|
|
428
|
+
import pygeodesy.gars as gars # noqa: F401
|
|
429
|
+
import pygeodesy.geodesici as geodesici # noqa: F401
|
|
430
|
+
import pygeodesy.geodesicw as geodesicw # noqa: F401
|
|
431
|
+
import pygeodesy.geodesicx as geodesicx # noqa: F401
|
|
432
|
+
import pygeodesy.geodsolve as geodsolve # noqa: F401
|
|
433
|
+
import pygeodesy.geohash as geohash # noqa: F401
|
|
434
|
+
import pygeodesy.geoids as geoids # noqa: F401
|
|
435
|
+
import pygeodesy.hausdorff as hausdorff # noqa: F401
|
|
436
|
+
import pygeodesy.heights as heights # noqa: F401
|
|
437
|
+
import pygeodesy.internals as internals # noqa: F401
|
|
438
|
+
import pygeodesy.interns as interns # noqa: F401
|
|
439
|
+
import pygeodesy.iters as iters # noqa: F401
|
|
440
|
+
import pygeodesy.karney as karney # noqa: F401
|
|
441
|
+
import pygeodesy.ktm as ktm # noqa: F401
|
|
442
|
+
import pygeodesy.latlonBase as latlonBase # noqa: F401 INTERNAL
|
|
443
|
+
import pygeodesy.lazily as lazily # noqa: F401
|
|
444
|
+
import pygeodesy.lcc as lcc # noqa: F401
|
|
445
|
+
import pygeodesy.ltp as ltp # noqa: F401
|
|
446
|
+
import pygeodesy.ltpTuples as ltpTuples # noqa: F401
|
|
447
|
+
import pygeodesy.mgrs as mgrs # noqa: F401
|
|
448
|
+
import pygeodesy.named as named # noqa: F401
|
|
449
|
+
import pygeodesy.namedTuples as namedTuples # noqa: F401
|
|
450
|
+
import pygeodesy.nvectorBase as nvectorBase # noqa: F401 INTERNAL
|
|
451
|
+
import pygeodesy.osgr as osgr # noqa: F401
|
|
452
|
+
import pygeodesy.points as points # noqa: F401
|
|
453
|
+
import pygeodesy.props as props # noqa: F401
|
|
454
|
+
import pygeodesy.resections as resections # noqa: F401
|
|
455
|
+
import pygeodesy.rhumb as rhumb # noqa: F401
|
|
456
|
+
import pygeodesy.simplify as simplify # noqa: F401
|
|
457
|
+
import pygeodesy.sphericalBase as sphericalBase # noqa: F401 INTERNAL
|
|
458
|
+
import pygeodesy.sphericalNvector as sphericalNvector # noqa: F401
|
|
459
|
+
import pygeodesy.sphericalTrigonometry as sphericalTrigonometry # noqa: F401
|
|
460
|
+
import pygeodesy.solveBase as solveBase # noqa: F401
|
|
461
|
+
import pygeodesy.streprs as streprs # noqa: F401
|
|
462
|
+
import pygeodesy.trf as trf # noqa: F401
|
|
463
|
+
import pygeodesy.triaxials as triaxials # noqa: F401
|
|
464
|
+
import pygeodesy.units as units # noqa: F401
|
|
465
|
+
import pygeodesy.unitsBase as unitsBase # noqa: F401 INTERNAL
|
|
466
|
+
import pygeodesy.ups as ups # noqa: F401
|
|
467
|
+
import pygeodesy.utily as utily # noqa: F401
|
|
468
|
+
import pygeodesy.utm as utm # noqa: F401
|
|
469
|
+
import pygeodesy.utmups as utmups # noqa: F401
|
|
470
|
+
import pygeodesy.utmupsBase as utmupsBase # noqa: F401 INTERNAL
|
|
471
|
+
import pygeodesy.vector2d as vector2d # noqa: F401
|
|
472
|
+
import pygeodesy.vector3d as vector3d # noqa: F401
|
|
473
|
+
import pygeodesy.vector3dBase as vector3dBase # noqa: F401 INTERNAL
|
|
474
|
+
import pygeodesy.webmercator as webmercator # noqa: F401
|
|
475
|
+
import pygeodesy.wgrs as wgrs # noqa: F401
|
|
476
476
|
|
|
477
477
|
# lift all public classes, constants, functions, etc. but ONLY
|
|
478
478
|
# from the following modules ... (see also David Beazley's
|
|
479
479
|
# talk <https://DaBeaz.com/modulepackage/index.html>) ... BUT
|
|
480
480
|
# NOT modules ellipsoidal*, epsg, gars, geohash, spherical*,
|
|
481
481
|
# vector and wgrs ... in order keep those as modules ONLY
|
|
482
|
-
from pygeodesy.albers import * #
|
|
483
|
-
from pygeodesy.azimuthal import * #
|
|
484
|
-
# from pygeodesy.auxilats import * #
|
|
485
|
-
from pygeodesy.basics import * #
|
|
486
|
-
from pygeodesy.booleans import * #
|
|
487
|
-
from pygeodesy.cartesianBase import * #
|
|
488
|
-
from pygeodesy.clipy import * #
|
|
489
|
-
from pygeodesy.constants import * #
|
|
490
|
-
from pygeodesy.css import * #
|
|
491
|
-
from pygeodesy.datums import * #
|
|
492
|
-
from pygeodesy.deprecated import * #
|
|
493
|
-
from pygeodesy.dms import * #
|
|
494
|
-
from pygeodesy.ecef import * #
|
|
495
|
-
# from pygeodesy.ecefLocals import * #
|
|
496
|
-
from pygeodesy.elevations import * #
|
|
497
|
-
# from pygeodesy.ellipsoidalBase import * #
|
|
498
|
-
# from pygeodesy.ellipsoidalBaseDI import * #
|
|
499
|
-
# from pygeodesy.ellipsoidalExact import * #
|
|
500
|
-
# from pygeodesy.ellipsoidalGeodSolve import * #
|
|
501
|
-
# from pygeodesy.ellipsoidalKarney import * #
|
|
502
|
-
# from pygeodesy.ellipsoidalNvector import * #
|
|
503
|
-
from pygeodesy.ellipsoidalVincenty import * #
|
|
504
|
-
from pygeodesy.ellipsoids import * #
|
|
505
|
-
from pygeodesy.elliptic import * #
|
|
506
|
-
from pygeodesy.epsg import * #
|
|
507
|
-
from pygeodesy.etm import * #
|
|
508
|
-
from pygeodesy.errors import * #
|
|
509
|
-
from pygeodesy.fmath import * #
|
|
510
|
-
from pygeodesy.formy import * #
|
|
511
|
-
from pygeodesy.frechet import * #
|
|
512
|
-
from pygeodesy.fstats import * #
|
|
513
|
-
from pygeodesy.fsums import * #
|
|
514
|
-
from pygeodesy.gars import * #
|
|
515
|
-
from pygeodesy.geodesici import * #
|
|
516
|
-
from pygeodesy.geodesicw import * #
|
|
517
|
-
from pygeodesy.geodesicx import * #
|
|
518
|
-
from pygeodesy.geodsolve import * #
|
|
519
|
-
from pygeodesy.geohash import * #
|
|
520
|
-
from pygeodesy.geoids import * #
|
|
521
|
-
from pygeodesy.hausdorff import * #
|
|
522
|
-
from pygeodesy.heights import * #
|
|
523
|
-
from pygeodesy.internals import * #
|
|
524
|
-
from pygeodesy.interns import * #
|
|
525
|
-
from pygeodesy.iters import * #
|
|
526
|
-
from pygeodesy.karney import * #
|
|
527
|
-
from pygeodesy.ktm import * #
|
|
528
|
-
from pygeodesy.latlonBase import * #
|
|
529
|
-
from pygeodesy.lazily import * #
|
|
530
|
-
from pygeodesy.lcc import * #
|
|
531
|
-
from pygeodesy.ltp import * #
|
|
532
|
-
from pygeodesy.ltpTuples import * #
|
|
533
|
-
from pygeodesy.mgrs import * #
|
|
534
|
-
from pygeodesy.named import * #
|
|
535
|
-
from pygeodesy.namedTuples import * #
|
|
536
|
-
from pygeodesy.nvectorBase import * #
|
|
537
|
-
from pygeodesy.osgr import * #
|
|
538
|
-
from pygeodesy.points import * #
|
|
539
|
-
from pygeodesy.props import * #
|
|
540
|
-
from pygeodesy.resections import * #
|
|
541
|
-
from pygeodesy.rhumb import * #
|
|
542
|
-
from pygeodesy.simplify import * #
|
|
543
|
-
# from pygeodesy.sphericalBase import * #
|
|
544
|
-
# from pygeodesy.sphericalNvector import * #
|
|
545
|
-
# from pygeodesy.sphericalTrigonometry import * #
|
|
546
|
-
# from pygeodesy.solveBase import * #
|
|
547
|
-
from pygeodesy.streprs import * #
|
|
548
|
-
from pygeodesy.trf import * #
|
|
549
|
-
from pygeodesy.triaxials import * #
|
|
550
|
-
from pygeodesy.units import * #
|
|
551
|
-
from pygeodesy.unitsBase import * #
|
|
552
|
-
from pygeodesy.ups import * #
|
|
553
|
-
from pygeodesy.utily import * #
|
|
554
|
-
from pygeodesy.utm import * #
|
|
555
|
-
from pygeodesy.utmups import * #
|
|
556
|
-
# from pygeodesy.utmupsBase import * #
|
|
557
|
-
from pygeodesy.vector2d import * #
|
|
558
|
-
from pygeodesy.vector3d import * #
|
|
559
|
-
from pygeodesy.vector3dBase import * #
|
|
560
|
-
from pygeodesy.webmercator import * #
|
|
561
|
-
from pygeodesy.wgrs import * #
|
|
482
|
+
from pygeodesy.albers import * # noqa: F403
|
|
483
|
+
from pygeodesy.azimuthal import * # noqa: F403
|
|
484
|
+
# from pygeodesy.auxilats import * # noqa: F403
|
|
485
|
+
from pygeodesy.basics import * # noqa: F403
|
|
486
|
+
from pygeodesy.booleans import * # noqa: F403
|
|
487
|
+
from pygeodesy.cartesianBase import * # noqa: F403 INTERNAL
|
|
488
|
+
from pygeodesy.clipy import * # noqa: F403
|
|
489
|
+
from pygeodesy.constants import * # noqa: F403
|
|
490
|
+
from pygeodesy.css import * # noqa: F403
|
|
491
|
+
from pygeodesy.datums import * # noqa: F403
|
|
492
|
+
from pygeodesy.deprecated import * # noqa: F403 DEPRECATED
|
|
493
|
+
from pygeodesy.dms import * # noqa: F403
|
|
494
|
+
from pygeodesy.ecef import * # noqa: F403
|
|
495
|
+
# from pygeodesy.ecefLocals import * # noqa: F403
|
|
496
|
+
from pygeodesy.elevations import * # noqa: F403
|
|
497
|
+
# from pygeodesy.ellipsoidalBase import * # noqa: F403 INTERNAL
|
|
498
|
+
# from pygeodesy.ellipsoidalBaseDI import * # noqa: F403 INTERNAL
|
|
499
|
+
# from pygeodesy.ellipsoidalExact import * # noqa: F403
|
|
500
|
+
# from pygeodesy.ellipsoidalGeodSolve import * # noqa: F403
|
|
501
|
+
# from pygeodesy.ellipsoidalKarney import * # noqa: F403
|
|
502
|
+
# from pygeodesy.ellipsoidalNvector import * # noqa: F403
|
|
503
|
+
from pygeodesy.ellipsoidalVincenty import * # noqa: F403
|
|
504
|
+
from pygeodesy.ellipsoids import * # noqa: F403
|
|
505
|
+
from pygeodesy.elliptic import * # noqa: F403
|
|
506
|
+
from pygeodesy.epsg import * # noqa: F403
|
|
507
|
+
from pygeodesy.etm import * # noqa: F403
|
|
508
|
+
from pygeodesy.errors import * # noqa: F403
|
|
509
|
+
from pygeodesy.fmath import * # noqa: F403
|
|
510
|
+
from pygeodesy.formy import * # noqa: F403
|
|
511
|
+
from pygeodesy.frechet import * # noqa: F403
|
|
512
|
+
from pygeodesy.fstats import * # noqa: F403
|
|
513
|
+
from pygeodesy.fsums import * # noqa: F403
|
|
514
|
+
from pygeodesy.gars import * # noqa: F403
|
|
515
|
+
from pygeodesy.geodesici import * # noqa: F403
|
|
516
|
+
from pygeodesy.geodesicw import * # noqa: F403
|
|
517
|
+
from pygeodesy.geodesicx import * # noqa: F403
|
|
518
|
+
from pygeodesy.geodsolve import * # noqa: F403
|
|
519
|
+
from pygeodesy.geohash import * # noqa: F403
|
|
520
|
+
from pygeodesy.geoids import * # noqa: F403
|
|
521
|
+
from pygeodesy.hausdorff import * # noqa: F403
|
|
522
|
+
from pygeodesy.heights import * # noqa: F403
|
|
523
|
+
from pygeodesy.internals import * # noqa: F403
|
|
524
|
+
from pygeodesy.interns import * # noqa: F403
|
|
525
|
+
from pygeodesy.iters import * # noqa: F403
|
|
526
|
+
from pygeodesy.karney import * # noqa: F403
|
|
527
|
+
from pygeodesy.ktm import * # noqa: F403
|
|
528
|
+
from pygeodesy.latlonBase import * # noqa: F403 INTERNAL
|
|
529
|
+
from pygeodesy.lazily import * # noqa: F403
|
|
530
|
+
from pygeodesy.lcc import * # noqa: F403
|
|
531
|
+
from pygeodesy.ltp import * # noqa: F403
|
|
532
|
+
from pygeodesy.ltpTuples import * # noqa: F403
|
|
533
|
+
from pygeodesy.mgrs import * # noqa: F403
|
|
534
|
+
from pygeodesy.named import * # noqa: F403
|
|
535
|
+
from pygeodesy.namedTuples import * # noqa: F403
|
|
536
|
+
from pygeodesy.nvectorBase import * # noqa: F403 INTERNAL
|
|
537
|
+
from pygeodesy.osgr import * # noqa: F403
|
|
538
|
+
from pygeodesy.points import * # noqa: F403
|
|
539
|
+
from pygeodesy.props import * # noqa: F403
|
|
540
|
+
from pygeodesy.resections import * # noqa: F403
|
|
541
|
+
from pygeodesy.rhumb import * # noqa: F403
|
|
542
|
+
from pygeodesy.simplify import * # noqa: F403
|
|
543
|
+
# from pygeodesy.sphericalBase import * # noqa: F403 INTERNAL
|
|
544
|
+
# from pygeodesy.sphericalNvector import * # noqa: F403
|
|
545
|
+
# from pygeodesy.sphericalTrigonometry import * # noqa: F403
|
|
546
|
+
# from pygeodesy.solveBase import * # noqa: F403 INTERNAL
|
|
547
|
+
from pygeodesy.streprs import * # noqa: F403
|
|
548
|
+
from pygeodesy.trf import * # noqa: F403
|
|
549
|
+
from pygeodesy.triaxials import * # noqa: F403
|
|
550
|
+
from pygeodesy.units import * # noqa: F403
|
|
551
|
+
from pygeodesy.unitsBase import * # noqa: F403 Float, ...
|
|
552
|
+
from pygeodesy.ups import * # noqa: F403
|
|
553
|
+
from pygeodesy.utily import * # noqa: F403
|
|
554
|
+
from pygeodesy.utm import * # noqa: F403
|
|
555
|
+
from pygeodesy.utmups import * # noqa: F403
|
|
556
|
+
# from pygeodesy.utmupsBase import * # noqa: F403 INTERNAL
|
|
557
|
+
from pygeodesy.vector2d import * # noqa: F403
|
|
558
|
+
from pygeodesy.vector3d import * # noqa: F403
|
|
559
|
+
from pygeodesy.vector3dBase import * # noqa: F403 INTERNAL
|
|
560
|
+
from pygeodesy.webmercator import * # noqa: F403
|
|
561
|
+
from pygeodesy.wgrs import * # noqa: F403
|
|
562
562
|
|
|
563
563
|
def _all(globalocals):
|
|
564
564
|
from pygeodesy.internals import _headof, _DOT_ # PYCHOK expected
|
|
565
565
|
from pygeodesy.interns import NN as _NN, _attribute_, _COMMASPACE_, \
|
|
566
|
-
_module_, _s_
|
|
566
|
+
_module_, _s_ # PYCHOK expected
|
|
567
567
|
from pygeodesy.streprs import Fmt as _Fmt # PYCHOK expected
|
|
568
568
|
# collect all public module and attribute names and check
|
|
569
569
|
# that modules are imported from this package, 'pygeodesy'
|
|
@@ -602,9 +602,9 @@ else:
|
|
|
602
602
|
__all__ = ()
|
|
603
603
|
_init__all__ = False
|
|
604
604
|
|
|
605
|
-
from pygeodesy.internals import _version2, _DOT_ #
|
|
605
|
+
from pygeodesy.internals import _version2, _DOT_ # noqa: E402
|
|
606
606
|
# from pygeodesy.interns import _DOT_ # from .internals
|
|
607
|
-
__version__ = '25.05.
|
|
607
|
+
__version__ = '25.05.28'
|
|
608
608
|
# see setup.py for similar logic
|
|
609
609
|
version = _DOT_(*_version2(__version__, n=3))
|
|
610
610
|
|
pygeodesy/__main__.py
CHANGED
|
@@ -5,7 +5,7 @@ u'''Print L{pygeodesy} version, etc. using C{python -m pygeodesy}.
|
|
|
5
5
|
'''
|
|
6
6
|
|
|
7
7
|
__all__ = ()
|
|
8
|
-
__version__ = '25.
|
|
8
|
+
__version__ = '25.06.26'
|
|
9
9
|
|
|
10
10
|
from os.path import basename, dirname
|
|
11
11
|
|
|
@@ -28,6 +28,7 @@ def _main(): # PYCHOK no cover
|
|
|
28
28
|
('isLazy', isLazy),
|
|
29
29
|
('_isfrozen', _isfrozen),
|
|
30
30
|
('_floats', len(constants._floats)),
|
|
31
|
+
# ('_interns', len(interns.__dict__) - 22),
|
|
31
32
|
(_DALL_, len(_all_imports())),
|
|
32
33
|
(_DEPRECATED_, len(_all_deprecates()))))
|
|
33
34
|
|
|
@@ -60,7 +61,7 @@ except ImportError:
|
|
|
60
61
|
print(' '.join(t))
|
|
61
62
|
|
|
62
63
|
# % python3.13 -m pygeodesy
|
|
63
|
-
# pygeodesy.version=
|
|
64
|
+
# pygeodesy.version=25.5.25, .pygeodesy_abspath=/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=947, .DEPRECATED=113, coverage 7.6.1, geographiclib 2.0 (pygeodesy 25.5.25 Python 3.13.3 64bit arm64 macOS 15.4.1)
|
|
64
65
|
|
|
65
66
|
# % python3.12 -m pygeodesy
|
|
66
67
|
# pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=936, .DEPRECATED=100, coverage 7.6.0, geographiclib 2.0, numpy 2.1.0, scipy 1.14.1 (pygeodesy 24.9.6 Python 3.12.5 64bit arm64 macOS 14.6.1)
|
|
@@ -81,7 +82,7 @@ except ImportError:
|
|
|
81
82
|
# pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=936, .DEPRECATED=100, coverage 4.5.4, geographiclib 1.50, numpy 1.17.2, scipy 1.3.1 (pygeodesy 24.9.6 Python 3.7.6 64bit arm64_x86_64 macOS 10.16)
|
|
82
83
|
|
|
83
84
|
# % python2.7 -m pygeodesy
|
|
84
|
-
# pygeodesy.version=
|
|
85
|
+
# pygeodesy.version=25.5.25, .pygeodesy_abspath=/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy, .isLazy=None, ._isfrozen=False, ._floats=796, .__all__=947, .DEPRECATED=113, coverage 5.5, geographiclib 1.50, numpy 1.16.6, scipy 1.2.2 (pygeodesy 25.5.25 Python 2.7.18 64bit arm64_x86_64 macOS 10.16)
|
|
85
86
|
|
|
86
87
|
# **) MIT License
|
|
87
88
|
#
|
pygeodesy/albers.py
CHANGED
|
@@ -13,7 +13,7 @@ See also I{Albers Equal-Area Conic Projection} in U{John P. Snyder, "Map Project
|
|
|
13
13
|
and the Albers Conical Equal-Area examples on pp 291-294.
|
|
14
14
|
'''
|
|
15
15
|
# make sure int/int division yields float quotient, see .basics
|
|
16
|
-
from __future__ import division as _; del _ #
|
|
16
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
17
17
|
|
|
18
18
|
from pygeodesy.basics import _isin, neg, neg_
|
|
19
19
|
from pygeodesy.constants import EPS0, EPS02, _EPSqrt as _TOL, \
|
|
@@ -38,7 +38,7 @@ from pygeodesy.utily import atan1, atan1d, atan2, degrees360, sincos2, \
|
|
|
38
38
|
from math import atanh, degrees, fabs, radians, sqrt
|
|
39
39
|
|
|
40
40
|
__all__ = _ALL_LAZY.albers
|
|
41
|
-
__version__ = '25.
|
|
41
|
+
__version__ = '25.05.12'
|
|
42
42
|
|
|
43
43
|
_k1_ = 'k1'
|
|
44
44
|
_NUMIT = 9 # XXX 4?
|
|
@@ -766,8 +766,8 @@ def _D2atanheE(x, y, E):
|
|
|
766
766
|
_C = Fsum().Fsum_
|
|
767
767
|
_S2 = Fsum().fsum2_
|
|
768
768
|
for _ in range(_TERMS): # 15 terms
|
|
769
|
-
T *= y; P = _T(z); z *= x #
|
|
770
|
-
T *= y; Q = _T(z); z *= x #
|
|
769
|
+
T *= y; P = _T(z); z *= x # noqa: E702 ;
|
|
770
|
+
T *= y; Q = _T(z); z *= x # noqa: E702 ;
|
|
771
771
|
e *= e2
|
|
772
772
|
k += 2
|
|
773
773
|
s, d = _S2(_C(P, Q) * e / k)
|
pygeodesy/auxilats/_CX_Rs.py
CHANGED
|
@@ -9,20 +9,20 @@ Copyright (C) Charles Karney (2022-2024) Karney@Alum.MIT.edu> and licensed under
|
|
|
9
9
|
MIT/X11 License. For more information, see <https://GeographicLib.SourceForge.io>.
|
|
10
10
|
'''
|
|
11
11
|
# make sure int/int division yields float quotient, see .basics
|
|
12
|
-
from __future__ import division as _; del _ #
|
|
12
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
13
13
|
|
|
14
14
|
# from pygeodesy.basics import _splituple # _MODS
|
|
15
15
|
from pygeodesy.constants import _floats as _constants_floats
|
|
16
16
|
from pygeodesy.errors import _AssertionError, _MODS
|
|
17
17
|
# from pygeodesy.internals import _sizeof # _MODS
|
|
18
|
-
from pygeodesy.interns import NN, MISSING,
|
|
18
|
+
from pygeodesy.interns import NN, MISSING, _duplicate_, _NL_, \
|
|
19
19
|
_QUOTE3_, _SLASH_, _ELLIPSIS4_ # PYCHOK used!
|
|
20
20
|
# from pygeodesy.lazily import _ALL_MODS as _MODS # from .errors
|
|
21
21
|
from pygeodesy.named import ADict, Property_RO
|
|
22
22
|
# from pygeodesy.props import Property_RO # from .named
|
|
23
23
|
|
|
24
24
|
__all__ = ()
|
|
25
|
-
__version__ = '25.
|
|
25
|
+
__version__ = '25.05.12'
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class _Rcoeffs(ADict):
|
pygeodesy/auxilats/auxAngle.py
CHANGED
|
@@ -12,7 +12,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
|
|
|
12
12
|
<https://GeographicLib.SourceForge.io>} documentation.
|
|
13
13
|
'''
|
|
14
14
|
# make sure int/int division yields float quotient, see .basics
|
|
15
|
-
from __future__ import division as _; del _ #
|
|
15
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
16
16
|
|
|
17
17
|
from pygeodesy.auxilats.auxily import Aux, _Aux2Greek, AuxError
|
|
18
18
|
from pygeodesy.basics import map1, map2, _xinstanceof
|
|
@@ -32,7 +32,7 @@ from pygeodesy.utily import atan2, atan2d, sincos2, sincos2d
|
|
|
32
32
|
from math import asinh, copysign, degrees, fabs, radians, sinh
|
|
33
33
|
|
|
34
34
|
__all__ = ()
|
|
35
|
-
__version__ = '25.
|
|
35
|
+
__version__ = '25.05.12'
|
|
36
36
|
|
|
37
37
|
_0_INF_NAN_NINF = (0, _0_0) + _INF_NAN_NINF
|
|
38
38
|
_MAX_2 = MAX * _0_5 # PYCHOK used!
|
pygeodesy/auxilats/auxDLat.py
CHANGED
|
@@ -9,7 +9,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
|
|
|
9
9
|
<https://GeographicLib.SourceForge.io>} documentation.
|
|
10
10
|
'''
|
|
11
11
|
# make sure int/int division yields float quotient, see .basics
|
|
12
|
-
from __future__ import division as _; del _ #
|
|
12
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
13
13
|
|
|
14
14
|
from pygeodesy.auxilats.auxily import Aux, _Datan, _Dasinh, _Dm, _sc, _sn, \
|
|
15
15
|
AuxError
|
|
@@ -26,7 +26,7 @@ from pygeodesy.utily import atan1, atan2 # from .auxilats.auxily
|
|
|
26
26
|
from math import cos, sin, sqrt
|
|
27
27
|
|
|
28
28
|
__all__ = ()
|
|
29
|
-
__version__ = '
|
|
29
|
+
__version__ = '25.05.12'
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
class AuxDLat(AuxLat):
|
pygeodesy/auxilats/auxDST.py
CHANGED
|
@@ -13,7 +13,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
|
|
|
13
13
|
installed, version 1.16 or newer.
|
|
14
14
|
'''
|
|
15
15
|
# make sure int/int division yields float quotient, see .basics
|
|
16
|
-
from __future__ import division as _; del _ #
|
|
16
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
17
17
|
|
|
18
18
|
from pygeodesy.auxilats.auxily import _Dm
|
|
19
19
|
from pygeodesy.basics import isodd, neg, _reverange, _xnumpy
|
|
@@ -24,7 +24,7 @@ from pygeodesy.karney import _2cos2x, _ALL_DOCS
|
|
|
24
24
|
from pygeodesy.props import property_RO, property_ROver
|
|
25
25
|
|
|
26
26
|
__all__ = ()
|
|
27
|
-
__version__ = '
|
|
27
|
+
__version__ = '25.05.12'
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class AuxDST(object):
|
pygeodesy/auxilats/auxLat.py
CHANGED
|
@@ -13,7 +13,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
|
|
|
13
13
|
U{On auxiliary latitudes<https://ArXiv.org/abs/2212.05818>}.
|
|
14
14
|
'''
|
|
15
15
|
# make sure int/int division yields float quotient, see .basics
|
|
16
|
-
from __future__ import division as _; del _ #
|
|
16
|
+
from __future__ import division as _; del _ # noqa: E702 ;
|
|
17
17
|
|
|
18
18
|
from pygeodesy.auxilats.auxAngle import AuxAngle, AuxBeta, AuxChi, _AuxClass, \
|
|
19
19
|
AuxMu, AuxPhi, AuxTheta, AuxXi
|
|
@@ -48,7 +48,7 @@ except ImportError: # Python 3.11-
|
|
|
48
48
|
return pow(_2_0, x)
|
|
49
49
|
|
|
50
50
|
__all__ = ()
|
|
51
|
-
__version__ = '25.
|
|
51
|
+
__version__ = '25.05.12'
|
|
52
52
|
|
|
53
53
|
_TRIPS = 1024 # XXX 2 or 3?
|
|
54
54
|
|