Skip to content

Commit fb94aa0

Browse files
committed
add example
1 parent d3b4430 commit fb94aa0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dataretrieval/samples.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ def get_USGS_samples(
236236
... activityStartDateUpper="2024-01-01",
237237
... stateFips="US:51")
238238
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+
239244
"""
240245
_check_profiles(service, profile)
241246

0 commit comments

Comments
 (0)