eo-tides 0.0.2__py3-none-any.whl → 0.0.4__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.0.2.dist-info → eo_tides-0.0.4.dist-info}/METADATA +15 -1
- eo_tides-0.0.4.dist-info/RECORD +5 -0
- eo_tides-0.0.2.dist-info/RECORD +0 -5
- {eo_tides-0.0.2.dist-info → eo_tides-0.0.4.dist-info}/LICENSE +0 -0
- {eo_tides-0.0.2.dist-info → eo_tides-0.0.4.dist-info}/WHEEL +0 -0
- {eo_tides-0.0.2.dist-info → eo_tides-0.0.4.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: eo-tides
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Tide modelling tools for large-scale satellite earth observation analysis
|
5
5
|
Author-email: Robbi Bishop-Taylor <Robbi.BishopTaylor@ga.gov.au>
|
6
6
|
Project-URL: Homepage, https://GeoscienceAustralia.github.io/eo-tides/
|
@@ -39,3 +39,17 @@ Requires-Dist: matplotlib ; extra == 'notebooks'
|
|
39
39
|
|
40
40
|
> [!CAUTION]
|
41
41
|
> This package is a work in progress, and not currently ready for operational use.
|
42
|
+
|
43
|
+
The `eo-tides` package provides tools for analysing coastal and ocean satellite earth observation data using information about ocean tides.
|
44
|
+
|
45
|
+
`eo-tides` combines advanced tide modelling functionality from the [`pyTMD`](https://pytmd.readthedocs.io/en/latest/) package and integrates it with `pandas`, `xarray` and `odc-geo` to provide a powerful set of tools for integrating satellite imagery with tide data.
|
46
|
+
|
47
|
+
Some key functionality includes the ability to:
|
48
|
+
|
49
|
+
- Model tides from multiple global ocean tide models (e.g. FES2022, FES2014, TPXO9, EOT20 and many more) in parallel, and return tide heights in standardised `pandas.DataFrame` format for further analysis
|
50
|
+
- "Tag" satellite data timeseries with tide data based on the exact moment of each satellite acquisition
|
51
|
+
- Model tides for every individual satellite pixel, producing three-dimensional "tide height" `xarray`-format datacubes that can be combined with satellite data
|
52
|
+
- Calculate statistics describing local tide dynamics, as well as biases caused by interactions between tidal processes and satellite orbits
|
53
|
+
- Validate modelled tides using measured sea levels from coastal tide gauges
|
54
|
+
|
55
|
+
These tools can be applied directly to petabytes of freely available satellite data (e.g. from Digital Earth Australia or Microsoft Planetary Computer) loaded via Open Data Cube's `odc-stac` or `datacube` packages, supporting coastal and ocean earth observation analysis for any time period or location globally.
|
@@ -0,0 +1,5 @@
|
|
1
|
+
eo_tides-0.0.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
2
|
+
eo_tides-0.0.4.dist-info/METADATA,sha256=49bhSnnleg8WMqphPvxTm2yN_syMEAWOFEle9KhfD0A,3616
|
3
|
+
eo_tides-0.0.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
4
|
+
eo_tides-0.0.4.dist-info/top_level.txt,sha256=lXZDUUM1DlLdKWHRn8zdmtW8Rx-eQOIWVvt0b8VGiyQ,9
|
5
|
+
eo_tides-0.0.4.dist-info/RECORD,,
|
eo_tides-0.0.2.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
eo_tides-0.0.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
2
|
-
eo_tides-0.0.2.dist-info/METADATA,sha256=1JsOa8JYlM5k86p1O-VST3QOtFLrAn2Zv3Ye1vhRqe0,2154
|
3
|
-
eo_tides-0.0.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
4
|
-
eo_tides-0.0.2.dist-info/top_level.txt,sha256=lXZDUUM1DlLdKWHRn8zdmtW8Rx-eQOIWVvt0b8VGiyQ,9
|
5
|
-
eo_tides-0.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|