{
  "source": {
    "provider": "NASA POWER Daily Point API",
    "requestUrl": "https://power.larc.nasa.gov/api/temporal/daily/point?parameters=T2M_MAX,T2M_MIN,T2M,PRECTOTCORR,RH2M,ALLSKY_SFC_SW_DWN,WS2M&community=AG&longitude=-4.7794&latitude=37.8882&start=20230101&end=20231231&format=JSON&time-standard=UTC",
    "accessedAt": "2026-09-24T22:32:00.955378+00:00",
    "sha256": "2ed5a2b0ec50b5f998e0ab6c8e9218d6a3994ea5f6a99e65278f6de5ca5040cf",
    "purpose": "Historical example for Cordoba, Spain; one year is not a climate normal",
    "documentation": "https://power.larc.nasa.gov/docs/services/api/temporal/daily/"
  },
  "cases": [
    {
      "case": "A",
      "rows": 365,
      "validMonths": 12,
      "january": {
        "month": 1,
        "temperature": 7.46,
        "tmin": 2.87,
        "tmax": 14.041,
        "precipitation": 18.75,
        "et0": null,
        "coverage": 100,
        "fieldCoverage": {
          "temperature": 100,
          "tmin": 100,
          "tmax": 100,
          "precipitation": 100,
          "et0": 0
        },
        "valid": true,
        "observations": 31,
        "expected": 31
      },
      "indicators": {
        "BIO1": 18.25,
        "BIO12": 321.05,
        "P_TOTAL": 321.05,
        "ET0_TOTAL": null,
        "CHILL_HOURS": null,
        "DE_MARTONNE": 11.365
      }
    },
    {
      "case": "B",
      "rows": 31,
      "validMonths": 1,
      "january": {
        "month": 1,
        "temperature": 7.46,
        "tmin": 2.87,
        "tmax": 14.041,
        "precipitation": 18.75,
        "et0": null,
        "coverage": 100,
        "fieldCoverage": {
          "temperature": 100,
          "tmin": 100,
          "tmax": 100,
          "precipitation": 100,
          "et0": 0
        },
        "valid": true,
        "observations": 31,
        "expected": 31
      },
      "indicators": {
        "BIO1": null,
        "BIO12": null,
        "P_TOTAL": 18.75,
        "ET0_TOTAL": null,
        "CHILL_HOURS": null,
        "DE_MARTONNE": null
      }
    },
    {
      "case": "C",
      "rows": 365,
      "validMonths": 11,
      "january": {
        "month": 1,
        "temperature": 7.46,
        "tmin": 2.87,
        "tmax": 14.041,
        "precipitation": null,
        "et0": null,
        "coverage": 100,
        "fieldCoverage": {
          "temperature": 100,
          "tmin": 100,
          "tmax": 100,
          "precipitation": 77.41935483870968,
          "et0": 0
        },
        "valid": false,
        "observations": 31,
        "expected": 31
      },
      "indicators": {
        "BIO1": 18.25,
        "BIO12": null,
        "P_TOTAL": 314.65,
        "ET0_TOTAL": null,
        "CHILL_HOURS": null,
        "DE_MARTONNE": null
      }
    }
  ]
}
