eo-tides 0.6.4.dev5__tar.gz → 0.6.5__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.
- eo_tides-0.6.5/.github/dependabot.yml +15 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.gitignore +7 -1
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/PKG-INFO +8 -3
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/README.md +5 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/changelog.md +6 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/index.md +5 -0
- eo_tides-0.6.5/docs/notebooks/Case_study_intertidal.ipynb +695 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/notebooks/Model_tides.ipynb +33 -33
- eo_tides-0.6.5/docs/notebooks/Satellite_data.ipynb +2122 -0
- eo_tides-0.6.5/docs/notebooks/Tide_statistics.ipynb +3189 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/setup.md +120 -55
- eo_tides-0.6.5/paper/figures/joss_fig_list.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/paper.bib +24 -11
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/paper.md +5 -5
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/paper.pdf +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/pyproject.toml +3 -3
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/conftest.py +77 -29
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/test_eo.py +14 -6
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/test_model.py +19 -13
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/test_stats.py +21 -9
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/testing.ipynb +73 -8
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/uv.lock +926 -878
- eo_tides-0.6.4.dev5/docs/notebooks/Case_study_intertidal.ipynb +0 -1288
- eo_tides-0.6.4.dev5/docs/notebooks/Satellite_data.ipynb +0 -903
- eo_tides-0.6.4.dev5/docs/notebooks/Tide_statistics.ipynb +0 -794
- eo_tides-0.6.4.dev5/paper/figures/joss_fig_list.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.editorconfig +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/actions/setup-python-env/action.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/workflows/check-links.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/workflows/main.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/workflows/on-release-main.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.github/workflows/paper.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/.pre-commit-config.yaml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/CITATION.cff +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/CONTRIBUTING.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/Dockerfile +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/LICENSE +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/Makefile +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/codecov.yaml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/api.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/dtu23_download.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eo-tides-abstract.gif +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eo-tides-logo-128.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eo-tides-logo-256.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eo-tides-logo.gif +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eo-tides-logo.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/eot20_download.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/fes_ftp.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/fes_myproducts.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/fes_productselection.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/fes_subscriptions.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/got_download.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/tide_models_clipped.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/assets/tpxo_download.jpg +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/credits.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/install.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/migration.md +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/notebooks/Validating_tides.ipynb +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/docs/stylesheets/extra.css +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/__init__.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/eo.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/model.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/stats.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/utils.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/eo_tides/validation.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/mkdocs.yml +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/benchmarking.ipynb +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/figures/joss_abstract.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/figures/joss_fig_gesla.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/figures/joss_fig_pixel.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/paper/figures/joss_fig_stats.png +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/GESLA3_ALL 2.csv +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/IDO71013_2020.csv +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/broome-62650-aus-bom +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/san_diego_ca-569a-usa-uhslc +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/sydney_fort_denison-60370-aus-bom +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/data/tide_models.tar.gz +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/test_utils.py +0 -0
- {eo_tides-0.6.4.dev5 → eo_tides-0.6.5}/tests/test_validation.py +0 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
3
|
+
# Please see the documentation for all configuration options:
|
4
|
+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
5
|
+
|
6
|
+
version: 2
|
7
|
+
updates:
|
8
|
+
- package-ecosystem: "uv" # See documentation for possible values
|
9
|
+
directory: "/" # Location of package manifests
|
10
|
+
schedule:
|
11
|
+
interval: "daily"
|
12
|
+
groups:
|
13
|
+
python-deps:
|
14
|
+
patterns:
|
15
|
+
- "*"
|
@@ -1,8 +1,14 @@
|
|
1
|
-
# Ignore project-specific directories
|
1
|
+
# Ignore project-specific directories and files
|
2
|
+
|
2
3
|
tests/data/tide_models
|
3
4
|
tests/data/tide_models_clipped
|
4
5
|
tests/data/tide_models_synthetic
|
6
|
+
tests/data/tide_models_synthetic_aus
|
7
|
+
tests/data/tide_models_synthetic_hawaii
|
8
|
+
tests/data/tide_models_synthetic_pacific
|
9
|
+
tests/data/tide_models_synthetic_uk
|
5
10
|
docs/source
|
11
|
+
docs/notebooks/intertidal_map.tif
|
6
12
|
|
7
13
|
# From https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore
|
8
14
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: eo-tides
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.5
|
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
|
@@ -23,7 +23,7 @@ Classifier: Topic :: Scientific/Engineering :: Oceanography
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
24
24
|
Requires-Python: <4.0,>=3.10
|
25
25
|
Requires-Dist: colorama>=0.4.3
|
26
|
-
Requires-Dist: dask[complete]
|
26
|
+
Requires-Dist: dask[complete]<2025.3.0,>=2023.1.0
|
27
27
|
Requires-Dist: geopandas>=0.10.0
|
28
28
|
Requires-Dist: matplotlib>=3.8.0
|
29
29
|
Requires-Dist: numpy>=1.26.0
|
@@ -32,7 +32,7 @@ Requires-Dist: pandas>=2.2.0
|
|
32
32
|
Requires-Dist: psutil>=5.8.0
|
33
33
|
Requires-Dist: pyogrio>=0.10.0
|
34
34
|
Requires-Dist: pyproj>=3.7.0
|
35
|
-
Requires-Dist: pytmd
|
35
|
+
Requires-Dist: pytmd<2.2.5,>=2.2.2
|
36
36
|
Requires-Dist: scikit-learn>=1.4.0
|
37
37
|
Requires-Dist: scipy>=1.14.1
|
38
38
|
Requires-Dist: shapely>=2.0.6
|
@@ -116,6 +116,11 @@ In addition, please consider also citing the underlying [`pyTMD` Python package]
|
|
116
116
|
Sutterley, T. C., Alley, K., Brunt, K., Howard, S., Padman, L., Siegfried, M. (2017) pyTMD: Python-based tidal prediction software. 10.5281/zenodo.5555395
|
117
117
|
```
|
118
118
|
|
119
|
+
## Contributing
|
120
|
+
|
121
|
+
We welcome contributions to `eo-tides`, both through posting issues (e.g. bug reports or feature suggestions), or directly via pull requests (e.g. bug fixes and new features).
|
122
|
+
Read the [Contributing guide](https://github.com/GeoscienceAustralia/eo-tides/blob/main/CONTRIBUTING.md) for details about how you can get involved.
|
123
|
+
|
119
124
|
## Acknowledgements
|
120
125
|
|
121
126
|
For a full list of acknowledgements, refer to [Citations and Credits](https://geoscienceaustralia.github.io/eo-tides/credits/).
|
@@ -67,6 +67,11 @@ In addition, please consider also citing the underlying [`pyTMD` Python package]
|
|
67
67
|
Sutterley, T. C., Alley, K., Brunt, K., Howard, S., Padman, L., Siegfried, M. (2017) pyTMD: Python-based tidal prediction software. 10.5281/zenodo.5555395
|
68
68
|
```
|
69
69
|
|
70
|
+
## Contributing
|
71
|
+
|
72
|
+
We welcome contributions to `eo-tides`, both through posting issues (e.g. bug reports or feature suggestions), or directly via pull requests (e.g. bug fixes and new features).
|
73
|
+
Read the [Contributing guide](https://github.com/GeoscienceAustralia/eo-tides/blob/main/CONTRIBUTING.md) for details about how you can get involved.
|
74
|
+
|
70
75
|
## Acknowledgements
|
71
76
|
|
72
77
|
For a full list of acknowledgements, refer to [Citations and Credits](https://geoscienceaustralia.github.io/eo-tides/credits/).
|
@@ -53,6 +53,11 @@ In addition, please consider also citing the underlying [`pyTMD` Python package]
|
|
53
53
|
Sutterley, T. C., Alley, K., Brunt, K., Howard, S., Padman, L., Siegfried, M. (2017) pyTMD: Python-based tidal prediction software. 10.5281/zenodo.5555395
|
54
54
|
```
|
55
55
|
|
56
|
+
## Contributing
|
57
|
+
|
58
|
+
We welcome contributions to `eo-tides`, both through posting issues (e.g. bug reports or feature suggestions), or directly via pull requests (e.g. bug fixes and new features).
|
59
|
+
Read the [Contributing guide](https://github.com/GeoscienceAustralia/eo-tides/blob/main/CONTRIBUTING.md) for details about how you can get involved.
|
60
|
+
|
56
61
|
## Next steps
|
57
62
|
|
58
63
|
To get started, first follow the [guide to installing `eo-tides`](install.md), and then [set up one or multiple global ocean tide models](setup.md).
|