hydroanomaly 1.2.3__tar.gz → 1.2.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.
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/PKG-INFO +2 -1
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/README.md +1 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly/__init__.py +1 -1
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly.egg-info/PKG-INFO +2 -1
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/pyproject.toml +1 -1
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/LICENSE +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly/ml.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly/sentinel_bands.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly/usgs_turbidity.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly/visualize.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly.egg-info/SOURCES.txt +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly.egg-info/dependency_links.txt +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly.egg-info/requires.txt +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/hydroanomaly.egg-info/top_level.txt +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/setup.cfg +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/tests/test_hello.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/tests/test_math_utils.py +0 -0
- {hydroanomaly-1.2.3 → hydroanomaly-1.2.4}/tests/test_usgs_data.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hydroanomaly
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.4
|
4
4
|
Summary: A Python package for hydro anomaly detection with simple USGS data retrieval
|
5
5
|
Author-email: Ehsan Kahrizi <ehsan.kahrizi@usu.edu>
|
6
6
|
License: MIT License
|
@@ -51,6 +51,7 @@ Requires-Dist: flake8>=3.8; extra == "dev"
|
|
51
51
|
Requires-Dist: mypy>=0.800; extra == "dev"
|
52
52
|
Dynamic: license-file
|
53
53
|
|
54
|
+

|
54
55
|
# HydroAnomaly
|
55
56
|
|
56
57
|
A Python package for hydro anomaly detection, **USGS water data retrieval**, and **time series visualization**.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hydroanomaly
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.4
|
4
4
|
Summary: A Python package for hydro anomaly detection with simple USGS data retrieval
|
5
5
|
Author-email: Ehsan Kahrizi <ehsan.kahrizi@usu.edu>
|
6
6
|
License: MIT License
|
@@ -51,6 +51,7 @@ Requires-Dist: flake8>=3.8; extra == "dev"
|
|
51
51
|
Requires-Dist: mypy>=0.800; extra == "dev"
|
52
52
|
Dynamic: license-file
|
53
53
|
|
54
|
+

|
54
55
|
# HydroAnomaly
|
55
56
|
|
56
57
|
A Python package for hydro anomaly detection, **USGS water data retrieval**, and **time series visualization**.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|