Significant digits in observations data #645
Unanswered
sthiboldeaux
asked this question in
Q&A
Replies: 1 comment
-
This issue still exists @nickmachairas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using the following url to return the most recent observations from the NWS station in Caribou, Maine:
https://api.weather.gov/stations/KCAR/observations/
I am pulling the hourly precip. data from this response, but it appears that the values are rounded to the nearest centimeter (the only observations that have values other that 'None' are 10 mm, 20 mm, etc.).
The rounding appears to be correct when I look at the NWS station website (below), but I would like to precision to be the same as shown on the timeseries viewer (0.00 mm).
https://www.weather.gov/wrh/timeseries?site=KCAR
Is there a way to modify the unit precision in the url?
Thanks,
Sean
Beta Was this translation helpful? Give feedback.
All reactions