pygeodesy 24.11.11__py2.py3-none-any.whl → 25.1.5__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-24.11.11.dist-info → PyGeodesy-25.1.5.dist-info}/METADATA +34 -35
- PyGeodesy-25.1.5.dist-info/RECORD +118 -0
- {PyGeodesy-24.11.11.dist-info → PyGeodesy-25.1.5.dist-info}/WHEEL +1 -1
- pygeodesy/__init__.py +19 -19
- pygeodesy/__main__.py +1 -1
- pygeodesy/albers.py +5 -5
- pygeodesy/auxilats/_CX_4.py +1 -1
- pygeodesy/auxilats/_CX_6.py +1 -1
- pygeodesy/auxilats/_CX_8.py +1 -1
- pygeodesy/auxilats/_CX_Rs.py +1 -1
- pygeodesy/auxilats/__init__.py +1 -1
- pygeodesy/auxilats/__main__.py +1 -1
- pygeodesy/auxilats/auxAngle.py +5 -5
- pygeodesy/auxilats/auxDLat.py +6 -6
- pygeodesy/auxilats/auxDST.py +2 -2
- pygeodesy/auxilats/auxLat.py +5 -5
- pygeodesy/auxilats/auxily.py +2 -2
- pygeodesy/azimuthal.py +5 -5
- pygeodesy/basics.py +60 -8
- pygeodesy/booleans.py +1 -1
- pygeodesy/cartesianBase.py +22 -61
- pygeodesy/clipy.py +1 -1
- pygeodesy/constants.py +5 -5
- pygeodesy/css.py +1 -1
- pygeodesy/datums.py +1 -1
- pygeodesy/deprecated/__init__.py +2 -2
- pygeodesy/deprecated/bases.py +1 -1
- pygeodesy/deprecated/classes.py +86 -2
- pygeodesy/deprecated/consterns.py +1 -1
- pygeodesy/deprecated/datum.py +5 -5
- pygeodesy/deprecated/functions.py +42 -8
- pygeodesy/deprecated/nvector.py +1 -1
- pygeodesy/deprecated/rhumbBase.py +1 -1
- pygeodesy/deprecated/rhumbaux.py +1 -1
- pygeodesy/deprecated/rhumbsolve.py +1 -1
- pygeodesy/deprecated/rhumbx.py +1 -1
- pygeodesy/dms.py +1 -1
- pygeodesy/ecef.py +53 -56
- pygeodesy/elevations.py +1 -1
- pygeodesy/ellipsoidalBase.py +3 -3
- pygeodesy/ellipsoidalBaseDI.py +1 -1
- pygeodesy/ellipsoidalExact.py +1 -1
- pygeodesy/ellipsoidalGeodSolve.py +1 -1
- pygeodesy/ellipsoidalKarney.py +1 -1
- pygeodesy/ellipsoidalNvector.py +1 -1
- pygeodesy/ellipsoidalVincenty.py +6 -5
- pygeodesy/ellipsoids.py +4 -5
- pygeodesy/elliptic.py +6 -6
- pygeodesy/epsg.py +1 -1
- pygeodesy/errors.py +1 -1
- pygeodesy/etm.py +5 -5
- pygeodesy/fmath.py +18 -17
- pygeodesy/formy.py +409 -555
- pygeodesy/frechet.py +29 -86
- pygeodesy/fstats.py +1 -1
- pygeodesy/fsums.py +32 -33
- pygeodesy/gars.py +1 -1
- pygeodesy/geodesici.py +7 -7
- pygeodesy/geodesicw.py +1 -1
- pygeodesy/geodesicx/_C4_24.py +2 -2
- pygeodesy/geodesicx/_C4_27.py +2 -2
- pygeodesy/geodesicx/_C4_30.py +2 -2
- pygeodesy/geodesicx/__init__.py +2 -2
- pygeodesy/geodesicx/__main__.py +4 -5
- pygeodesy/geodesicx/gx.py +6 -5
- pygeodesy/geodesicx/gxarea.py +2 -2
- pygeodesy/geodesicx/gxbases.py +2 -2
- pygeodesy/geodesicx/gxline.py +16 -12
- pygeodesy/geodsolve.py +1 -1
- pygeodesy/geohash.py +1 -1
- pygeodesy/geoids.py +277 -203
- pygeodesy/hausdorff.py +23 -81
- pygeodesy/heights.py +115 -150
- pygeodesy/internals.py +1 -1
- pygeodesy/interns.py +2 -3
- pygeodesy/iters.py +1 -1
- pygeodesy/karney.py +3 -3
- pygeodesy/ktm.py +16 -15
- pygeodesy/latlonBase.py +323 -409
- pygeodesy/lazily.py +53 -44
- pygeodesy/lcc.py +1 -1
- pygeodesy/ltp.py +46 -50
- pygeodesy/ltpTuples.py +147 -130
- pygeodesy/mgrs.py +1 -1
- pygeodesy/named.py +149 -3
- pygeodesy/namedTuples.py +58 -7
- pygeodesy/nvectorBase.py +122 -105
- pygeodesy/osgr.py +1 -1
- pygeodesy/points.py +1 -1
- pygeodesy/props.py +1 -1
- pygeodesy/resections.py +18 -17
- pygeodesy/rhumb/__init__.py +1 -1
- pygeodesy/rhumb/aux_.py +2 -2
- pygeodesy/rhumb/bases.py +2 -2
- pygeodesy/rhumb/ekx.py +4 -4
- pygeodesy/rhumb/solve.py +1 -1
- pygeodesy/simplify.py +289 -401
- pygeodesy/solveBase.py +1 -1
- pygeodesy/sphericalBase.py +1 -1
- pygeodesy/sphericalNvector.py +5 -5
- pygeodesy/sphericalTrigonometry.py +7 -6
- pygeodesy/streprs.py +10 -5
- pygeodesy/trf.py +1 -1
- pygeodesy/triaxials.py +23 -16
- pygeodesy/units.py +16 -16
- pygeodesy/unitsBase.py +1 -1
- pygeodesy/ups.py +4 -4
- pygeodesy/utily.py +341 -211
- pygeodesy/utm.py +5 -5
- pygeodesy/utmups.py +1 -1
- pygeodesy/utmupsBase.py +1 -1
- pygeodesy/vector2d.py +5 -5
- pygeodesy/vector3d.py +14 -3
- pygeodesy/vector3dBase.py +5 -5
- pygeodesy/webmercator.py +1 -1
- pygeodesy/wgrs.py +1 -1
- PyGeodesy-24.11.11.dist-info/RECORD +0 -118
- {PyGeodesy-24.11.11.dist-info → PyGeodesy-25.1.5.dist-info}/top_level.txt +0 -0
pygeodesy/utm.py
CHANGED
|
@@ -51,19 +51,19 @@ from pygeodesy.props import deprecated_method, property_doc_, \
|
|
|
51
51
|
Property_RO
|
|
52
52
|
from pygeodesy.streprs import Fmt, unstr
|
|
53
53
|
from pygeodesy.units import Band, Int, Lat, Lon, Meter, Zone
|
|
54
|
-
from pygeodesy.utily import atan1, degrees90, degrees180, sincos2
|
|
54
|
+
from pygeodesy.utily import atan1, atan2, degrees90, degrees180, sincos2
|
|
55
55
|
from pygeodesy.utmupsBase import _hemi, _LLEB, _parseUTMUPS5, _to4lldn, \
|
|
56
56
|
_to3zBhp, _to3zll, _UPS_LATS, _UPS_ZONE, \
|
|
57
57
|
_UTM_LAT_MAX, _UTM_ZONE_MAX, \
|
|
58
58
|
_UTM_LAT_MIN, _UTM_ZONE_MIN, \
|
|
59
59
|
_UTM_ZONE_OFF_MAX, UtmUpsBase
|
|
60
60
|
|
|
61
|
-
from math import asinh, atanh,
|
|
62
|
-
|
|
61
|
+
from math import asinh, atanh, cos, cosh, degrees, fabs, radians, \
|
|
62
|
+
sin, sinh, tan, tanh # tan as _tan
|
|
63
63
|
# import operator as _operator # from .fmath
|
|
64
64
|
|
|
65
65
|
__all__ = _ALL_LAZY.utm
|
|
66
|
-
__version__ = '24.11.
|
|
66
|
+
__version__ = '24.11.26'
|
|
67
67
|
|
|
68
68
|
_Bands = 'CDEFGHJKLMNPQRSTUVWXX' # UTM latitude bands C..X (no
|
|
69
69
|
# I|O) 8° each, covering 80°S to 84°N and X repeated for 80-84°N
|
|
@@ -733,7 +733,7 @@ def utmZoneBand5(lat, lon, cmoff=False, **name):
|
|
|
733
733
|
|
|
734
734
|
# **) MIT License
|
|
735
735
|
#
|
|
736
|
-
# Copyright (C) 2016-
|
|
736
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
737
737
|
#
|
|
738
738
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
739
739
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/utmups.py
CHANGED
|
@@ -294,7 +294,7 @@ def utmupsZoneBand5(lat, lon, cmoff=False, **name):
|
|
|
294
294
|
|
|
295
295
|
# **) MIT License
|
|
296
296
|
#
|
|
297
|
-
# Copyright (C) 2016-
|
|
297
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
298
298
|
#
|
|
299
299
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
300
300
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/utmupsBase.py
CHANGED
|
@@ -494,7 +494,7 @@ __all__ += _ALL_DOCS(UtmUpsBase)
|
|
|
494
494
|
|
|
495
495
|
# **) MIT License
|
|
496
496
|
#
|
|
497
|
-
# Copyright (C) 2016-
|
|
497
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
498
498
|
#
|
|
499
499
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
500
500
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/vector2d.py
CHANGED
|
@@ -31,7 +31,7 @@ from contextlib import contextmanager
|
|
|
31
31
|
# from math import fabs, sqrt # from .fmath
|
|
32
32
|
|
|
33
33
|
__all__ = _ALL_LAZY.vector2d
|
|
34
|
-
__version__ = '24.11.
|
|
34
|
+
__version__ = '24.11.21'
|
|
35
35
|
|
|
36
36
|
_cA_ = 'cA'
|
|
37
37
|
_cB_ = 'cB'
|
|
@@ -635,10 +635,10 @@ def triaxum5(points, useZ=True):
|
|
|
635
635
|
b = _1_0_1T * n
|
|
636
636
|
T, R, rk = _np.least_squares3(A, b)
|
|
637
637
|
|
|
638
|
-
def
|
|
639
|
-
return sqrt(_1_0 / x) if x else _0_0
|
|
638
|
+
def _1_sqrt(x):
|
|
639
|
+
return sqrt(_1_0 / x) if x else _0_0 # INF
|
|
640
640
|
|
|
641
|
-
a, b, c = map(
|
|
641
|
+
a, b, c = map(_1_sqrt, T)
|
|
642
642
|
return Triaxum5Tuple(a, b, c, rk, R)
|
|
643
643
|
|
|
644
644
|
|
|
@@ -871,7 +871,7 @@ def _tri5perturbs(eps, r):
|
|
|
871
871
|
|
|
872
872
|
# **) MIT License
|
|
873
873
|
#
|
|
874
|
-
# Copyright (C) 2016-
|
|
874
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
875
875
|
#
|
|
876
876
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
877
877
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/vector3d.py
CHANGED
|
@@ -20,7 +20,7 @@ from pygeodesy.iters import PointsIter, Fmt
|
|
|
20
20
|
from pygeodesy.lazily import _ALL_DOCS, _ALL_LAZY, _ALL_MODS as _MODS
|
|
21
21
|
from pygeodesy.named import _name__, _name2__, _xnamed, _xotherError
|
|
22
22
|
from pygeodesy.namedTuples import Intersection3Tuple, NearestOn2Tuple, \
|
|
23
|
-
NearestOn6Tuple, Vector3Tuple # Vector4Tuple
|
|
23
|
+
NearestOn6Tuple, _v2Cls, Vector3Tuple # Vector4Tuple
|
|
24
24
|
# from pygeodesy.nvectorBase import _nsumOf # _MODS
|
|
25
25
|
# from pygeodesy.streprs import Fmt # from .iters
|
|
26
26
|
from pygeodesy.units import _fi_j2, _isDegrees, Radius, Radius_
|
|
@@ -31,7 +31,7 @@ from pygeodesy.vector3dBase import Vector3dBase
|
|
|
31
31
|
# from math import fabs, sqrt # from .fmath
|
|
32
32
|
|
|
33
33
|
__all__ = _ALL_LAZY.vector3d
|
|
34
|
-
__version__ = '24.11.
|
|
34
|
+
__version__ = '24.11.22'
|
|
35
35
|
|
|
36
36
|
_vector2d = _MODS.into(vector2d=__name__)
|
|
37
37
|
|
|
@@ -303,6 +303,17 @@ class Vector3d(Vector3dBase):
|
|
|
303
303
|
'''
|
|
304
304
|
return _vector2d.soddy4(self, point2, point3, eps=eps, useZ=True)
|
|
305
305
|
|
|
306
|
+
def toCartesian(self, Cartesian, **Cartesian_kwds):
|
|
307
|
+
'''Return this C{Vector3d} as a C{Cartesian}.
|
|
308
|
+
|
|
309
|
+
@arg Cartesian: The C{Cartesian} class to use.
|
|
310
|
+
@kwarg Cartesian_kwds: Optional, additional C{Cartesian}
|
|
311
|
+
keyword arguments.
|
|
312
|
+
|
|
313
|
+
@return: The C{B{Cartesian}} instance.
|
|
314
|
+
'''
|
|
315
|
+
return _v2Cls(self, Cartesian, Cartesian_kwds)
|
|
316
|
+
|
|
306
317
|
def trilaterate2d2(self, radius, center2, radius2, center3, radius3, eps=EPS4, z=INT0):
|
|
307
318
|
'''Trilaterate this and two other circles, each given as a (2-D) center
|
|
308
319
|
and a radius.
|
|
@@ -902,7 +913,7 @@ __all__ += _ALL_DOCS(intersections2, sumOf, Vector3dBase)
|
|
|
902
913
|
|
|
903
914
|
# **) MIT License
|
|
904
915
|
#
|
|
905
|
-
# Copyright (C) 2016-
|
|
916
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
906
917
|
#
|
|
907
918
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
908
919
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/vector3dBase.py
CHANGED
|
@@ -23,12 +23,12 @@ from pygeodesy.props import deprecated_method, Property, Property_RO, \
|
|
|
23
23
|
property_doc_, property_RO, _update_all
|
|
24
24
|
from pygeodesy.streprs import Fmt, strs, unstr
|
|
25
25
|
from pygeodesy.units import Float, Scalar
|
|
26
|
-
from pygeodesy.utily import sincos2,
|
|
26
|
+
from pygeodesy.utily import atan2, sincos2, fabs
|
|
27
27
|
|
|
28
28
|
from math import ceil as _ceil, floor as _floor, trunc as _trunc
|
|
29
29
|
|
|
30
30
|
__all__ = _ALL_LAZY.vector3dBase
|
|
31
|
-
__version__ = '24.11.
|
|
31
|
+
__version__ = '24.11.24'
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
class Vector3dBase(_NamedBase): # sync __methods__ with .fsums.Fsum
|
|
@@ -900,7 +900,7 @@ class Vector3dBase(_NamedBase): # sync __methods__ with .fsums.Fsum
|
|
|
900
900
|
#
|
|
901
901
|
# @return: A L{PhiLam2Tuple}C{(phi, lam)}.
|
|
902
902
|
# '''
|
|
903
|
-
# return _MODS.
|
|
903
|
+
# return _MODS.nvectorBase.n_xyz2philam(self.x, self.y, self.z)
|
|
904
904
|
|
|
905
905
|
# @deprecated_method
|
|
906
906
|
# def to2ll(self): # PYCHOK no cover
|
|
@@ -908,7 +908,7 @@ class Vector3dBase(_NamedBase): # sync __methods__ with .fsums.Fsum
|
|
|
908
908
|
#
|
|
909
909
|
# @return: A L{LatLon2Tuple}C{(lat, lon)}.
|
|
910
910
|
# '''
|
|
911
|
-
# return _MODS.
|
|
911
|
+
# return _MODS.nvectorBase.n_xyz2latlon(self.x, self.y, self.z)
|
|
912
912
|
|
|
913
913
|
@deprecated_method
|
|
914
914
|
def to3xyz(self): # PYCHOK no cover
|
|
@@ -1050,7 +1050,7 @@ __all__ += _ALL_DOCS(Vector3dBase)
|
|
|
1050
1050
|
|
|
1051
1051
|
# **) MIT License
|
|
1052
1052
|
#
|
|
1053
|
-
# Copyright (C) 2016-
|
|
1053
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
1054
1054
|
#
|
|
1055
1055
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
1056
1056
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/webmercator.py
CHANGED
|
@@ -352,7 +352,7 @@ def toWm(latlon, lon=None, earth=R_MA, Wm=Wm, **name_Wm_kwds_radius):
|
|
|
352
352
|
|
|
353
353
|
# **) MIT License
|
|
354
354
|
#
|
|
355
|
-
# Copyright (C) 2016-
|
|
355
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
356
356
|
#
|
|
357
357
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
358
358
|
# copy of this software and associated documentation files (the "Software"),
|
pygeodesy/wgrs.py
CHANGED
|
@@ -424,7 +424,7 @@ __all__ += _ALL_DOCS(decode3, decode5, # functions
|
|
|
424
424
|
|
|
425
425
|
# **) MIT License
|
|
426
426
|
#
|
|
427
|
-
# Copyright (C) 2016-
|
|
427
|
+
# Copyright (C) 2016-2025 -- mrJean1 at Gmail -- All Rights Reserved.
|
|
428
428
|
#
|
|
429
429
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
430
430
|
# copy of this software and associated documentation files (the "Software"),
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
pygeodesy/LICENSE,sha256=YfgAiyxOwY6P9Kkb1_5XN81nueTLrpb3Ffkv3EuPgFU,1144
|
|
2
|
-
pygeodesy/__init__.py,sha256=qZJcMz6VeaGXNy3i3cKvEG1gGfPcrUSxk8kHkFW3o9g,42631
|
|
3
|
-
pygeodesy/__main__.py,sha256=1lE1jMp57iXpvu3TEh2unyT2qvtSa5nJPQn_K7Wmj3E,5442
|
|
4
|
-
pygeodesy/albers.py,sha256=BTeUqKPgygExYBLhRJh8b8FYdwuCIpCuo8ggCw6-Auw,30955
|
|
5
|
-
pygeodesy/azimuthal.py,sha256=WqyA4IWGYBL3wj4oYKCNgm7IcqCtuUhE9TY5hVm7uhU,49763
|
|
6
|
-
pygeodesy/basics.py,sha256=a74YOBmZLWj-CEFadl-ERD9J4qVECRYSL8HBR1gsxTk,30158
|
|
7
|
-
pygeodesy/booleans.py,sha256=IRD4gbzZVcpMg7jh24jtotDORA2jI5-adQkzVaLMnUY,73544
|
|
8
|
-
pygeodesy/cartesianBase.py,sha256=7YiW3i6_HNIgEwqw4NHoFJG5FQsv6dc8opE5w2M7JsY,46939
|
|
9
|
-
pygeodesy/clipy.py,sha256=hzI6IutTRkbssjPPgAjXv9OcgCIIZchjnMWaHin4YAU,27728
|
|
10
|
-
pygeodesy/constants.py,sha256=450oXrMtOT_5A8DvQ_Sh_eu1Kg7CkYmaZpC45usCZDI,19825
|
|
11
|
-
pygeodesy/css.py,sha256=7y85FiUMarlZiiZ9Xn-UyRsnAaV3Met2bumARBGyr94,25642
|
|
12
|
-
pygeodesy/datums.py,sha256=trFx6KgEjlYY_VC6WViZhH1D-U3tDDDdbZXG6MD2H_U,34057
|
|
13
|
-
pygeodesy/dms.py,sha256=FiI-h3nXngSp624i0KlzHkBqYp5X5ucmvN6fLGi_Xgk,42174
|
|
14
|
-
pygeodesy/ecef.py,sha256=MdGNJHebXV4WxGYjUZlHZmZ1dKDv5LUG0xpyYFckuCo,59546
|
|
15
|
-
pygeodesy/elevations.py,sha256=4FuVcVNb_D09gmcvUlck344N4f7Jms76SIRrdutvKjk,10801
|
|
16
|
-
pygeodesy/ellipsoidalBase.py,sha256=GhJG4h8I7ySs6EfXdmVbXOZcvMDI7YYCc7yPj5vMHqo,55109
|
|
17
|
-
pygeodesy/ellipsoidalBaseDI.py,sha256=ZaIPVK187mD9CpORz9t9Vtz03TiVBZ_CRmVs-qMsKBY,38243
|
|
18
|
-
pygeodesy/ellipsoidalExact.py,sha256=vQuyv9jpHLnsWDAwC-GfysFrKC1NAz5hJamIZ7G3NSs,16972
|
|
19
|
-
pygeodesy/ellipsoidalGeodSolve.py,sha256=fAT4b3HXkM6i1W_C0rb4vbSxZqr4c6rS7PIvGF2ad7s,16666
|
|
20
|
-
pygeodesy/ellipsoidalKarney.py,sha256=qvJa8kZ4SgaRR2UbjtkcRxw_CRbwhXoUT4Dn_6DJ6Ag,18721
|
|
21
|
-
pygeodesy/ellipsoidalNvector.py,sha256=Ye6O6SIRiiwY6PJG4KD9kZ6GBpKkWWxZWsZC4k3eH-s,30039
|
|
22
|
-
pygeodesy/ellipsoidalVincenty.py,sha256=Eeh-lFB9y65kyYCZ5bc7uRIF9o6UT4lqdkk4EVRi0Pg,25946
|
|
23
|
-
pygeodesy/ellipsoids.py,sha256=wlYlii-sU2UQBdzFeHpDOamKRtqJavXQXjCr1gRDiFs,106918
|
|
24
|
-
pygeodesy/elliptic.py,sha256=g_IuxDoVf0npEicUCT3x39GJqo1cfpkalC7aV1Z1hFY,45004
|
|
25
|
-
pygeodesy/epsg.py,sha256=Vq_M1g7Z0x5Noqsmt6OCQkPdYJj4jpWObtixL5pAjDA,8220
|
|
26
|
-
pygeodesy/errors.py,sha256=AL-o8q1PqkTcCJTmY6g6iG9BoCpxUONhIFohgekryYw,32098
|
|
27
|
-
pygeodesy/etm.py,sha256=yUXxfdLKlr84a2gtv_ZGGxp1sLOqNvNr7XaOHNwqMb0,46722
|
|
28
|
-
pygeodesy/fmath.py,sha256=9F3381NhthGX92YoFKflAWOZlRwxFv4xJUPJnFy0Hdw,36848
|
|
29
|
-
pygeodesy/formy.py,sha256=s9s-aY3viaMMBnb4jhHE0ZowDUfIcuM-_r9gvilo5B4,75116
|
|
30
|
-
pygeodesy/frechet.py,sha256=F6TYbOEYSOFcll6nvp4GhqafUWXh1umAKb1QaMYQtuM,34372
|
|
31
|
-
pygeodesy/fstats.py,sha256=8Vn1cwlgCQD444WX8FfAEC-AXQcJDeI9_i14Mizp59U,28288
|
|
32
|
-
pygeodesy/fsums.py,sha256=ictqTC7QHDoXcvJxGN66Z_OHnnxSIwXQjlVAOffb8zM,103970
|
|
33
|
-
pygeodesy/gars.py,sha256=KRlyZUv1euEl7ZkDYSZG913GAfFMRG2m2hp37ObYY_Y,11829
|
|
34
|
-
pygeodesy/geodesici.py,sha256=4Elhe9Z8tcVFD46K0HKd_TSS24CQmgQGGlDk6DnBnmo,74775
|
|
35
|
-
pygeodesy/geodesicw.py,sha256=U4mLBOe3x2wGqMynBbO23drd1d9iUXOlBWuNMKdohQ0,28774
|
|
36
|
-
pygeodesy/geodsolve.py,sha256=qYDzQqpfrNcwts1z_yk1HjZ8IlmUXLpda46LHfu4fgs,28989
|
|
37
|
-
pygeodesy/geohash.py,sha256=gDmDI91GOJAdNiAcf9bHq8I581UfPnMmwjWyJlPHRlM,40201
|
|
38
|
-
pygeodesy/geoids.py,sha256=ZfKz2M8gSIGpzooq6or-GqiGQWsMFOLG7VQeiLwX6rA,82491
|
|
39
|
-
pygeodesy/hausdorff.py,sha256=-aKtRbMefDSoIk4V3wCvNrXPZ7Bqk1P6-XuGuI7o8Zc,34770
|
|
40
|
-
pygeodesy/heights.py,sha256=TaEDSLRD5Nsvo0SuU6u-ohATGOwMFxVd5j7DTA9izZc,42909
|
|
41
|
-
pygeodesy/internals.py,sha256=C3Iai8ViVYIC0UnY52fdYTZnfClELtQS4ccPij4Omyo,24299
|
|
42
|
-
pygeodesy/interns.py,sha256=t8hQ3Y1QHzVkoQxq8Z9f0YjkpRC0oB0G7hpV894aYjw,23403
|
|
43
|
-
pygeodesy/iters.py,sha256=xPH0ytomvJeKHu717Fjzi3QbRrEikO6n7vqkY_IDz1k,20311
|
|
44
|
-
pygeodesy/karney.py,sha256=GvyR_tHLRWQ5tsFjnp0R8OTZaBXkPnL8eprSMDJx1mM,40466
|
|
45
|
-
pygeodesy/ktm.py,sha256=pMKiQgtXqnjTNPrVt21N_3x0dFPLuHW0IlOYg3dNjaY,27208
|
|
46
|
-
pygeodesy/latlonBase.py,sha256=2aI0ryg-tRgBuemkJYQkfLkNVi3t2cX2NM7w7wdIebw,79074
|
|
47
|
-
pygeodesy/lazily.py,sha256=JMLMYtzJBxCHyAAJ1pNBiDUVuFimhJChKWXv2nDzA0M,46655
|
|
48
|
-
pygeodesy/lcc.py,sha256=Oa-u7bf_N9aF3D8Yr75In3kXQ2M4SRgGkyyt8aixo8c,25671
|
|
49
|
-
pygeodesy/ltp.py,sha256=tEBBq0U_wfB_8NQG5eEW13nQ2Z8rL6zq1McGcv2YBuI,50751
|
|
50
|
-
pygeodesy/ltpTuples.py,sha256=1AHablDH-A9KRVHMcNPcyu4y6P9kOi10BcqvIKFQrKk,58545
|
|
51
|
-
pygeodesy/mgrs.py,sha256=kVoKDYtm4FhX8BoEKSYbiJ-G_DrT4trb08xjlvpEl1o,29819
|
|
52
|
-
pygeodesy/named.py,sha256=VGY4txpgn7rALFq98zhfCQ0pOC_aPUFVa56TItzFCeM,52510
|
|
53
|
-
pygeodesy/namedTuples.py,sha256=e0rV1Zb2tbx8fztXcSkUFsRTmZtye8B5i_Hi4vBUndU,28758
|
|
54
|
-
pygeodesy/nvectorBase.py,sha256=Xy1TDcH5UuUelVZ7aSKX85hx3fLlpDkYDhuoZijQ1vI,28644
|
|
55
|
-
pygeodesy/osgr.py,sha256=-Ur966glrRhjxtV9DNo920j45PtsUPEQsiy8m1CMhOk,30777
|
|
56
|
-
pygeodesy/points.py,sha256=Vs9vShhBxebgo7UdHlt7Ov4D4Chfa723BZxV0_kpgGk,64389
|
|
57
|
-
pygeodesy/props.py,sha256=Qhs5TpcqoHPA64l-P1GQgG8zlboDsAqzVchDsKv2dn8,24565
|
|
58
|
-
pygeodesy/resections.py,sha256=pl3THJgLKnWEfQaQD1lklt6GfFjaX24ceNZb8PpK7zY,43584
|
|
59
|
-
pygeodesy/simplify.py,sha256=b7oSR2B3yYpwElBeJiyYyK_yFbxwz2Bzx51pymIluwE,25251
|
|
60
|
-
pygeodesy/solveBase.py,sha256=DpgFNHmWs1GUwCViAU-9iBsmKLVFNc8kW1zrDNi31FY,18485
|
|
61
|
-
pygeodesy/sphericalBase.py,sha256=lsjzDWm3VUxKTpKASqZJDYw7M_CJ4eCgzp3LiCJvMt8,32110
|
|
62
|
-
pygeodesy/sphericalNvector.py,sha256=Q3DUujU_xmNcPs0_vfAF8pQAtqOsBQLhq_Rz5WB-TdM,54778
|
|
63
|
-
pygeodesy/sphericalTrigonometry.py,sha256=lfhV2radLDKIK5NjkdtJSRb4alRAT-m0LS0Sb0EtOzk,63959
|
|
64
|
-
pygeodesy/streprs.py,sha256=ItNnTqkE_TMZtqgsRhDonrRDpi5gXtD44sQ_D3Qfsd0,23418
|
|
65
|
-
pygeodesy/trf.py,sha256=hxh6WA7IibL09dHoGMBKQeSXrRFPsYQV0F-LPAD40v4,119073
|
|
66
|
-
pygeodesy/triaxials.py,sha256=priBlyuraA1VhNbN0gv_UAXuulAwV14XjOBvu_oJA4U,63559
|
|
67
|
-
pygeodesy/units.py,sha256=Mr7kLZPSFSMp-xiKy6fqAXuop2LWSZIwWUElGMaWFJY,35316
|
|
68
|
-
pygeodesy/unitsBase.py,sha256=ZZ-VDntCOTjSerQJf9aaLE_J0lozrpmUhynRBaCtg24,14060
|
|
69
|
-
pygeodesy/ups.py,sha256=qRyk3tnQNRD7KgWGPANWOrg6Hxqd9eS7vN8or_tKk4E,23338
|
|
70
|
-
pygeodesy/utily.py,sha256=qLxVVE57PHEu1stJaULIYHZ6G-uNe7Fy_uoQfmNbXUg,36189
|
|
71
|
-
pygeodesy/utm.py,sha256=mJLJq5sEnYYtOpBs2KYiDB6bjKxfFRS1_36-Yn7HLEM,31108
|
|
72
|
-
pygeodesy/utmups.py,sha256=g2Z_aEOt6fhV9f4fASlW4_K_O_P4zBsBbWfQV11mIKo,13196
|
|
73
|
-
pygeodesy/utmupsBase.py,sha256=S4s1Sehj9jSMy-XRxwtwVstG3QhyVt924V0FHu0cPIk,18730
|
|
74
|
-
pygeodesy/vector2d.py,sha256=L-2g3EDZGZD6lYlTrDjInsIELul3UGVjR9eMRagVm6o,39649
|
|
75
|
-
pygeodesy/vector3d.py,sha256=8CA80VxV7XJvBrT3kVO13qMT3qsEoEIHvLYzFz7wIxE,42532
|
|
76
|
-
pygeodesy/vector3dBase.py,sha256=gLOFfUrSFFlmX3R-LmMfAvWwntAcgaF3YqBBtNbfbMw,36289
|
|
77
|
-
pygeodesy/webmercator.py,sha256=iMtKf_vNiM4wiH7rewVzpjMjI7C_qm_ZmSjQBTZ_y0s,14936
|
|
78
|
-
pygeodesy/wgrs.py,sha256=VWBkk_rf-DjpG9o_tqVMCR7FJyEh7holdTsJo1v9ads,15455
|
|
79
|
-
pygeodesy/auxilats/_CX_4.py,sha256=WsxGrwqEhdWBx-K5ocwwDuatIkDTZB-FwrqQITbcNU0,6829
|
|
80
|
-
pygeodesy/auxilats/_CX_6.py,sha256=PsaVhzOdCDyRuZ-SH6ZwbWrf_rAkidtwLuAQTlvv5XQ,11277
|
|
81
|
-
pygeodesy/auxilats/_CX_8.py,sha256=mxk12xvzOMNimyHM74fn9sFB0aUSBLojYqtenYhAekQ,18899
|
|
82
|
-
pygeodesy/auxilats/_CX_Rs.py,sha256=z7UXI7KUyURE44wGuLJE2on6SlgAZzfbay4jkbpON1U,7967
|
|
83
|
-
pygeodesy/auxilats/__init__.py,sha256=ywIs1e5wes3qq3dvCvX0VdxoGtFNQwBmY8Ar-07f9Kg,2881
|
|
84
|
-
pygeodesy/auxilats/__main__.py,sha256=pb0GWDrrg440xNvHvPAz-UTGrLu2uXp4g-RlbkW7P6c,3171
|
|
85
|
-
pygeodesy/auxilats/auxAngle.py,sha256=nr-su1loEbv1uVxg7_cEjH0M1DLyodsulPfq4NVT5kY,16745
|
|
86
|
-
pygeodesy/auxilats/auxDLat.py,sha256=3sq7Wc-ykpVbldNh10IZ3tIlJ7DcQFDlmZ4nOhJEgo0,10969
|
|
87
|
-
pygeodesy/auxilats/auxDST.py,sha256=BSHR0M3hQBR1KjF_BUJHrNzGXr2PblYXUQsMD5L1Kcc,10468
|
|
88
|
-
pygeodesy/auxilats/auxLat.py,sha256=7uxe7mtkY-9uSI3z2wmUNBqzCKyFujIpJU1v-8yDgds,31934
|
|
89
|
-
pygeodesy/auxilats/auxily.py,sha256=X1y4_qC40Th7CgmZILqoQCLAUQoyORcR5W-bN4X0W4I,7882
|
|
90
|
-
pygeodesy/deprecated/__init__.py,sha256=r_oHilCAEi6DmNefqMxLswOD8r7KK0qVaQbw_jq-A-E,2815
|
|
91
|
-
pygeodesy/deprecated/bases.py,sha256=nxUtxscAg5cb7HEzTSmPJFafLc9Ad2SL5ovwkYaU5z8,1655
|
|
92
|
-
pygeodesy/deprecated/classes.py,sha256=mt0qomTmDwhI1o06cqgHs-_KPe9uwVX5q4QeRkwTyp0,12469
|
|
93
|
-
pygeodesy/deprecated/consterns.py,sha256=W-rQiw443_zCFEUzjCGykGND-i5P_ghEIyJUSGg7-Nc,1908
|
|
94
|
-
pygeodesy/deprecated/datum.py,sha256=s8Hke053RucP5ACvg3gdX8weQfGM0x59pQyHpY11eOs,1875
|
|
95
|
-
pygeodesy/deprecated/functions.py,sha256=rf743PWGPP69Ay2TydjnF8YCBXm3p5y1jZvLCPu1wtc,14217
|
|
96
|
-
pygeodesy/deprecated/nvector.py,sha256=_dZf84RdmPr7e7i8Yi683R-8Mqn0ipTqIsDhNl29hGo,2117
|
|
97
|
-
pygeodesy/deprecated/rhumbBase.py,sha256=d7YKW--dnRpobB2CSvhFsntWF0B5-HYJqID2pv5lD5k,1375
|
|
98
|
-
pygeodesy/deprecated/rhumbaux.py,sha256=n29xazYMbVG4MJkLjAGu8B88bbcFF5xnvuj9xSxjfIk,1428
|
|
99
|
-
pygeodesy/deprecated/rhumbsolve.py,sha256=QprjRfo5T1_C4ovaa1cffAcmNczzkhGIfmybAup9a9w,1431
|
|
100
|
-
pygeodesy/deprecated/rhumbx.py,sha256=OS0p_meaoVrpZe5UhK6qZljjlrGpL0pCHWw8gofw7ks,1425
|
|
101
|
-
pygeodesy/geodesicx/_C4_24.py,sha256=r5-So2i4z-OFY6NFYERUvhtxYHaYphPRgUUC3PWC5K4,90707
|
|
102
|
-
pygeodesy/geodesicx/_C4_27.py,sha256=Pkpns4kBAHxBcvi0f9l_3GQeE6qcrl123DccEQ593To,134215
|
|
103
|
-
pygeodesy/geodesicx/_C4_30.py,sha256=cseNhROi7DHi77kgdrXXDXO6yiiq00DNcX0HOVf2Rpg,201921
|
|
104
|
-
pygeodesy/geodesicx/__init__.py,sha256=1ALfFc-DVxhdicPFtqrfLd2up5-VnBSWX0ZB7aHk-S0,2478
|
|
105
|
-
pygeodesy/geodesicx/__main__.py,sha256=wsJPK6lW_PsgVCR1ZJksgGhwxwrsMGSXhYkhpjbknTc,4188
|
|
106
|
-
pygeodesy/geodesicx/gx.py,sha256=yeNpMQbw_uWfs4KOQX8RMAQt6WNsG3zsGgmZRVgbQIk,60612
|
|
107
|
-
pygeodesy/geodesicx/gxarea.py,sha256=cJaXwMMxjQ21RiCGU7c2YLXNmrqkRawHxQxsg7o5gas,19454
|
|
108
|
-
pygeodesy/geodesicx/gxbases.py,sha256=AyvsjiSENqikJK6qpm55rDkUlBSmTDk_-FoqzzMFX1M,6130
|
|
109
|
-
pygeodesy/geodesicx/gxline.py,sha256=zNQF8lz9caHZlsUcL8NfjG02KIza39Q6Qd6XizDp_UI,27537
|
|
110
|
-
pygeodesy/rhumb/__init__.py,sha256=mejjuzcbm4zJJIWEcKCXObDIZoF1e_dtIaChg0mYbr4,2207
|
|
111
|
-
pygeodesy/rhumb/aux_.py,sha256=XN0zlNwhU525NdcHko-G_Igvc7-mzXbT7ypcVIt5ADw,16048
|
|
112
|
-
pygeodesy/rhumb/bases.py,sha256=e_ASUIK9ABtORVZaTMiFMGRc3w2wKGNDPdJEfVCp5CU,54162
|
|
113
|
-
pygeodesy/rhumb/ekx.py,sha256=JsmdCatWKqsffF8jCh4HDu5IKt_kHq1qUdmP1LMuofY,24044
|
|
114
|
-
pygeodesy/rhumb/solve.py,sha256=uP7TJyR529HNZsgmXeV6yAHhDJVBoUC-fEVBUx4-Sd0,23943
|
|
115
|
-
PyGeodesy-24.11.11.dist-info/METADATA,sha256=mv6od5GdIMWcu0qcRzP4L3B3jhe9pWXj56V8xRRefRk,19916
|
|
116
|
-
PyGeodesy-24.11.11.dist-info/WHEEL,sha256=QyeGbh-t8WT0nt0_LNSP02jN-g4ymd1egk1U3osCGMU,110
|
|
117
|
-
PyGeodesy-24.11.11.dist-info/top_level.txt,sha256=cEQPatCXzKZqrivpULC5V5fuy9_V_bAwaP_gUGid7pQ,10
|
|
118
|
-
PyGeodesy-24.11.11.dist-info/RECORD,,
|
|
File without changes
|