@@ -225,7 +225,9 @@ def get_continuous(
225225
226226 This is an early version of the continuous endpoint that is feature-complete
227227 and is being made available for limited use. Geometries are not included
228- with the continuous endpoint.
228+ with the continuous endpoint. If the "time" input is left blank, the service
229+ will return the most recent year of measurements. Users may request no more
230+ than three years of data with each function call.
229231
230232 Continuous data are collected at a high frequency, typically 15-minute
231233 intervals. Depending on the specific monitoring location, the data may be
@@ -252,8 +254,10 @@ def get_continuous(
252254 https://help.waterdata.usgs.gov/codes-and-parameters/parameters.
253255 statistic_id : string or list of strings, optional
254256 A code corresponding to the statistic an observation represents.
255- Example codes include 00001 (max), 00002 (min), and 00003 (mean).
256- A complete list of codes and their descriptions can be found at
257+ Continuous data are nearly always associated with statistic id
258+ 00011. Using a different code (such as 00003 for mean) will
259+ typically return no results. A complete list of codes and their
260+ descriptions can be found at
257261 https://help.waterdata.usgs.gov/code/stat_cd_nm_query?stat_nm_cd=%25&fmt=html.
258262 properties : string or list of strings, optional
259263 A vector of requested columns to be returned from the query.
0 commit comments