I wonder if there is an easy way to grid a data from ASCII files? I'm trying to grid station data from a list and coordinates separated in 3 text files.
I have 3 text files: one with the stations data, one with the latitude, one with the longitude (the lon and lat are not regular).
So basically I'd like to create a grid from the second and third file, and associate at each grid point the corresponding value of the station variable.