Patrick Zippenfenig

Results 254 comments of Patrick Zippenfenig

> For the wind heights, I can't see any checkboxes to test them in staging just yet Yeah, that's a general issue. Each weather model offers different weather variables, heights...

[DMI Harmonie AROME](https://opendatadocs.dmi.govcloud.dk/Data/Forecast_Data_Weather_Model_HARMONIE_DINI_IG) is now integrated for testing as well: - 2 km resolution, Lambert CC projection (KNMI ~5.5 km Rotated latlon projection) - ~36GB per run for surface variables,...

Previews for both DMI and KNMI endpoints are now available: - https://dmi-knmi.open-meteo-website.pages.dev/en/docs/dmi-api - https://dmi-knmi.open-meteo-website.pages.dev/en/docs/knmi-api Cloud cover at 0m above ground seems to be total cloud cover. Cloud cover 2m is...

IIRC if `snow_depth` is greater 0, you can use `soil_temperature_0cm` (equivalent to surface temperature) and this should be similar to snow temperature. Care to try it out? I was never...

It should get lower than 0°C. At night and clear sky a radiation night (German: Strahlungsnacht) should have noticeable effect on `soil_temperature_0cm`. Long-wave radiation should be available for most weather...

I will keep it in consideration. It is at least a day or two of work to ensure it is working correctly for every single domain. It looks like the...

Awesome, thanks! However, the long-wave integration will still some time. Too much other tasks on my agenda right now ;-)

`relative_humidity_2m_max`, `relative_humidity_2m_min` and `relative_humidity_2m_mean` are already supported in the API for daily aggregations, but not yet added to the UI. I will update the docs soon

Created a separat issue in the documentation project

My preferred solution is to not use any client side timezone setting at all. Instead the API returns `utc_offset_seconds` which can be used to get the local time and date....