@@ -137,7 +137,7 @@ def get_USGS_samples(
137137 The start date if using a date range. Takes the format YYYY-MM-DD.
138138 The logic is inclusive, i.e. it will also return results that
139139 match the date. If left as None, will pull all data on or before
140- activityStartDateUpper, of populated.
140+ activityStartDateUpper, if populated.
141141 activityStartDateUpper : string, optional
142142 The end date if using a date range. Takes the format YYYY-MM-DD.
143143 The logic is inclusive, i.e. it will also return results that
@@ -147,10 +147,10 @@ def get_USGS_samples(
147147 Text code that describes type of field activity performed.
148148 Example: "Sample-Routine, regular".
149149 characteristicGroup : string or list of strings, optional
150- Characteristic group is a broad category describing one or more
151- of results.
150+ Characteristic group is a broad category of characteristics
151+ describing one or more results.
152152 Example: "Organics, PFAS"
153- characteristc : string or list of strings, optional
153+ characteristic : string or list of strings, optional
154154 Characteristic is a specific category describing one or more results.
155155 Example: "Suspended Sediment Discharge"
156156 characteristicUserSupplied : string or list of strings, optional
0 commit comments