- "First, let's get our expected date range in order. Note that the `waterdata` functions are capable of taking in bounded and unbounded date and datetime ranges. In this case, we want the start date of the discharge timeseries to be no more recent than 10 years ago, and we want the end date of the timeseries to be from at most a week ago. We can use the notation `{date}/..` to mean that we want all timeseries that end a week ago or more recently. For now, we need to set a lower bound for the beginning of the timeseries though, so we will pick a date that is clearly earlier than when gages were recording data: `1700-01-01/{date}`. This means that we want all timeseries that begin after 1700-01-01 (which is all of them!) and before the upper bound date (in our case, 10 years prior to today)."
0 commit comments