pyhardisp 0.2.2__tar.gz → 0.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.
- {pyhardisp-0.2.2/pyhardisp.egg-info → pyhardisp-0.2.3}/PKG-INFO +2 -6
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/README.md +6 -2
- {pyhardisp-0.2.2 → pyhardisp-0.2.3/pyhardisp.egg-info}/PKG-INFO +2 -6
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyproject.toml +2 -6
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/LICENCE +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/LICENSE_IERS.txt +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/MANIFEST.in +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/README_PYTHON_CONVERSION.md +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/ocean_loading_nm_s2.csv +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp/__init__.py +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp/core.py +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/SOURCES.txt +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/dependency_links.txt +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/requires.txt +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/top_level.txt +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/setup.cfg +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/ADMINT.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/ETUTC.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/EVAL.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/HARDISP.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/JULDAT.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/LEAP.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/MDAY.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/RECURS.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/SHELLS.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/SPLINE.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/TDFRPH.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/TOYMD.F +0 -0
- {pyhardisp-0.2.2 → pyhardisp-0.2.3}/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.3
|
|
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
|
|
@@ -10,15 +10,11 @@ Keywords: HARDISP,pyhardisp,ocean-loading,tidal,displacement,geodesy,IERS
|
|
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
|
11
11
|
Classifier: Intended Audience :: Science/Research
|
|
12
12
|
Classifier: Topic :: Scientific/Engineering
|
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
20
16
|
Classifier: Programming Language :: Python :: 3.14
|
|
21
|
-
Requires-Python: >=3.
|
|
17
|
+
Requires-Python: >=3.11
|
|
22
18
|
Description-Content-Type: text/markdown
|
|
23
19
|
License-File: LICENSE_IERS.txt
|
|
24
20
|
Requires-Dist: numpy>=1.19.0
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# pyhardisp Python Module - Quick Start Guide
|
|
2
2
|
|
|
3
3
|
[](https://codecov.io/gh/craigmillernz/pyhardisp)
|
|
4
|
-
|
|
4
|
+

|
|
5
|
+
[](https://pypi.org/project/pyhardisp/)
|
|
6
|
+
[](https://anaconda.org/conda-forge/pyhardisp)
|
|
7
|
+
[](LICENCE)
|
|
5
8
|
[](https://doi.org/10.5281/zenodo.20189637)
|
|
6
9
|
|
|
7
10
|
## 📋 What is HARDISP vs pyhardisp?
|
|
@@ -19,11 +22,12 @@ It's part of the IERS Conventions 2010 recommended models for correcting space g
|
|
|
19
22
|
|
|
20
23
|
```bash
|
|
21
24
|
# Requires:
|
|
22
|
-
- Python 3.
|
|
25
|
+
- Python 3.11+
|
|
23
26
|
- NumPy (> 1.19)
|
|
24
27
|
|
|
25
28
|
# Installation:
|
|
26
29
|
1. pip install pyhardisp
|
|
30
|
+
or
|
|
27
31
|
2. conda install -c conda-forge pyhardisp
|
|
28
32
|
|
|
29
33
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhardisp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
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
|
|
@@ -10,15 +10,11 @@ Keywords: HARDISP,pyhardisp,ocean-loading,tidal,displacement,geodesy,IERS
|
|
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
|
11
11
|
Classifier: Intended Audience :: Science/Research
|
|
12
12
|
Classifier: Topic :: Scientific/Engineering
|
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
20
16
|
Classifier: Programming Language :: Python :: 3.14
|
|
21
|
-
Requires-Python: >=3.
|
|
17
|
+
Requires-Python: >=3.11
|
|
22
18
|
Description-Content-Type: text/markdown
|
|
23
19
|
License-File: LICENSE_IERS.txt
|
|
24
20
|
Requires-Dist: numpy>=1.19.0
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyhardisp"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
description = "Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program"
|
|
9
9
|
readme = "README_PYTHON_CONVERSION.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.11"
|
|
11
11
|
license = "LicenseRef-IERS"
|
|
12
12
|
license-files = ["LICENSE_IERS.txt"]
|
|
13
13
|
authors = [
|
|
@@ -19,10 +19,6 @@ classifiers = [
|
|
|
19
19
|
"Development Status :: 4 - Beta",
|
|
20
20
|
"Intended Audience :: Science/Research",
|
|
21
21
|
"Topic :: Scientific/Engineering",
|
|
22
|
-
"Programming Language :: Python :: 3",
|
|
23
|
-
"Programming Language :: Python :: 3.8",
|
|
24
|
-
"Programming Language :: Python :: 3.9",
|
|
25
|
-
"Programming Language :: Python :: 3.10",
|
|
26
22
|
"Programming Language :: Python :: 3.11",
|
|
27
23
|
"Programming Language :: Python :: 3.12",
|
|
28
24
|
"Programming Language :: Python :: 3.13",
|
|
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
|
|
File without changes
|