pyTMD 2.2.2__tar.gz → 2.2.4__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.2 → pytmd-2.2.4}/CITATION.cff +2 -2
- {pytmd-2.2.2 → pytmd-2.2.4}/PKG-INFO +6 -4
- {pytmd-2.2.2 → pytmd-2.2.4}/README.rst +1 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/arguments.py +623 -173
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/astro.py +405 -102
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/compute.py +9 -2
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/crs.py +1 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/doodson.json +14 -18
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/interpolate.py +2 -2
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/IERS.py +2 -2
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/OTIS.py +13 -9
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/constituents.py +53 -11
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/model.py +8 -8
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/math.py +6 -5
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/predict.py +40 -23
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/solve/constants.py +1 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/spatial.py +135 -61
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD.egg-info/PKG-INFO +6 -4
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD.egg-info/SOURCES.txt +0 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD.egg-info/requires.txt +1 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/pyproject.toml +2 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/scripts/reduce_OTIS_files.py +2 -0
- pytmd-2.2.4/version.txt +1 -0
- pytmd-2.2.2/scripts/usap_cats_tides.py +0 -137
- pytmd-2.2.2/version.txt +0 -1
- {pytmd-2.2.2 → pytmd-2.2.4}/.gitignore +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/CODE_OF_CONDUCT.rst +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/CONTRIBUTORS.rst +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/LICENSE +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/MANIFEST.in +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/AVISO.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/ESR.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/GSFC.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/README.rst +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/TPXO.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/_model_to_database.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/_providers_to_database.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/_update_providers.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/providers/providers.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/__init__.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/compute_tide_corrections.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/ce1973_tab1.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/ct1971_tab5.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/d1921_tab.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/database.json +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/opoleloadcoefcmcor.txt.gz +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/tab5.2e.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/tab5.3a.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/data/tab5.3b.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/ellipse.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/ATLAS.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/FES.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/GOT.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/io/__init__.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/solve/__init__.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/tools.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/utilities.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD/version.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD.egg-info/dependency_links.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/pyTMD.egg-info/top_level.txt +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/scripts/arcticdata_tides.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/scripts/aviso_fes_tides.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/scripts/gsfc_got_tides.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/scripts/verify_box_tpxo.py +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/setup.cfg +0 -0
- {pytmd-2.2.2 → pytmd-2.2.4}/setup.py +0 -0
|
@@ -36,8 +36,8 @@ 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-
|
|
39
|
+
version: "2.2.4"
|
|
40
|
+
date-released: "2025-05-07"
|
|
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.4
|
|
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
|
|
@@ -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"
|
|
@@ -82,6 +83,7 @@ Requires-Dist: pytest>=4.6; extra == "dev"
|
|
|
82
83
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
83
84
|
Requires-Dist: oct2py; extra == "dev"
|
|
84
85
|
Requires-Dist: boto3; extra == "dev"
|
|
86
|
+
Dynamic: license-file
|
|
85
87
|
|
|
86
88
|
=====
|
|
87
89
|
pyTMD
|
|
@@ -107,7 +109,7 @@ pyTMD
|
|
|
107
109
|
:target: https://anaconda.org/conda-forge/pytmd
|
|
108
110
|
|
|
109
111
|
.. |commits-since| image:: https://img.shields.io/github/commits-since/pyTMD/pyTMD/latest
|
|
110
|
-
:target: https://github.com/pyTMD/pyTMD/releases
|
|
112
|
+
:target: https://github.com/pyTMD/pyTMD/releases/latest
|
|
111
113
|
|
|
112
114
|
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5555395.svg
|
|
113
115
|
:target: https://doi.org/10.5281/zenodo.5555395
|
|
@@ -22,7 +22,7 @@ pyTMD
|
|
|
22
22
|
:target: https://anaconda.org/conda-forge/pytmd
|
|
23
23
|
|
|
24
24
|
.. |commits-since| image:: https://img.shields.io/github/commits-since/pyTMD/pyTMD/latest
|
|
25
|
-
:target: https://github.com/pyTMD/pyTMD/releases
|
|
25
|
+
:target: https://github.com/pyTMD/pyTMD/releases/latest
|
|
26
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
|