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%
1.4 KB · 51 lines yaml
Raw Blame History
1# earth-now.co2# Author:  Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File:    packages/registry/metrics/continents.yaml5# Purpose: Population by continent (catalog §1 🥈) — UN WPP L2 splines, ranked live in the UI67metrics:8  - &continent_base9    id: continent_population_asia10    name: { fr: "Asie", en: "Asia" }11    domain: population12    priority: v113    kind: stock14    level: 215    model: seasonal-spline-v216    unit: people17    sources:18      - id: un_wpp_202419        name: "UN World Population Prospects 2024"20        url: https://population.un.org/wpp/21        license: "CC BY 3.0 IGO"22        cadence: yearly23        variants: [low, median, high]24    refresh: on_source_update25    display:26      decimals: 027      sigFigs: 628      unit: { fr: "personnes", en: "people" }29    constraints: { maxAbsRatePerSec: 5, maxJumpOnRefit: 5000000 }30    windows: [total]3132  - <<: *continent_base33    id: continent_population_africa34    name: { fr: "Afrique", en: "Africa" }3536  - <<: *continent_base37    id: continent_population_europe38    name: { fr: "Europe", en: "Europe" }3940  - <<: *continent_base41    id: continent_population_latam42    name: { fr: "Amérique latine et Caraïbes", en: "Latin America & Caribbean" }4344  - <<: *continent_base45    id: continent_population_north_america46    name: { fr: "Amérique du Nord", en: "Northern America" }4748  - <<: *continent_base49    id: continent_population_oceania50    name: { fr: "Océanie", en: "Oceania" }51