pacificclimate / weather-anomaly-tool

0 stars 0 forks source link

Display interpolated spatial grids of values (anomaly, baseline?, monthly?) #16

Open rod-glover opened 7 years ago

rod-glover commented 7 years ago

What datasets will be interpolated, and how?

Initial discussion with FA seemed to indicate that he would like us to generate and store files of interpolated grids on the backend, as they have utility beyond display in this tool. ? Suggested arrangement is to generate one file per station, with a spatial grid per time

Alternatives:

  1. Backend, on-demand. Compute grids from station data and serve on demand. No stored files. Params: variable, year, month.
  2. Frontend. Compute grids from station data and display. Questions:
    1. Is correct and efficient TPS code available in JS?
    2. If not, how feasible would it be to develop in-house? Other benefits of doing so, i.e., other applications?