eo-tides 0.7.4.dev4__py3-none-any.whl → 0.7.4.dev6__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-0.7.4.dev4.dist-info → eo_tides-0.7.4.dev6.dist-info}/METADATA +25 -3
- {eo_tides-0.7.4.dev4.dist-info → eo_tides-0.7.4.dev6.dist-info}/RECORD +4 -4
- {eo_tides-0.7.4.dev4.dist-info → eo_tides-0.7.4.dev6.dist-info}/WHEEL +0 -0
- {eo_tides-0.7.4.dev4.dist-info → eo_tides-0.7.4.dev6.dist-info}/licenses/LICENSE +0 -0
@@ -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.dev6
|
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
|
@@ -104,12 +104,34 @@ Interactive Jupyter Notebook usage examples and more complex coastal EO case stu
|
|
104
104
|
|
105
105
|
## Citing `eo-tides`
|
106
106
|
|
107
|
-
To cite `eo-tides` in your work, please use the following citation:
|
107
|
+
To cite `eo-tides` in your work, please use the following Journal of Open Source Software citation:
|
108
108
|
|
109
109
|
```
|
110
|
-
Bishop-Taylor, R., Sagar, S.,
|
110
|
+
Bishop-Taylor, R., Phillips, C., Sagar, S., Newey, V., & Sutterley, T., (2025). eo-tides: Tide modelling tools for large-scale satellite Earth observation analysis. Journal of Open Source Software, 10(109), 7786, https://doi.org/10.21105/joss.07786
|
111
111
|
```
|
112
112
|
|
113
|
+
<details>
|
114
|
+
|
115
|
+
<summary>BibTeX</summary>
|
116
|
+
|
117
|
+
```
|
118
|
+
@article{Bishop-Taylor2025,
|
119
|
+
doi = {10.21105/joss.07786},
|
120
|
+
url = {https://doi.org/10.21105/joss.07786},
|
121
|
+
year = {2025},
|
122
|
+
publisher = {The Open Journal},
|
123
|
+
volume = {10},
|
124
|
+
number = {109},
|
125
|
+
pages = {7786},
|
126
|
+
author = {Robbi Bishop-Taylor and Claire Phillips and Stephen Sagar and Vanessa Newey and Tyler Sutterley},
|
127
|
+
title = {eo-tides: Tide modelling tools for large-scale satellite Earth observation analysis},
|
128
|
+
journal = {Journal of Open Source Software}
|
129
|
+
}
|
130
|
+
```
|
131
|
+
|
132
|
+
</details>
|
133
|
+
<br>
|
134
|
+
|
113
135
|
In addition, please consider also citing the underlying [`pyTMD` Python package](https://pytmd.readthedocs.io/en/latest/) which powers the tide modelling functionality behind `eo-tides`:
|
114
136
|
|
115
137
|
```
|
@@ -4,7 +4,7 @@ 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.dev6.dist-info/METADATA,sha256=c3hkL2b-ZMwIe65XnIcnNbFxNE3gEqttI_K1OLp0NrY,9240
|
8
|
+
eo_tides-0.7.4.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
eo_tides-0.7.4.dev6.dist-info/licenses/LICENSE,sha256=owxWsXViCL2J6Ks3XYhot7t4Y93nstmXAT95Zf030Cc,11350
|
10
|
+
eo_tides-0.7.4.dev6.dist-info/RECORD,,
|
File without changes
|
File without changes
|