Julien-Cousineau / MNRF

MNRF Dashboard
MIT License
2 stars 0 forks source link

resolution of y axis for a few of the gauges #27

Closed beatonan closed 6 years ago

beatonan commented 6 years ago

the level and flow graphs look a bit funny (flat lined) for a few of the gauges at the 1 week and sometimes the 1 month time interval. The time-series graphs do not look the same as they do here. I think this is because the resolution of the y axis is too small so that the variability at the smaller time intervals is being rounded.

Possible to increase the resolution (number of decimal places) of the y axis for the: Hat Island, Kenagami, Pagachuwan, Nagagami, Percy Lake Gauges

Would be ideal if the data were displayed to several decimal places but the y axis labeling only showed a couple of digits.

example from hat island gauge in our data:

image

Julien-Cousineau commented 6 years ago

It seems to be rounding to the nearest centimeter. I'll try to change that to the nearest millimeter.

Julien-Cousineau commented 6 years ago

@beatonan It seems the application was downloading water level to the nearest centimeter. I've added the parameter (useprecision=false) in the API request and seems to do the trick.