pygeodesy 24.10.24__py2.py3-none-any.whl → 24.12.12__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.
Files changed (118) hide show
  1. {PyGeodesy-24.10.24.dist-info → PyGeodesy-24.12.12.dist-info}/METADATA +6 -6
  2. PyGeodesy-24.12.12.dist-info/RECORD +118 -0
  3. {PyGeodesy-24.10.24.dist-info → PyGeodesy-24.12.12.dist-info}/WHEEL +1 -1
  4. pygeodesy/__init__.py +5 -5
  5. pygeodesy/__main__.py +1 -1
  6. pygeodesy/albers.py +5 -5
  7. pygeodesy/auxilats/_CX_4.py +1 -1
  8. pygeodesy/auxilats/_CX_6.py +1 -1
  9. pygeodesy/auxilats/_CX_8.py +1 -1
  10. pygeodesy/auxilats/_CX_Rs.py +1 -1
  11. pygeodesy/auxilats/__init__.py +1 -1
  12. pygeodesy/auxilats/__main__.py +1 -1
  13. pygeodesy/auxilats/auxAngle.py +5 -5
  14. pygeodesy/auxilats/auxDLat.py +6 -6
  15. pygeodesy/auxilats/auxDST.py +2 -2
  16. pygeodesy/auxilats/auxLat.py +5 -5
  17. pygeodesy/auxilats/auxily.py +2 -2
  18. pygeodesy/azimuthal.py +55 -65
  19. pygeodesy/basics.py +35 -34
  20. pygeodesy/booleans.py +37 -37
  21. pygeodesy/cartesianBase.py +26 -65
  22. pygeodesy/clipy.py +1 -1
  23. pygeodesy/constants.py +7 -7
  24. pygeodesy/css.py +8 -9
  25. pygeodesy/datums.py +1 -1
  26. pygeodesy/deprecated/__init__.py +2 -2
  27. pygeodesy/deprecated/bases.py +1 -1
  28. pygeodesy/deprecated/classes.py +10 -10
  29. pygeodesy/deprecated/consterns.py +1 -1
  30. pygeodesy/deprecated/datum.py +1 -1
  31. pygeodesy/deprecated/functions.py +23 -13
  32. pygeodesy/deprecated/nvector.py +1 -1
  33. pygeodesy/deprecated/rhumbBase.py +1 -1
  34. pygeodesy/deprecated/rhumbaux.py +1 -1
  35. pygeodesy/deprecated/rhumbsolve.py +1 -1
  36. pygeodesy/deprecated/rhumbx.py +1 -1
  37. pygeodesy/dms.py +1 -1
  38. pygeodesy/ecef.py +63 -69
  39. pygeodesy/elevations.py +1 -1
  40. pygeodesy/ellipsoidalBase.py +106 -121
  41. pygeodesy/ellipsoidalBaseDI.py +115 -119
  42. pygeodesy/ellipsoidalExact.py +36 -38
  43. pygeodesy/ellipsoidalGeodSolve.py +1 -1
  44. pygeodesy/ellipsoidalKarney.py +1 -1
  45. pygeodesy/ellipsoidalNvector.py +1 -1
  46. pygeodesy/ellipsoidalVincenty.py +6 -5
  47. pygeodesy/ellipsoids.py +7 -8
  48. pygeodesy/elliptic.py +6 -6
  49. pygeodesy/epsg.py +1 -1
  50. pygeodesy/errors.py +25 -25
  51. pygeodesy/etm.py +84 -76
  52. pygeodesy/fmath.py +54 -51
  53. pygeodesy/formy.py +74 -106
  54. pygeodesy/frechet.py +1 -1
  55. pygeodesy/fstats.py +1 -1
  56. pygeodesy/fsums.py +82 -72
  57. pygeodesy/gars.py +1 -1
  58. pygeodesy/geodesici.py +4 -4
  59. pygeodesy/geodesicw.py +16 -15
  60. pygeodesy/geodesicx/_C4_24.py +2 -2
  61. pygeodesy/geodesicx/_C4_27.py +2 -2
  62. pygeodesy/geodesicx/_C4_30.py +2 -2
  63. pygeodesy/geodesicx/__init__.py +3 -3
  64. pygeodesy/geodesicx/__main__.py +1 -1
  65. pygeodesy/geodesicx/gx.py +6 -5
  66. pygeodesy/geodesicx/gxarea.py +2 -2
  67. pygeodesy/geodesicx/gxbases.py +2 -2
  68. pygeodesy/geodesicx/gxline.py +16 -12
  69. pygeodesy/geodsolve.py +8 -17
  70. pygeodesy/geohash.py +1 -1
  71. pygeodesy/geoids.py +6 -6
  72. pygeodesy/hausdorff.py +1 -1
  73. pygeodesy/heights.py +3 -3
  74. pygeodesy/internals.py +64 -80
  75. pygeodesy/interns.py +2 -3
  76. pygeodesy/iters.py +1 -1
  77. pygeodesy/karney.py +4 -4
  78. pygeodesy/ktm.py +20 -21
  79. pygeodesy/latlonBase.py +296 -346
  80. pygeodesy/lazily.py +15 -15
  81. pygeodesy/lcc.py +5 -5
  82. pygeodesy/ltp.py +55 -59
  83. pygeodesy/ltpTuples.py +208 -192
  84. pygeodesy/mgrs.py +9 -10
  85. pygeodesy/named.py +153 -3
  86. pygeodesy/namedTuples.py +58 -7
  87. pygeodesy/nvectorBase.py +122 -105
  88. pygeodesy/osgr.py +10 -13
  89. pygeodesy/points.py +1 -1
  90. pygeodesy/props.py +3 -3
  91. pygeodesy/resections.py +26 -26
  92. pygeodesy/rhumb/__init__.py +2 -2
  93. pygeodesy/rhumb/aux_.py +2 -2
  94. pygeodesy/rhumb/bases.py +2 -2
  95. pygeodesy/rhumb/ekx.py +4 -4
  96. pygeodesy/rhumb/solve.py +4 -4
  97. pygeodesy/simplify.py +291 -403
  98. pygeodesy/solveBase.py +1 -1
  99. pygeodesy/sphericalBase.py +1 -1
  100. pygeodesy/sphericalNvector.py +84 -127
  101. pygeodesy/sphericalTrigonometry.py +66 -71
  102. pygeodesy/streprs.py +10 -5
  103. pygeodesy/trf.py +1 -1
  104. pygeodesy/triaxials.py +23 -16
  105. pygeodesy/units.py +17 -17
  106. pygeodesy/unitsBase.py +1 -1
  107. pygeodesy/ups.py +4 -4
  108. pygeodesy/utily.py +202 -145
  109. pygeodesy/utm.py +10 -10
  110. pygeodesy/utmups.py +1 -1
  111. pygeodesy/utmupsBase.py +1 -1
  112. pygeodesy/vector2d.py +17 -17
  113. pygeodesy/vector3d.py +32 -23
  114. pygeodesy/vector3dBase.py +22 -19
  115. pygeodesy/webmercator.py +5 -5
  116. pygeodesy/wgrs.py +5 -5
  117. PyGeodesy-24.10.24.dist-info/RECORD +0 -118
  118. {PyGeodesy-24.10.24.dist-info → PyGeodesy-24.12.12.dist-info}/top_level.txt +0 -0
pygeodesy/rhumb/aux_.py CHANGED
@@ -16,7 +16,7 @@ the background information on U{Rhumb lines<https://GeographicLib.SourceForge.io
16
16
  utility U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/RhumbSolve.1.html>} and U{Online rhumb
17
17
  line calculations<https://GeographicLib.SourceForge.io/cgi-bin/RhumbSolve>}.
18
18
 
19
- Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2022-2023) and licensed under the MIT/X11
19
+ Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2022-2024) and licensed under the MIT/X11
20
20
  License. For more information, see the U{GeographicLib<https://GeographicLib.SourceForge.io>} documentation.
21
21
 
22
22
  @note: C{S12} area calculations in classes L{RhumbAux} and L{RhumbLineAux} depend on class L{AuxDST} which
@@ -356,7 +356,7 @@ __all__ += _ALL_DOCS(Caps)
356
356
 
357
357
  # **) MIT License
358
358
  #
359
- # Copyright (C) 2023-2024 -- mrJean1 at Gmail -- All Rights Reserved.
359
+ # Copyright (C) 2023-2025 -- mrJean1 at Gmail -- All Rights Reserved.
360
360
  #
361
361
  # Permission is hereby granted, free of charge, to any person obtaining a
362
362
  # copy of this software and associated documentation files (the "Software"),
pygeodesy/rhumb/bases.py CHANGED
@@ -17,7 +17,7 @@ the background information on U{Rhumb lines<https://GeographicLib.SourceForge.io
17
17
  the utily U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/RhumbSolve.1.html>} and U{Online
18
18
  rhumb line calculations<https://GeographicLib.SourceForge.io/cgi-bin/RhumbSolve>}.
19
19
 
20
- Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2014-2023) and licensed under the MIT/X11
20
+ Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2014-2024) and licensed under the MIT/X11
21
21
  License. For more information, see the U{GeographicLib<https://GeographicLib.SourceForge.io>} documentation.
22
22
  '''
23
23
  # make sure int/int division yields float quotient
@@ -1133,7 +1133,7 @@ if __name__ == '__main__':
1133
1133
 
1134
1134
  # **) MIT License
1135
1135
  #
1136
- # Copyright (C) 2022-2024 -- mrJean1 at Gmail -- All Rights Reserved.
1136
+ # Copyright (C) 2022-2025 -- mrJean1 at Gmail -- All Rights Reserved.
1137
1137
  #
1138
1138
  # Permission is hereby granted, free of charge, to any person obtaining a
1139
1139
  # copy of this software and associated documentation files (the "Software"),
pygeodesy/rhumb/ekx.py CHANGED
@@ -16,7 +16,7 @@ the background information on U{Rhumb lines<https://GeographicLib.SourceForge.io
16
16
  the utily U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/RhumbSolve.1.html>} and U{Online
17
17
  rhumb line calculations<https://GeographicLib.SourceForge.io/cgi-bin/RhumbSolve>}.
18
18
 
19
- Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2014-2022) and licensed under the MIT/X11
19
+ Copyright (C) U{Charles Karney<mailto:Karney@Alum.MIT.edu>} (2014-2024) and licensed under the MIT/X11
20
20
  License. For more information, see the U{GeographicLib<https://GeographicLib.SourceForge.io>} documentation.
21
21
  '''
22
22
  # make sure int/int division yields float quotient
@@ -40,10 +40,10 @@ from pygeodesy.rhumb.bases import RhumbBase, RhumbLineBase, \
40
40
  Caps, _update_all_rls, _WGS84
41
41
  from pygeodesy.utily import atan1, sincos2_
42
42
 
43
- from math import asinh, atan, cos, cosh, radians, sin, sinh, sqrt, tan
43
+ from math import asinh, atan, cos, cosh, radians, sin, sinh, sqrt, tan # as _tan
44
44
 
45
45
  __all__ = _ALL_LAZY.rhumb_ekx
46
- __version__ = '24.06.11'
46
+ __version__ = '24.11.26'
47
47
 
48
48
 
49
49
  class Rhumb(RhumbBase):
@@ -547,7 +547,7 @@ __all__ += _ALL_DOCS(Caps)
547
547
 
548
548
  # **) MIT License
549
549
  #
550
- # Copyright (C) 2022-2024 -- mrJean1 at Gmail -- All Rights Reserved.
550
+ # Copyright (C) 2022-2025 -- mrJean1 at Gmail -- All Rights Reserved.
551
551
  #
552
552
  # Permission is hereby granted, free of charge, to any person obtaining a
553
553
  # copy of this software and associated documentation files (the "Software"),
pygeodesy/rhumb/solve.py CHANGED
@@ -20,7 +20,7 @@ from pygeodesy.solveBase import _SolveGDictBase, _SolveGDictLineBase
20
20
  from pygeodesy.utily import _unrollon, _Wrap, wrap360
21
21
 
22
22
  __all__ = _ALL_LAZY.rhumb_solve
23
- __version__ = '24.10.12'
23
+ __version__ = '24.11.07'
24
24
 
25
25
 
26
26
  class _RhumbSolveBase(_SolveGDictBase):
@@ -183,7 +183,7 @@ class RhumbSolve(_RhumbSolveBase):
183
183
  def _Inverse(self, ll1, ll2, wrap, **unused):
184
184
  '''(INTERNAL) Short-cut version, see .latlonBase.
185
185
  '''
186
- if wrap:
186
+ if wrap: # PYCHOK no cover
187
187
  ll2 = _unrollon(ll1, _Wrap.point(ll2))
188
188
  return self._GDictInverse(ll1.lat, ll1.lon, ll2.lat, ll2.lon)
189
189
 
@@ -201,7 +201,7 @@ class RhumbSolve(_RhumbSolveBase):
201
201
  def _InverseLine(self, ll1, ll2, wrap, **name_caps):
202
202
  '''(INTERNAL) Short-cut version, see .latlonBase.
203
203
  '''
204
- if wrap:
204
+ if wrap: # PYCHOK no cover
205
205
  ll2 = _unrollon(ll1, _Wrap.point(ll2))
206
206
  return self.InverseLine(ll1.lat, ll1.lon, ll2.lat, ll2.lon, **name_caps)
207
207
 
@@ -499,7 +499,7 @@ if __name__ == '__main__':
499
499
 
500
500
  # **) MIT License
501
501
  #
502
- # Copyright (C) 2022-2024 -- mrJean1 at Gmail -- All Rights Reserved.
502
+ # Copyright (C) 2022-2025 -- mrJean1 at Gmail -- All Rights Reserved.
503
503
  #
504
504
  # Permission is hereby granted, free of charge, to any person obtaining a
505
505
  # copy of this software and associated documentation files (the "Software"),