pyhardisp 0.2.1__tar.gz → 0.2.2__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.
- {pyhardisp-0.2.1/pyhardisp.egg-info → pyhardisp-0.2.2}/PKG-INFO +1 -1
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/README.md +1 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp/__init__.py +1 -1
- {pyhardisp-0.2.1 → pyhardisp-0.2.2/pyhardisp.egg-info}/PKG-INFO +1 -1
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyproject.toml +1 -1
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/LICENCE +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/LICENSE_IERS.txt +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/MANIFEST.in +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/README_PYTHON_CONVERSION.md +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/ocean_loading_nm_s2.csv +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp/core.py +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/SOURCES.txt +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/dependency_links.txt +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/requires.txt +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/top_level.txt +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/setup.cfg +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/ADMINT.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/ETUTC.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/EVAL.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/HARDISP.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/JULDAT.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/LEAP.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/MDAY.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/RECURS.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/SHELLS.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/SPLINE.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/TDFRPH.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/TOYMD.F +0 -0
- {pyhardisp-0.2.1 → pyhardisp-0.2.2}/tests/tests.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhardisp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program
|
|
5
5
|
Author: IERS Conventions, Python Conversion - Craig Miller
|
|
6
6
|
License-Expression: LicenseRef-IERS
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://codecov.io/gh/craigmillernz/pyhardisp)
|
|
4
4
|
[](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml)
|
|
5
|
+
[](https://doi.org/10.5281/zenodo.20189637)
|
|
5
6
|
|
|
6
7
|
## 📋 What is HARDISP vs pyhardisp?
|
|
7
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhardisp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program
|
|
5
5
|
Author: IERS Conventions, Python Conversion - Craig Miller
|
|
6
6
|
License-Expression: LicenseRef-IERS
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyhardisp"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program"
|
|
9
9
|
readme = "README_PYTHON_CONVERSION.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|