Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rod-glover opened this issue Oct 27, 2017 · 0 comments
Labels

Comments

@rod-glover
Copy link
Contributor

rod-glover commented Oct 27, 2017

What datasets will be interpolated, and how?

  • Anomaly, yes. Compute how?

    1. Compute anomaly by station and interpolate?
    2. Compute interpolated baseline and monthly grids (they are based on different station sets) and form anomaly?
  • Monthly and baseline, ??? If using computation method 2, we will already have these.

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?
@rod-glover rod-glover added the UI label Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant