We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you exclude NBM so the API uses the HRRR model instead there are instances of precipAccumulation with no precipIntensity. An example is below:
precipAccumulation
precipIntensity
{ "time": 1738612800, "icon": "snow", "summary": "Snow", "precipIntensity": 0, "precipProbability": 0.91, "precipIntensityError": 0.5749, "precipAccumulation": 0.9502, "precipType": "snow", "temperature": -0.15, "apparentTemperature": -5.81, "dewPoint": -0.65, "humidity": 0.96, "pressure": 1009.92, "windSpeed": 18.33, "windGust": 39.15, "windBearing": 244.46, "cloudCover": 1, "uvIndex": 0.78, "visibility": 1.2, "ozone": 341.56 },
The API should show non-zero precipIntensity when there is non-zero precipAccumulation
The API shows zero precipIntensity when there is non-zero precipAccumulation
Production
Ottawa, ON
This issue affects both production and the development endpoint and in both cases the summary/icon show snow.
The text was updated successfully, but these errors were encountered:
alexander0042
No branches or pull requests
Describe the bug
If you exclude NBM so the API uses the HRRR model instead there are instances of
precipAccumulation
with noprecipIntensity
. An example is below:Expected behavior
The API should show non-zero
precipIntensity
when there is non-zeroprecipAccumulation
Actual behavior
The API shows zero
precipIntensity
when there is non-zeroprecipAccumulation
API Endpoint
Production
Location
Ottawa, ON
Other details
This issue affects both production and the development endpoint and in both cases the summary/icon show snow.
Troubleshooting steps
The text was updated successfully, but these errors were encountered: