forrestguice / plasma-wateriv

Automatically exported from code.google.com/p/plasma-wateriv
1 stars 1 forks source link

Historic Daily Values #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The plasmoid should display the historic low, high, and mean.

The WaterIV data engine should be extended to provide the data using the USGS 
Daily Values Web Service (http://waterservices.usgs.gov/rest/DV-Service.html).

Original issue reported on code.google.com by forrestg...@gmail.com on 1 Apr 2012 at 6:07

GoogleCodeExporter commented 9 years ago
The data returned by the Daily Values service appears to be identical to that 
returned by the Instantaneous Values service. Changes required to implement 
this in the WaterIV data engine should be minimal.

Original comment by forrestg...@gmail.com on 1 Apr 2012 at 6:08

GoogleCodeExporter commented 9 years ago
The data engine has been extended to handle daily value requests in 0.2.0. The 
plasmoid currently remains unaware this data is available. The plasmoid needs 
to provide an appropriate ui and logic for marshaling and displaying this type 
of data.

Original comment by forrestg...@gmail.com on 5 Apr 2012 at 3:07

GoogleCodeExporter commented 9 years ago
The daily values web service states that data changes are infrequent and 
downloads should be done on a monthly basis. Using this service from within 
plasmoids will require that the data engine successfully cache the daily values 
results for long periods of time.

Original comment by forrestg...@gmail.com on 7 Apr 2012 at 10:15