Corgam / SS23_ADSP_TCF

An official repository for the "Tangible Climate Futures" project from the ADSP (SS23) course at TU Berlin.
1 stars 2 forks source link

Optimize data science #167

Closed Fr3574 closed 1 year ago

Fr3574 commented 1 year ago

The python backend returns now each data point in this format:

{
  "{x: 0, y: 0}": {
    "vars": {
      "lon": 12.119013786315918,
      "lat": 51.213443756103516
    },
    "timeVars": {
      "0": { "hail": 0 },
      "1": { "hail": 0 }
    }
  }
}||*split*||{
 "{x: 0, y: 1}":
  ...
}

TODO:

guttenberger commented 1 year ago

sieht gut aus 👍