Reading and Transforming Forecast and Observations Data with harp
What you will learn
You will be introduced to harp's main functions for reading external data:
read_grid()
read_forecast()
read_obs_file()
read_obs()
read_analysis()
You will be shown how to use these functions to transform gridded
data to point data, other grids or vertical cross sections and how to write
point forecast and observations data to harp's SQLite
format
that enables fast access to the data.