SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
4.2 KB · 113 lines yaml
Raw Blame History
1# earth-now.co2# Author:  Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File:    packages/registry/metrics/health.yaml5# Purpose: Health metrics (catalog §2 🥈) — major mortality counters (sober editorial rule) and cigarettes smoked67metrics:8  - &health_death_base9    id: cvd_deaths_ytd10    name:11      fr: "Décès par maladies cardiovasculaires cette année"12      en: "Cardiovascular disease deaths this year"13    domain: health14    priority: v115    kind: cumulative16    level: 117    model: seasonal-ytd-v118    unit: people19    sources:20      - id: ihme_gbd21        name: "IHME Global Burden of Disease / OMS"22        url: https://www.healthdata.org/research-analysis/gbd23        license: "IHME free-of-charge non-commercial (verify)"24        licenseNote: "non-commercial terms — legal review before monetization"25        cadence: yearly26    refresh: on_source_update27    display:28      decimals: 029      sigFigs: 430      unit: { fr: "personnes", en: "people" }31    constraints: { maxAbsRatePerSec: 2, maxJumpOnRefit: 200000 }32    windows: [ytd, today, session]33    editorialNote:34      fr: "Compteur de mortalité : ton sobre, source et méthode au clic, pas de gamification."35      en: "Mortality counter: sober tone, source and method on click, no gamification."3637  - <<: *health_death_base38    id: cancer_deaths_ytd39    name: { fr: "Décès par cancer cette année", en: "Cancer deaths this year" }4041  - <<: *health_death_base42    id: tobacco_deaths_ytd43    name: { fr: "Décès liés au tabac cette année", en: "Tobacco-related deaths this year" }44    level: 045    model: linear-ytd-v146    sources:47      - id: who_tobacco48        name: "OMS — Tobacco fact sheets"49        url: https://www.who.int/news-room/fact-sheets/detail/tobacco50        license: "CC BY-NC-SA 3.0 IGO"51        licenseNote: "non-commercial clause — legal review before monetization"52        cadence: yearly5354  - <<: *health_death_base55    id: malaria_deaths_ytd56    name: { fr: "Décès par paludisme cette année", en: "Malaria deaths this year" }57    sources:58      - id: who_malaria59        name: "OMS — World Malaria Report"60        url: https://www.who.int/teams/global-malaria-programme/reports/world-malaria-report-202561        license: "CC BY-NC-SA 3.0 IGO"62        licenseNote: "non-commercial clause — legal review before monetization"63        cadence: yearly6465  - <<: *health_death_base66    id: child_deaths_u5_ytd67    name: { fr: "Décès d'enfants de moins de 5 ans cette année", en: "Deaths of children under 5 this year" }68    sources:69      - id: un_igme70        name: "UN IGME — Child Mortality Estimates"71        url: https://childmortality.org/72        license: "CC BY 4.0 (verify)"73        licenseNote: "verify reuse terms before launch"74        cadence: yearly7576  - <<: *health_death_base77    id: road_deaths_ytd78    name: { fr: "Décès par accidents de la route cette année", en: "Road traffic deaths this year" }79    sources:80      - id: who_road81        name: "OMS — Global Status Report on Road Safety"82        url: https://www.who.int/teams/social-determinants-of-health/safety-and-mobility/global-status-report-on-road-safety-202383        license: "CC BY-NC-SA 3.0 IGO"84        licenseNote: "non-commercial clause — legal review before monetization"85        cadence: "~3 years"8687  - id: cigarettes_ytd88    name: { fr: "Cigarettes fumées", en: "Cigarettes smoked" }89    domain: health90    priority: v191    kind: cumulative92    level: 193    model: seasonal-ytd-v194    unit: cigarettes95    sources:96      - id: who_euromonitor_tobacco97        name: "Dérivé OMS / Euromonitor (consommation mondiale de cigarettes)"98        url: https://www.who.int/news-room/fact-sheets/detail/tobacco99        license: "Estimate — citation required"100        licenseNote: "verify estimate basis before launch"101        cadence: yearly102    refresh: on_source_update103    display:104      decimals: 0105      sigFigs: 4106      unit: { fr: "cigarettes", en: "cigarettes" }107    constraints: { maxAbsRatePerSec: 400000, maxJumpOnRefit: 20000000000 }108    windows: [today, ytd, session]109    uncertaintyFraction: 0.15110    editorialNote:111      fr: "Estimation dérivée (~5 200 milliards/an, en baisse) — intervalle affiché."112      en: "Derived estimate (~5.2 trillion/yr, declining) — interval displayed."113