@@ -134,6 +134,8 @@ def get_daily(
134134 skip_geometry : boolean, optional
135135 This option can be used to skip response geometries for each feature.
136136 The returning object will be a data frame with no spatial information.
137+ Note that the USGS Water Data APIs use camelCase "skipGeometry" in
138+ CQL2 queries.
137139 time : string, optional
138140 The date an observation represents. You can query this field using
139141 date-times or intervals, adhering to RFC 3339, or using ISO 8601
@@ -481,6 +483,8 @@ def get_monitoring_locations(
481483 skip_geometry : boolean, optional
482484 This option can be used to skip response geometries for each feature.
483485 The returning object will be a data frame with no spatial information.
486+ Note that the USGS Water Data APIs use camelCase "skipGeometry" in
487+ CQL2 queries.
484488
485489 Returns
486490 -------
@@ -652,6 +656,8 @@ def get_time_series_metadata(
652656 skip_geometry : boolean, optional
653657 This option can be used to skip response geometries for each feature.
654658 The returning object will be a data frame with no spatial information.
659+ Note that the USGS Water Data APIs use camelCase "skipGeometry" in
660+ CQL2 queries.
655661 bbox : list of numbers, optional
656662 Only features that have a geometry that intersects the bounding box are
657663 selected. The bounding box is provided as four or six numbers,
@@ -816,6 +822,8 @@ def get_latest_continuous(
816822 skip_geometry : boolean, optional
817823 This option can be used to skip response geometries for each feature.
818824 The returning object will be a data frame with no spatial information.
825+ Note that the USGS Water Data APIs use camelCase "skipGeometry" in
826+ CQL2 queries.
819827 time : string, optional
820828 The date an observation represents. You can query this field using
821829 date-times or intervals, adhering to RFC 3339, or using ISO 8601
@@ -987,6 +995,8 @@ def get_field_measurements(
987995 skip_geometry : boolean, optional
988996 This option can be used to skip response geometries for each feature. The returning
989997 object will be a data frame with no spatial information.
998+ Note that the USGS Water Data APIs use camelCase "skipGeometry" in
999+ CQL2 queries.
9901000 time : string, optional
9911001 The date an observation represents. You can query this field using date-times
9921002 or intervals, adhering to RFC 3339, or using ISO 8601 duration objects.
0 commit comments