feat: request meta data in buildprocess to generate options.ts files#879
Draft
vincentvdwal wants to merge 4 commits intomainfrom
Draft
Conversation
2 tasks
Deploying open-meteo-website with
|
| Latest commit: |
6658e27
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54495cd3.open-meteo-website.pages.dev |
| Branch Preview URL: | https://878-try-solution-for-request.open-meteo-website.pages.dev |
--WIP --
Suggested
mega.json{ "models": { "dwd_icon": { "label": "DWD ICON Global" ... } ... } }or
{ "models": [ { "name": "dwd_icon" "label": "DWD ICON Global" } ... ] }Suggested
meta.json{ "chunk_time_length": 253, "data_end_time": 1763643600, "last_run_availability_time": 1763006383, "last_run_initialisation_time": 1762992000, "last_run_modification_time": 1763006383, "temporal_resolution_seconds": 3600, "update_interval_seconds": 21600, "variables": [ "temperature_2m", "relative_humidity_2m", "apparent_temperature", "precipitation", "surface_pressure" ], "labels": [ "Temperature (2 m)", "Relative Humidity (2 m)", "Apparent Temperature", "Precipitation (rain + showers + snow)", "Surface Pressure" ] }