pyTMD 2.2.1__tar.gz → 2.2.3__tar.gz
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.
- {pytmd-2.2.1 → pytmd-2.2.3}/CITATION.cff +3 -3
- {pytmd-2.2.1 → pytmd-2.2.3}/PKG-INFO +17 -19
- {pytmd-2.2.1 → pytmd-2.2.3}/README.rst +10 -10
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/__init__.py +1 -8
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/arguments.py +255 -103
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/astro.py +391 -101
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/compute.py +12 -7
- pytmd-2.2.3/pyTMD/crs.py +247 -0
- pytmd-2.2.3/pyTMD/data/d1921_tab.txt +21 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/doodson.json +12 -16
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/interpolate.py +2 -2
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/IERS.py +2 -2
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/OTIS.py +13 -9
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/constituents.py +61 -15
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/model.py +8 -8
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/math.py +2 -2
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/predict.py +34 -19
- pytmd-2.2.3/pyTMD/spatial.py +1493 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD.egg-info/PKG-INFO +17 -19
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD.egg-info/SOURCES.txt +1 -9
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD.egg-info/requires.txt +1 -5
- {pytmd-2.2.1 → pytmd-2.2.3}/pyproject.toml +5 -10
- pytmd-2.2.3/version.txt +1 -0
- pytmd-2.2.1/pyTMD/check_points.py +0 -119
- pytmd-2.2.1/pyTMD/crs.py +0 -629
- pytmd-2.2.1/pyTMD/eop.py +0 -240
- pytmd-2.2.1/pyTMD/spatial.py +0 -2275
- pytmd-2.2.1/pyTMD/time.py +0 -355
- pytmd-2.2.1/scripts/compute_LPET_elevations.py +0 -413
- pytmd-2.2.1/scripts/compute_LPT_displacements.py +0 -533
- pytmd-2.2.1/scripts/compute_OPT_displacements.py +0 -565
- pytmd-2.2.1/scripts/compute_SET_displacements.py +0 -511
- pytmd-2.2.1/scripts/compute_tidal_currents.py +0 -640
- pytmd-2.2.1/scripts/compute_tidal_elevations.py +0 -646
- pytmd-2.2.1/version.txt +0 -1
- {pytmd-2.2.1 → pytmd-2.2.3}/.gitignore +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/CODE_OF_CONDUCT.rst +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/CONTRIBUTORS.rst +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/LICENSE +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/MANIFEST.in +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/AVISO.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/ESR.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/GSFC.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/README.rst +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/TPXO.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/_model_to_database.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/_providers_to_database.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/_update_providers.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/providers/providers.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/compute_tide_corrections.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/ce1973_tab1.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/ct1971_tab5.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/database.json +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/opoleloadcoefcmcor.txt.gz +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/tab5.2e.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/tab5.3a.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/data/tab5.3b.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/ellipse.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/ATLAS.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/FES.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/GOT.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/io/__init__.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/solve/__init__.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/solve/constants.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/tools.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/utilities.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD/version.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD.egg-info/dependency_links.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/pyTMD.egg-info/top_level.txt +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/arcticdata_tides.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/aviso_fes_tides.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/gsfc_got_tides.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/reduce_OTIS_files.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/usap_cats_tides.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/scripts/verify_box_tpxo.py +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/setup.cfg +0 -0
- {pytmd-2.2.1 → pytmd-2.2.3}/setup.py +0 -0
|
@@ -31,13 +31,13 @@ identifiers:
|
|
|
31
31
|
- type: doi
|
|
32
32
|
value: 10.5281/zenodo.5555395
|
|
33
33
|
description: Zenodo Archive
|
|
34
|
-
repository-code: 'https://github.com/
|
|
34
|
+
repository-code: 'https://github.com/pyTMD/pyTMD'
|
|
35
35
|
url: 'https://pytmd.readthedocs.io'
|
|
36
36
|
repository: 'https://pypi.org/project/pyTMD'
|
|
37
37
|
repository-artifact: 'https://anaconda.org/conda-forge/pytmd'
|
|
38
38
|
doi: "10.5281/zenodo.5555395"
|
|
39
|
-
version: "2.2.
|
|
40
|
-
date-released: "2025-02
|
|
39
|
+
version: "2.2.3"
|
|
40
|
+
date-released: "2025-04-02"
|
|
41
41
|
keywords:
|
|
42
42
|
- Ocean Tides
|
|
43
43
|
- Load Tides
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyTMD
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: Python-based tidal prediction software for estimating ocean, load, solid Earth and pole tides
|
|
5
5
|
Author: Tyler Sutterley
|
|
6
6
|
Author-email: tsutterl@uw.edu
|
|
@@ -29,8 +29,8 @@ License: MIT License
|
|
|
29
29
|
|
|
30
30
|
Project-URL: Homepage, https://pytmd.readthedocs.io
|
|
31
31
|
Project-URL: Documentation, https://pytmd.readthedocs.io
|
|
32
|
-
Project-URL: Repository, https://github.com/
|
|
33
|
-
Project-URL: Issues, https://github.com/
|
|
32
|
+
Project-URL: Repository, https://github.com/pyTMD/pyTMD
|
|
33
|
+
Project-URL: Issues, https://github.com/pyTMD/pyTMD/issues
|
|
34
34
|
Keywords: Ocean Tides,Load Tides,Pole Tides,Solid Earth Tides,Tidal Prediction
|
|
35
35
|
Classifier: Development Status :: 3 - Alpha
|
|
36
36
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -45,6 +45,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
45
45
|
Classifier: Programming Language :: Python :: 3.11
|
|
46
46
|
Classifier: Programming Language :: Python :: 3.12
|
|
47
47
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
48
|
+
Classifier: Topic :: Scientific/Engineering :: Oceanography
|
|
48
49
|
Requires-Python: ~=3.6
|
|
49
50
|
Description-Content-Type: text/x-rst
|
|
50
51
|
License-File: LICENSE
|
|
@@ -55,7 +56,7 @@ Requires-Dist: pyproj
|
|
|
55
56
|
Requires-Dist: python-dateutil
|
|
56
57
|
Requires-Dist: scipy>=1.10.1
|
|
57
58
|
Requires-Dist: setuptools_scm
|
|
58
|
-
Requires-Dist: timescale>=0.0.
|
|
59
|
+
Requires-Dist: timescale>=0.0.8
|
|
59
60
|
Provides-Extra: doc
|
|
60
61
|
Requires-Dist: docutils; extra == "doc"
|
|
61
62
|
Requires-Dist: fontconfig; extra == "doc"
|
|
@@ -70,22 +71,19 @@ Requires-Dist: sphinx-design; extra == "doc"
|
|
|
70
71
|
Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
71
72
|
Provides-Extra: all
|
|
72
73
|
Requires-Dist: cartopy; extra == "all"
|
|
73
|
-
Requires-Dist: gdal; extra == "all"
|
|
74
|
-
Requires-Dist: h5py; extra == "all"
|
|
75
74
|
Requires-Dist: ipyleaflet; extra == "all"
|
|
76
75
|
Requires-Dist: ipywidgets; extra == "all"
|
|
77
76
|
Requires-Dist: jplephem; extra == "all"
|
|
78
77
|
Requires-Dist: matplotlib; extra == "all"
|
|
79
|
-
Requires-Dist: mpi4py; extra == "all"
|
|
80
78
|
Requires-Dist: notebook; extra == "all"
|
|
81
79
|
Requires-Dist: pandas; extra == "all"
|
|
82
|
-
Requires-Dist: pyyaml; extra == "all"
|
|
83
80
|
Provides-Extra: dev
|
|
84
81
|
Requires-Dist: flake8; extra == "dev"
|
|
85
82
|
Requires-Dist: pytest>=4.6; extra == "dev"
|
|
86
83
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
87
84
|
Requires-Dist: oct2py; extra == "dev"
|
|
88
85
|
Requires-Dist: boto3; extra == "dev"
|
|
86
|
+
Dynamic: license-file
|
|
89
87
|
|
|
90
88
|
=====
|
|
91
89
|
pyTMD
|
|
@@ -93,26 +91,26 @@ pyTMD
|
|
|
93
91
|
|
|
94
92
|
|License|
|
|
95
93
|
|Documentation Status|
|
|
96
|
-
|Coverage Status|
|
|
97
94
|
|PyPI|
|
|
98
95
|
|conda-forge|
|
|
96
|
+
|commits-since|
|
|
99
97
|
|zenodo|
|
|
100
98
|
|
|
101
|
-
.. |License| image:: https://img.shields.io/github/license/
|
|
102
|
-
:target: https://github.com/
|
|
99
|
+
.. |License| image:: https://img.shields.io/github/license/pyTMD/pyTMD
|
|
100
|
+
:target: https://github.com/pyTMD/pyTMD/blob/main/LICENSE
|
|
103
101
|
|
|
104
102
|
.. |Documentation Status| image:: https://readthedocs.org/projects/pytmd/badge/?version=latest
|
|
105
103
|
:target: https://pytmd.readthedocs.io/en/latest/?badge=latest
|
|
106
104
|
|
|
107
|
-
.. |Coverage Status| image:: https://codecov.io/gh/tsutterley/pyTMD/branch/main/graph/badge.svg
|
|
108
|
-
:target: https://codecov.io/gh/tsutterley/pyTMD
|
|
109
|
-
|
|
110
105
|
.. |PyPI| image:: https://img.shields.io/pypi/v/pyTMD.svg
|
|
111
106
|
:target: https://pypi.python.org/pypi/pyTMD/
|
|
112
107
|
|
|
113
108
|
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytmd
|
|
114
109
|
:target: https://anaconda.org/conda-forge/pytmd
|
|
115
110
|
|
|
111
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pyTMD/pyTMD/latest
|
|
112
|
+
:target: https://github.com/pyTMD/pyTMD/releases/latest
|
|
113
|
+
|
|
116
114
|
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5555395.svg
|
|
117
115
|
:target: https://doi.org/10.5281/zenodo.5555395
|
|
118
116
|
|
|
@@ -149,7 +147,7 @@ Development version from GitHub:
|
|
|
149
147
|
|
|
150
148
|
.. code-block:: bash
|
|
151
149
|
|
|
152
|
-
python3 -m pip install git+https://github.com/
|
|
150
|
+
python3 -m pip install git+https://github.com/pyTMD/pyTMD.git
|
|
153
151
|
|
|
154
152
|
Dependencies
|
|
155
153
|
############
|
|
@@ -178,9 +176,9 @@ Download
|
|
|
178
176
|
########
|
|
179
177
|
|
|
180
178
|
| The program homepage is:
|
|
181
|
-
| https://github.com/
|
|
179
|
+
| https://github.com/pyTMD/pyTMD
|
|
182
180
|
| A zip archive of the latest version is available directly at:
|
|
183
|
-
| https://github.com/
|
|
181
|
+
| https://github.com/pyTMD/pyTMD/archive/main.zip
|
|
184
182
|
|
|
185
183
|
Alternative Software
|
|
186
184
|
####################
|
|
@@ -204,7 +202,7 @@ Contributing
|
|
|
204
202
|
############
|
|
205
203
|
|
|
206
204
|
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
|
|
207
|
-
If you would like to contribute to the project, please have a look at the `open issues <https://github.com/
|
|
205
|
+
If you would like to contribute to the project, please have a look at the `open issues <https://github.com/pyTMD/pyTMD/issues>`_ and `discussions board <https://github.com/pyTMD/pyTMD/discussions>`_.
|
|
208
206
|
|
|
209
207
|
Credits
|
|
210
208
|
#######
|
|
@@ -4,26 +4,26 @@ pyTMD
|
|
|
4
4
|
|
|
5
5
|
|License|
|
|
6
6
|
|Documentation Status|
|
|
7
|
-
|Coverage Status|
|
|
8
7
|
|PyPI|
|
|
9
8
|
|conda-forge|
|
|
9
|
+
|commits-since|
|
|
10
10
|
|zenodo|
|
|
11
11
|
|
|
12
|
-
.. |License| image:: https://img.shields.io/github/license/
|
|
13
|
-
:target: https://github.com/
|
|
12
|
+
.. |License| image:: https://img.shields.io/github/license/pyTMD/pyTMD
|
|
13
|
+
:target: https://github.com/pyTMD/pyTMD/blob/main/LICENSE
|
|
14
14
|
|
|
15
15
|
.. |Documentation Status| image:: https://readthedocs.org/projects/pytmd/badge/?version=latest
|
|
16
16
|
:target: https://pytmd.readthedocs.io/en/latest/?badge=latest
|
|
17
17
|
|
|
18
|
-
.. |Coverage Status| image:: https://codecov.io/gh/tsutterley/pyTMD/branch/main/graph/badge.svg
|
|
19
|
-
:target: https://codecov.io/gh/tsutterley/pyTMD
|
|
20
|
-
|
|
21
18
|
.. |PyPI| image:: https://img.shields.io/pypi/v/pyTMD.svg
|
|
22
19
|
:target: https://pypi.python.org/pypi/pyTMD/
|
|
23
20
|
|
|
24
21
|
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytmd
|
|
25
22
|
:target: https://anaconda.org/conda-forge/pytmd
|
|
26
23
|
|
|
24
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pyTMD/pyTMD/latest
|
|
25
|
+
:target: https://github.com/pyTMD/pyTMD/releases/latest
|
|
26
|
+
|
|
27
27
|
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5555395.svg
|
|
28
28
|
:target: https://doi.org/10.5281/zenodo.5555395
|
|
29
29
|
|
|
@@ -60,7 +60,7 @@ Development version from GitHub:
|
|
|
60
60
|
|
|
61
61
|
.. code-block:: bash
|
|
62
62
|
|
|
63
|
-
python3 -m pip install git+https://github.com/
|
|
63
|
+
python3 -m pip install git+https://github.com/pyTMD/pyTMD.git
|
|
64
64
|
|
|
65
65
|
Dependencies
|
|
66
66
|
############
|
|
@@ -89,9 +89,9 @@ Download
|
|
|
89
89
|
########
|
|
90
90
|
|
|
91
91
|
| The program homepage is:
|
|
92
|
-
| https://github.com/
|
|
92
|
+
| https://github.com/pyTMD/pyTMD
|
|
93
93
|
| A zip archive of the latest version is available directly at:
|
|
94
|
-
| https://github.com/
|
|
94
|
+
| https://github.com/pyTMD/pyTMD/archive/main.zip
|
|
95
95
|
|
|
96
96
|
Alternative Software
|
|
97
97
|
####################
|
|
@@ -115,7 +115,7 @@ Contributing
|
|
|
115
115
|
############
|
|
116
116
|
|
|
117
117
|
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
|
|
118
|
-
If you would like to contribute to the project, please have a look at the `open issues <https://github.com/
|
|
118
|
+
If you would like to contribute to the project, please have a look at the `open issues <https://github.com/pyTMD/pyTMD/issues>`_ and `discussions board <https://github.com/pyTMD/pyTMD/discussions>`_.
|
|
119
119
|
|
|
120
120
|
Credits
|
|
121
121
|
#######
|
|
@@ -24,14 +24,9 @@ import pyTMD.utilities
|
|
|
24
24
|
import pyTMD.version
|
|
25
25
|
from pyTMD import io
|
|
26
26
|
from pyTMD import solve
|
|
27
|
-
from pyTMD.crs import
|
|
28
|
-
crs,
|
|
29
|
-
datum,
|
|
30
|
-
_ellipsoids
|
|
31
|
-
)
|
|
27
|
+
from pyTMD.crs import crs
|
|
32
28
|
|
|
33
29
|
# Deprecated functions
|
|
34
|
-
from pyTMD.check_points import check_points
|
|
35
30
|
from pyTMD.compute_tide_corrections import (
|
|
36
31
|
compute_corrections,
|
|
37
32
|
compute_tide_corrections,
|
|
@@ -40,8 +35,6 @@ from pyTMD.compute_tide_corrections import (
|
|
|
40
35
|
compute_OPT_corrections,
|
|
41
36
|
compute_SET_corrections,
|
|
42
37
|
)
|
|
43
|
-
import pyTMD.eop
|
|
44
|
-
import pyTMD.time
|
|
45
38
|
|
|
46
39
|
# get semantic version from setuptools-scm
|
|
47
40
|
__version__ = pyTMD.version.version
|