@@ -161,12 +161,11 @@ def get_daily(
161161 limit : numeric, optional
162162 The optional limit parameter is used to control the subset of the
163163 selected features that should be returned in each page. The maximum
164- allowable limit is 10000 . It may be beneficial to set this number lower
164+ allowable limit is 50000 . It may be beneficial to set this number lower
165165 if your internet connection is spotty. The default (NA) will set the
166166 limit to the maximum allowable limit for the service.
167167 convert_type : boolean, optional
168- If True, the function will convert the data to dates and qualifier to
169- string vector
168+ If True, converts columns to appropriate types.
170169
171170 Returns
172171 -------
@@ -632,14 +631,16 @@ def get_monitoring_locations(
632631 limit : numeric, optional
633632 The optional limit parameter is used to control the subset of the
634633 selected features that should be returned in each page. The maximum
635- allowable limit is 10000 . It may be beneficial to set this number lower
634+ allowable limit is 50000 . It may be beneficial to set this number lower
636635 if your internet connection is spotty. The default (NA) will set the
637636 limit to the maximum allowable limit for the service.
638637 skip_geometry : boolean, optional
639638 This option can be used to skip response geometries for each feature.
640639 The returning object will be a data frame with no spatial information.
641640 Note that the USGS Water Data APIs use camelCase "skipGeometry" in
642641 CQL2 queries.
642+ convert_type : boolean, optional
643+ If True, converts columns to appropriate types.
643644
644645 Returns
645646 -------
@@ -827,12 +828,11 @@ def get_time_series_metadata(
827828 limit : numeric, optional
828829 The optional limit parameter is used to control the subset of the
829830 selected features that should be returned in each page. The maximum
830- allowable limit is 10000 . It may be beneficial to set this number lower
831+ allowable limit is 50000 . It may be beneficial to set this number lower
831832 if your internet connection is spotty. The default (None) will set the
832833 limit to the maximum allowable limit for the service.
833834 convert_type : boolean, optional
834- If True, the function will convert the data to dates and qualifier to
835- string vector
835+ If True, converts columns to appropriate types.
836836
837837 Returns
838838 -------
@@ -1003,12 +1003,11 @@ def get_latest_continuous(
10031003 limit : numeric, optional
10041004 The optional limit parameter is used to control the subset of the
10051005 selected features that should be returned in each page. The maximum
1006- allowable limit is 10000 . It may be beneficial to set this number lower
1006+ allowable limit is 50000 . It may be beneficial to set this number lower
10071007 if your internet connection is spotty. The default (None) will set the
10081008 limit to the maximum allowable limit for the service.
10091009 convert_type : boolean, optional
1010- If True, the function will convert the data to dates and qualifier to
1011- string vector
1010+ If True, converts columns to appropriate types.
10121011
10131012 Returns
10141013 -------
@@ -1178,12 +1177,11 @@ def get_latest_daily(
11781177 limit : numeric, optional
11791178 The optional limit parameter is used to control the subset of the
11801179 selected features that should be returned in each page. The maximum
1181- allowable limit is 10000 . It may be beneficial to set this number lower
1180+ allowable limit is 50000 . It may be beneficial to set this number lower
11821181 if your internet connection is spotty. The default (None) will set the
11831182 limit to the maximum allowable limit for the service.
11841183 convert_type : boolean, optional
1185- If True, the function will convert the data to dates and qualifier to
1186- string vector
1184+ If True, converts columns to appropriate types.
11871185
11881186 Returns
11891187 -------
@@ -1344,12 +1342,11 @@ def get_field_measurements(
13441342 limit : numeric, optional
13451343 The optional limit parameter is used to control the subset of the
13461344 selected features that should be returned in each page. The maximum
1347- allowable limit is 10000 . It may be beneficial to set this number lower
1345+ allowable limit is 50000 . It may be beneficial to set this number lower
13481346 if your internet connection is spotty. The default (None) will set the
13491347 limit to the maximum allowable limit for the service.
13501348 convert_type : boolean, optional
1351- If True, the function will convert the data to dates and qualifier to
1352- string vector
1349+ If True, converts columns to appropriate types.
13531350
13541351 Returns
13551352 -------
0 commit comments