Hello,
Not a problem, but a question/request.
Let's say I have the following;
- a time-varying (daily) .csv file of coordinates, an observed z-value, a predicted z-value (let's say 2m-temperature), and...
- a structured grid of (lats,lons), all containing predicted z-values.
Using python-cmethods, is it possible to train/build an algorithm from (1; .csv file representing station observations and predictions) then apply it to (2; just representing predictions)?
Thank you!