Replies: 1 comment 1 reply
-
The docs do say "Use US customary or SI (metric) units in textual output," so I guess you're right that, since QV is not textual output, the units request does not work. Wish it did! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a few questions about the forecast_temperature_qv and forecast_wind_speed_qv feature flags on the .../forecast endpoint.
Previously when I have used the .../forecast endpoint setting the units argument to "si" or "us" would change both the units for the individual values and the units of the measurements included in the detailedForecast. Now, with the use of the "forecast_temperature_qv" feature flag the units for the individual values remain in SI units regardless of the value of the units argument. The measurements in the detailedForecast still respect the value of the units argument. Is this the new intended behavior or is this subject to change?
Also, previously the forecasted temperature values were rounded to the nearest integer value whereas with these feature flags the values are not. Is this the new intended behavior?
Finally, I was wondering if it is known when these changes will become the default behavior, I have not noticed a SCN on this.
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions