feat: domaine radar_metropole (observation lame d'eau, 5 min) - #103
Open
cmer81 wants to merge 2 commits into
Open
feat: domaine radar_metropole (observation lame d'eau, 5 min)#103cmer81 wants to merge 2 commits into
cmer81 wants to merge 2 commits into
Conversation
Enregistre le domaine radar_metropole (1650×1100, 0.01°, lon -6→10.5, lat 41→52) dans domainOptions et MODEL_SELECTOR_GROUPS. Variables : rain_rate (mm/5 min), precip_1h (cumul 1h). time_interval fixé à '15_minute' (valeur la plus proche supportée par ModelDt — '5_minutely' n'existe pas dans le type), model_interval à 'hourly'.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
maps | d67b098 | Commit Preview URL Branch Preview URL |
Jun 28 2026, 03:50 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 pseudo-domaine
radar_metropole— observation radar France métropole (lame d'eau), servi depuis le bucket maison Infoclimat (gaté surVITE_MODELS_BUCKET_URL).1650×1100à0,01°(lon −6→10,5, lat 41→52), pas 5 min.rain_rate(mm/5 min, défaut) etprecip_1h(cumul 1h, mm).Détails techniques
src/lib/radar-domain.ts— déclaration du domaine +registerRadarDomain()(idempotent, gaté sur le bucket comme les autres domaines maison).constants.ts—RADAR_METROPOLE_DOMAIN, entréeMODEL_SELECTOR_GROUPS, variable par défaut, libellé.stores/variables.ts— enregistrement du domaine au démarrage.helpers.ts— ajout àBUCKET_DOMAINSpour router les requêtes vers le bucket maison (manquait dans le commit d'origine → le domaine aurait été routé par erreur vers Open-Meteo).time_interval: '15_minute'etmodel_interval: 'hourly'(le typeModelDtdu package n'expose pas de valeur sub-horaire ; impact limité au pas de scrubbing, les URLs sont bâties depuis lesvalid_times).Notes
main; rebasée proprement surmain(conflits résolus surconstants.ts/variables.ts, cohabitation avec AROME France HD).npm run check,npm run lint,npx vitest run(388 ✓) etnpm run buildpassent.