Skip to content

Commit a4f71e3

Browse files
committed
Rename examples to
1 parent e1b50b4 commit a4f71e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dataretrieval/samples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,21 +272,21 @@ def get_usgs_samples(
272272
.. code::
273273
274274
>>> # Get PFAS results within a bounding box
275-
>>> df, md = dataretrieval.samples.get_USGS_samples(
275+
>>> df, md = dataretrieval.samples.get_usgs_samples(
276276
... boundingBox=[-90.2,42.6,-88.7,43.2],
277277
... characteristicGroup="Organics, PFAS"
278278
... )
279279
280280
>>> # Get all activities for the Commonwealth of Virginia over a date range
281-
>>> df, md = dataretrieval.samples.get_USGS_samples(
281+
>>> df, md = dataretrieval.samples.get_usgs_samples(
282282
... service="activities",
283283
... profile="sampact",
284284
... activityStartDateLower="2023-10-01",
285285
... activityStartDateUpper="2024-01-01",
286286
... stateFips="US:51")
287287
288288
>>> # Get all pH samples for two sites in Utah
289-
>>> df, md = dataretrieval.samples.get_USGS_samples(
289+
>>> df, md = dataretrieval.samples.get_usgs_samples(
290290
... monitoringLocationIdentifier=['USGS-393147111462301', 'USGS-393343111454101'],
291291
... usgsPCode='00400')
292292

0 commit comments

Comments
 (0)