eo-tides 0.7.4.dev2__py3-none-any.whl → 0.7.4.dev4__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.
- eo_tides/__init__.py +6 -1
- {eo_tides-0.7.4.dev2.dist-info → eo_tides-0.7.4.dev4.dist-info}/METADATA +1 -1
- {eo_tides-0.7.4.dev2.dist-info → eo_tides-0.7.4.dev4.dist-info}/RECORD +5 -5
- {eo_tides-0.7.4.dev2.dist-info → eo_tides-0.7.4.dev4.dist-info}/WHEEL +0 -0
- {eo_tides-0.7.4.dev2.dist-info → eo_tides-0.7.4.dev4.dist-info}/licenses/LICENSE +0 -0
eo_tides/__init__.py
CHANGED
@@ -26,6 +26,8 @@ utils : Utility functions and helper tools
|
|
26
26
|
validation : Load observed tide gauge data to validate modelled tides
|
27
27
|
"""
|
28
28
|
|
29
|
+
from importlib.metadata import version
|
30
|
+
|
29
31
|
# Import commonly used functions for convenience
|
30
32
|
from .eo import pixel_tides, tag_tides
|
31
33
|
from .model import ensemble_tides, model_phases, model_tides
|
@@ -35,7 +37,6 @@ from .validation import eval_metrics, load_gauge_gesla
|
|
35
37
|
|
36
38
|
# Define what should be imported with "from eo_tides import *"
|
37
39
|
__all__ = [
|
38
|
-
"list_models",
|
39
40
|
"model_tides",
|
40
41
|
"model_phases",
|
41
42
|
"ensemble_tides",
|
@@ -46,5 +47,9 @@ __all__ = [
|
|
46
47
|
"eval_metrics",
|
47
48
|
"load_gauge_gesla",
|
48
49
|
"clip_models",
|
50
|
+
"list_models",
|
49
51
|
"idw",
|
50
52
|
]
|
53
|
+
|
54
|
+
# Add version metadata to package
|
55
|
+
__version__ = version("eo-tides")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: eo-tides
|
3
|
-
Version: 0.7.4.
|
3
|
+
Version: 0.7.4.dev4
|
4
4
|
Summary: Tide modelling tools for large-scale satellite earth observation analysis
|
5
5
|
Project-URL: Homepage, https://GeoscienceAustralia.github.io/eo-tides/
|
6
6
|
Project-URL: Repository, https://github.com/GeoscienceAustralia/eo-tides
|
@@ -1,10 +1,10 @@
|
|
1
|
-
eo_tides/__init__.py,sha256=
|
1
|
+
eo_tides/__init__.py,sha256=LLvX-IipE209LbYLObShRLO5vxQQYBaIP1d3TMHix24,1802
|
2
2
|
eo_tides/eo.py,sha256=TuFt9SSiO9Z2o8Kr1g-wFPzofp0HTcgkfhT83zu03kc,23983
|
3
3
|
eo_tides/model.py,sha256=jRx6HNgTbK0inNqOkVivr52jPMJPWZ85gJeLjY2Vfk8,37697
|
4
4
|
eo_tides/stats.py,sha256=ELQpqIH86442IYgjrGrIK3mi0-pu2ZijFw53arA2FYg,23072
|
5
5
|
eo_tides/utils.py,sha256=T19OuPLHzaUKcovCVGANvmOiRu-L8VuDXSTzmNlA6Bo,26647
|
6
6
|
eo_tides/validation.py,sha256=paTewYzKf5m_HkSZUeBxbDQRz8WPJRtSyHjwo8lFtrc,12685
|
7
|
-
eo_tides-0.7.4.
|
8
|
-
eo_tides-0.7.4.
|
9
|
-
eo_tides-0.7.4.
|
10
|
-
eo_tides-0.7.4.
|
7
|
+
eo_tides-0.7.4.dev4.dist-info/METADATA,sha256=ElHzGz7-Du1RbZx0N5Gc3OvVxnmxRZE7SF5ll1_I2c0,8591
|
8
|
+
eo_tides-0.7.4.dev4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
eo_tides-0.7.4.dev4.dist-info/licenses/LICENSE,sha256=owxWsXViCL2J6Ks3XYhot7t4Y93nstmXAT95Zf030Cc,11350
|
10
|
+
eo_tides-0.7.4.dev4.dist-info/RECORD,,
|
File without changes
|
File without changes
|