You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Found {len(locations)} stream monitoring locations in Maryland")
103
+
print(f"Found {len(df)} stream monitoring locations in Maryland")
105
104
```
106
-
Finally, this example downloads continuous (a.k.a. "instantaneous") data
107
-
for one monitoring location over one year. You are *strongly advised* to
108
-
break up continuous data requests into smaller time periods and smaller
109
-
collections of sites to avoid timeouts and other issues:
105
+
Finally, retrieving continuous (a.k.a. "instantaneous") data
106
+
for one location. We *strongly advise* breaking up continuous data requests into smaller time periods and collections to avoid timeouts and other issues:
110
107
111
108
```python
112
109
# Get continuous data for a single monitoring location and water year
0 commit comments