feat(models): ajoute knmi_harmonie_arome_europe au sélecteur - #121
Merged
Conversation
Modèle KNMI HARMONIE-AROME Europe, domaine Open-Meteo standard (data_spatial) déjà connu du resolver @openmeteo/weather-map-layer (grille rotated lat/lon 676×564) → grille/bornes/variables résolues automatiquement. Vérifié en amont : HTTP 200 sur map-tiles.open-meteo.com, 5,5 km, pas horaire, horizon ~2,5 j (61 échéances jusqu'à +60 h), 54 variables. Ajout purement display-only : - MODEL_SELECTOR_GROUPS : nouveau groupe « KNMI Netherlands » avec « Harmonie AROME Europe », placé après MeteoSwiss (mésoéchelle nationaux européens DWD/MeteoSwiss/KNMI). - MODEL_DESCRIPTIONS : KNMI (Pays-Bas), 5,5 km, Europe, ~2,5 j. - DOMAIN_DEFAULT_VARIABLES : temperature_2m. Sondage auto-masqué (5 niveaux de pression < 24 requis) ; meteogram masqué (domaine absent de DOMAIN_TO_API_MODEL). Test d'ordre du sélecteur mis à jour.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
infoclimat-numeric | e46b606 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 10:00 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
Ajoute le modèle KNMI HARMONIE-AROME Europe (
knmi_harmonie_arome_europe) au sélecteur de modèles. Domaine Open-Meteo standard (data_spatial), déjà connu du resolver@openmeteo/weather-map-layer→ grille/bornes/variables résolues automatiquement. Ajout purement display-only, même recette que les deux derniers modèles ajoutés.Mesures amont
completed:truesurmap-tiles.open-meteo.com.Changements
MODEL_SELECTOR_GROUPS: nouveau groupe « KNMI Netherlands » → « Harmonie AROME Europe », placé après MeteoSwiss (mésoéchelle nationaux européens DWD/MeteoSwiss/KNMI).DOMAIN_ALLOWLISTen dérive.MODEL_DESCRIPTIONS:KNMI (Pays-Bas) · 5,5 km, Europe · échéance ~2,5 j.DOMAIN_DEFAULT_VARIABLES:temperature_2m.Hors périmètre
DOMAIN_TO_API_MODEL).knmi_harmonie_arome_europeétant unmodels=valide de l'API forecast, il pourrait être activé plus tard par une ligne dans cette table.Vérifications
npx vitest run src/lib/tests/model-selector-groups.test.ts→ PASS (4/0)npm run check→ 0 erreur / 0 warningnpm run lint→ prettier OK + eslint OK