Implement Station Preparation
Design idea: "Data is ready to use"
StationPreparation can handle data from a single source. Returned data is ready to use. Identifier is station ID.
Jobs:
-
has methods
get_X
,get_Y
-
has method
preprocess
to trigger all required preprocessing steps - (down)load data
- store data
- interpolate
- transform
- ... ?
- return X, Y of a single station as matrix