We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b4430 commit fb94aa0Copy full SHA for fb94aa0
1 file changed
dataretrieval/samples.py
@@ -236,6 +236,11 @@ def get_USGS_samples(
236
... activityStartDateUpper="2024-01-01",
237
... stateFips="US:51")
238
239
+ >>> # Get all pH samples for two sites in Utah
240
+ >>> df, md = dataretrieval.samples.get_USGS_samples(
241
+ ... monitoringLocationIdentifier=['USGS-393147111462301', 'USGS-393343111454101'],
242
+ ... usgsPCode='00400')
243
+
244
"""
245
_check_profiles(service, profile)
246
0 commit comments