Skip to content

Commit 12320f3

Browse files
committed
qwdata no longer a service
1 parent c9c91ad commit 12320f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dataretrieval/nwis.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,11 +1160,6 @@ def get_record(
11601160
)
11611161
return df
11621162

1163-
elif service == "qwdata":
1164-
return print("qw data are no longer available from" \
1165-
"NWIS. Please use `samples.get_usgs_samples()` instead." \
1166-
" If you have questions, please reach out to comptools@usgs.gov")
1167-
11681163
elif service == "site":
11691164
df, _ = get_info(sites=sites, ssl_check=ssl_check, **kwargs)
11701165
return df

0 commit comments

Comments
 (0)