We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193205e commit 8ff1ae5Copy full SHA for 8ff1ae5
1 file changed
dataretrieval/waterdata/__init__.py
@@ -14,14 +14,14 @@
14
get_codes,
15
get_continuous,
16
get_daily,
17
- get_stats_date_range,
18
get_field_measurements,
19
get_latest_continuous,
20
get_latest_daily,
21
get_monitoring_locations,
22
- get_stats_por,
23
get_reference_table,
24
get_samples,
+ get_stats_date_range,
+ get_stats_por,
25
get_time_series_metadata,
26
)
27
from .types import (
@@ -35,14 +35,14 @@
35
"get_codes",
36
"get_continuous",
37
"get_daily",
38
- "get_stats_date_range",
39
"get_field_measurements",
40
"get_latest_continuous",
41
"get_latest_daily",
42
"get_monitoring_locations",
43
- "get_stats_por",
44
"get_reference_table",
45
"get_samples",
+ "get_stats_date_range",
+ "get_stats_por",
46
"get_time_series_metadata",
47
"CODE_SERVICES",
48
"SERVICES",
0 commit comments