eo-tides 0.0.3__tar.gz → 0.0.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eo-tides
3
- Version: 0.0.3
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/
@@ -40,4 +40,16 @@ Requires-Dist: matplotlib; extra == "notebooks"
40
40
  > [!CAUTION]
41
41
  > This package is a work in progress, and not currently ready for operational use.
42
42
 
43
- The `eo-tides` package contains parallelised tools for modelling ocean tides and combining them with time-series satellite earth observation data. The package builds upon tide modelling functionality from the powerful `pyTMD` package which supports many of the best-performing global tide models (e.g. FES2022, FES2014, TPXO9, EOT20 and many more). Tides can be easily modelled in parallel for multiple models, then combined with satellite data from any location on the planet using Open Data Cube's `odc-stac` or `datacube` packages.
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,27 @@
1
+ # eo-tides: Tide modelling tools for large-scale satellite earth observation analysis
2
+
3
+ [![Release](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)
4
+ [![Build status](https://img.shields.io/github/actions/workflow/status/GeoscienceAustralia/eo-tides/main.yml?branch=main)](https://github.com/GeoscienceAustralia/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
5
+ [![codecov](https://codecov.io/gh/GeoscienceAustralia/eo-tides/branch/main/graph/badge.svg)](https://codecov.io/gh/GeoscienceAustralia/eo-tides)
6
+ [![Commit activity](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)
7
+ [![License](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)
8
+
9
+ - **Github repository**: <https://github.com/GeoscienceAustralia/eo-tides/>
10
+ - **Documentation** <https://GeoscienceAustralia.github.io/eo-tides/>
11
+
12
+ > [!CAUTION]
13
+ > This package is a work in progress, and not currently ready for operational use.
14
+
15
+ The `eo-tides` package provides tools for analysing coastal and ocean satellite earth observation data using information about ocean tides.
16
+
17
+ `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.
18
+
19
+ Some key functionality includes the ability to:
20
+
21
+ - 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
22
+ - "Tag" satellite data timeseries with tide data based on the exact moment of each satellite acquisition
23
+ - Model tides for every individual satellite pixel, producing three-dimensional "tide height" `xarray`-format datacubes that can be combined with satellite data
24
+ - Calculate statistics describing local tide dynamics, as well as biases caused by interactions between tidal processes and satellite orbits
25
+ - Validate modelled tides using measured sea levels from coastal tide gauges
26
+
27
+ 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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eo-tides
3
- Version: 0.0.3
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/
@@ -40,4 +40,16 @@ Requires-Dist: matplotlib; extra == "notebooks"
40
40
  > [!CAUTION]
41
41
  > This package is a work in progress, and not currently ready for operational use.
42
42
 
43
- The `eo-tides` package contains parallelised tools for modelling ocean tides and combining them with time-series satellite earth observation data. The package builds upon tide modelling functionality from the powerful `pyTMD` package which supports many of the best-performing global tide models (e.g. FES2022, FES2014, TPXO9, EOT20 and many more). Tides can be easily modelled in parallel for multiple models, then combined with satellite data from any location on the planet using Open Data Cube's `odc-stac` or `datacube` packages.
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.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "eo-tides"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  description = "Tide modelling tools for large-scale satellite earth observation analysis"
5
5
  authors = [{ name = "Robbi Bishop-Taylor", email = "Robbi.BishopTaylor@ga.gov.au" }]
6
6
  readme = "README.md"
eo_tides-0.0.3/README.md DELETED
@@ -1,15 +0,0 @@
1
- # eo-tides: Tide modelling tools for large-scale satellite earth observation analysis
2
-
3
- [![Release](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)
4
- [![Build status](https://img.shields.io/github/actions/workflow/status/GeoscienceAustralia/eo-tides/main.yml?branch=main)](https://github.com/GeoscienceAustralia/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
5
- [![codecov](https://codecov.io/gh/GeoscienceAustralia/eo-tides/branch/main/graph/badge.svg)](https://codecov.io/gh/GeoscienceAustralia/eo-tides)
6
- [![Commit activity](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)
7
- [![License](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)
8
-
9
- - **Github repository**: <https://github.com/GeoscienceAustralia/eo-tides/>
10
- - **Documentation** <https://GeoscienceAustralia.github.io/eo-tides/>
11
-
12
- > [!CAUTION]
13
- > This package is a work in progress, and not currently ready for operational use.
14
-
15
- The `eo-tides` package contains parallelised tools for modelling ocean tides and combining them with time-series satellite earth observation data. The package builds upon tide modelling functionality from the powerful `pyTMD` package which supports many of the best-performing global tide models (e.g. FES2022, FES2014, TPXO9, EOT20 and many more). Tides can be easily modelled in parallel for multiple models, then combined with satellite data from any location on the planet using Open Data Cube's `odc-stac` or `datacube` packages.
File without changes
File without changes
File without changes