UCHIC / iUTAHData

The iUTAH Modeling and Data Federation website - data.iutahepscor.org.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Direct links to TSA down work when they select multiple series #48

Closed horsburgh closed 9 years ago

horsburgh commented 9 years ago

When I click on a link to one of the time series from the spark line plots on and individual site page where that variable has both QualityControlLevel = 0 and QualityControlLevel = 1 data, the TSA isn't plotting anything - presumably because it doesn't know which series you want it to plot. For example:

http://data.iutahepscor.org/tsa/?sitecode=LR_Mendon_AA&variablecode=WaterTemp_EXO&view=visualization&plot=true

The links need to isolate a single series for plotting.

AmberSJones commented 9 years ago

This is being discussed on the TSA issue tracker: https://github.com/UCHIC/WEBTSA/issues/87

marioscience commented 9 years ago

quality control level is now set to 0 in the links.

AmberSJones commented 9 years ago

I see that the links are now set to 0 (on the sandbox server), but the response is the same. I assume that @jcaraballo17 is addressing this on the TSA side? image

jcaraballo17 commented 9 years ago

I'm looking into identifying the problem.

marioscience commented 9 years ago

The link was changed to ...&qualitycontrollevelcode=0 which is the correct variable for the tsa api. It is now working correctly.

AmberSJones commented 9 years ago

Looks good. Please push to production.

jcaraballo17 commented 9 years ago

pushed to production.