ecc521 / rivers.run

Water levels, notifications, search tools, and more, built to help paddlers.
https://rivers.run
7 stars 1 forks source link

Advanced Search Links with Flow #88

Closed ecc521 closed 5 years ago

ecc521 commented 5 years ago

Currently, you can not create a working advanced search link that uses flow paramters.

ecc521 commented 5 years ago

Here are some options:

  1. Fetch USGS data every 15 minutes (or as it updates), and serve it with rivers.run. This would allow flow data to be loaded instantly. The current code could be kept around as a backup in case the data is old, and flow search links could behave as in #2 (or just break, like they do now.)
  2. If no searching or sorting has been done by the user, apply the flow parameters once the data loads.
ecc521 commented 5 years ago

Number 2 was implemented in 9dad37f