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%
3.9 KB · 188 lines json
Raw Blame History
1{2  "extreme_poverty": {3    "family": "seasonal-spline-v2",4    "observations": [5      {6        "time": "2022-07-01T00:00:00.000Z",7        "value": 7150000008      },9      {10        "time": "2023-07-01T00:00:00.000Z",11        "value": 70000000012      },13      {14        "time": "2024-07-01T00:00:00.000Z",15        "value": 69200000016      },17      {18        "time": "2025-07-01T00:00:00.000Z",19        "value": 68300000020      }21    ],22    "forecasts": [23      {24        "time": "2026-07-01T00:00:00.000Z",25        "value": 67400000026      },27      {28        "time": "2027-07-01T00:00:00.000Z",29        "value": 66500000030      }31    ],32    "uncertainty": {33      "low": 653000000,34      "high": 71300000035    },36    "observedAt": "2025-07-01T00:00:00.000Z"37  },38  "people_without_clean_water": {39    "family": "seasonal-spline-v2",40    "observations": [41      {42        "time": "2020-07-01T00:00:00.000Z",43        "value": 226000000044      },45      {46        "time": "2022-07-01T00:00:00.000Z",47        "value": 220000000048      },49      {50        "time": "2024-07-01T00:00:00.000Z",51        "value": 213000000052      }53    ],54    "forecasts": [55      {56        "time": "2026-07-01T00:00:00.000Z",57        "value": 206000000058      },59      {60        "time": "2028-07-01T00:00:00.000Z",61        "value": 199000000062      }63    ],64    "uncertainty": {65      "low": 2050000000,66      "high": 221000000067    },68    "observedAt": "2024-07-01T00:00:00.000Z"69  },70  "undernourished": {71    "family": "seasonal-spline-v2",72    "observations": [73      {74        "time": "2021-07-01T00:00:00.000Z",75        "value": 72800000076      },77      {78        "time": "2022-07-01T00:00:00.000Z",79        "value": 73500000080      },81      {82        "time": "2023-07-01T00:00:00.000Z",83        "value": 71000000084      },85      {86        "time": "2024-07-01T00:00:00.000Z",87        "value": 68500000088      }89    ],90    "forecasts": [91      {92        "time": "2026-07-01T00:00:00.000Z",93        "value": 65000000094      },95      {96        "time": "2027-07-01T00:00:00.000Z",97        "value": 63800000098      }99    ],100    "uncertainty": {101      "low": 630000000,102      "high": 740000000103    },104    "observedAt": "2024-07-01T00:00:00.000Z"105  },106  "food_waste_ytd": {107    "family": "linear-ytd-v1",108    "year": 2026,109    "annualTotal": 1080000000,110    "observedAt": "2024-03-27T00:00:00.000Z"111  },112  "water_use_ytd": {113    "family": "seasonal-ytd-v1",114    "year": 2026,115    "annualTotal": 4300000000000,116    "shape": [117      {118        "period": "year",119        "order": 1,120        "relativeAmplitude": 0.15,121        "phase": -2.856122      }123    ],124    "observedAt": "2025-11-30T00:00:00.000Z"125  },126  "animals_slaughtered_ytd": {127    "family": "seasonal-ytd-v1",128    "year": 2026,129    "annualTotal": 83000000000,130    "shape": [131      {132        "period": "year",133        "order": 1,134        "relativeAmplitude": 0.05,135        "phase": 0.796136      }137    ],138    "observedAt": "2025-12-20T00:00:00.000Z"139  },140  "fish_caught_ytd": {141    "family": "seasonal-ytd-v1",142    "year": 2026,143    "annualTotal": 92000000,144    "shape": [145      {146        "period": "year",147        "order": 1,148        "relativeAmplitude": 0.1,149        "phase": -2.856150      }151    ],152    "observedAt": "2025-06-07T00:00:00.000Z"153  },154  "coffee_cups_ytd": {155    "family": "seasonal-ytd-v1",156    "year": 2026,157    "annualTotal": 820000000000,158    "shape": [159      {160        "period": "day",161        "order": 1,162        "relativeAmplitude": 0.35,163        "phase": -2.618164      },165      {166        "period": "week",167        "order": 1,168        "relativeAmplitude": 0.05,169        "phase": 3.029170      }171    ],172    "observedAt": "2025-12-05T00:00:00.000Z"173  },174  "food_produced_ytd": {175    "family": "seasonal-ytd-v1",176    "year": 2026,177    "annualTotal": 9800000000,178    "shape": [179      {180        "period": "year",181        "order": 1,182        "relativeAmplitude": 0.2,183        "phase": 1.724184      }185    ],186    "observedAt": "2025-12-20T00:00:00.000Z"187  }188}