eo-tides 0.6.3.dev3__py3-none-any.whl → 0.6.3.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/model.py +5 -1
- {eo_tides-0.6.3.dev3.dist-info → eo_tides-0.6.3.dev4.dist-info}/METADATA +1 -1
- {eo_tides-0.6.3.dev3.dist-info → eo_tides-0.6.3.dev4.dist-info}/RECORD +5 -5
- {eo_tides-0.6.3.dev3.dist-info → eo_tides-0.6.3.dev4.dist-info}/WHEEL +0 -0
- {eo_tides-0.6.3.dev3.dist-info → eo_tides-0.6.3.dev4.dist-info}/licenses/LICENSE +0 -0
eo_tides/model.py
CHANGED
@@ -124,7 +124,11 @@ def _model_tides(
|
|
124
124
|
if crop == "auto":
|
125
125
|
warnings.warn(
|
126
126
|
"On-the-fly cropping is not compatible with the provided "
|
127
|
-
"
|
127
|
+
"model files; running with `crop=False`. This will not "
|
128
|
+
"affect your results but may lead to a minor slowdown. "
|
129
|
+
"This can occur when analysing clipped model files restricted "
|
130
|
+
"to the western hemisphere. To suppress this warning, manually "
|
131
|
+
"set `crop=False`."
|
128
132
|
)
|
129
133
|
|
130
134
|
# Read tidal constants and interpolate to grid points
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: eo-tides
|
3
|
-
Version: 0.6.3.
|
3
|
+
Version: 0.6.3.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
1
|
eo_tides/__init__.py,sha256=pGvVlxMKiYjm_273G-oYcOgVuPra7uEdNZv0oN1i69c,1693
|
2
2
|
eo_tides/eo.py,sha256=TuFt9SSiO9Z2o8Kr1g-wFPzofp0HTcgkfhT83zu03kc,23983
|
3
|
-
eo_tides/model.py,sha256=
|
3
|
+
eo_tides/model.py,sha256=0KiHLs5ifN3xcCW7OQU6PQsW7Iq84Wdxqxtz-ml_Bws,37450
|
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=KP8WLT5z7KLFjQ9oDla7VJOyLQAK4SVbcz2ySAbsbwI,11882
|
7
|
-
eo_tides-0.6.3.
|
8
|
-
eo_tides-0.6.3.
|
9
|
-
eo_tides-0.6.3.
|
10
|
-
eo_tides-0.6.3.
|
7
|
+
eo_tides-0.6.3.dev4.dist-info/METADATA,sha256=odelwjf6pnPRNsIINrZ7TqTkCSKMabkRH9kaqMlC6H4,8189
|
8
|
+
eo_tides-0.6.3.dev4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
eo_tides-0.6.3.dev4.dist-info/licenses/LICENSE,sha256=owxWsXViCL2J6Ks3XYhot7t4Y93nstmXAT95Zf030Cc,11350
|
10
|
+
eo_tides-0.6.3.dev4.dist-info/RECORD,,
|
File without changes
|
File without changes
|