Malawi-DCCMS / weather-app

An app to show the weather.
1 stars 0 forks source link

Usage of nonexistent weather parameters #33

Open havardf opened 1 year ago

havardf commented 1 year ago

Currently, the code references severeral parameters that api.met.no do not deliver.

E.g air_temperature_min for next_12_hours period and precipitation_amount_min.

Also, air_temperature is presented as "Felt like" temperature, which is not correct. Felt-like temperature need to be calculated based on several of the other parameters.

Some parameters, like air_temperature_min/max for a time period can be calculated from other parameters, but I guess we need to first agree on what data and time periods we want to present in the app.

danielmwakanema commented 1 year ago

@havardf, will you be able to join one of the stand ups this week to shed more light on this?