...
- the Macro function
interpolate(field, geopoints)returns a new geopoints variable whose locations are from its input geopoints and whose values are interpolated from the input field
Extracting point values
There are many ways to extact the value of a field at a given point or set of points. Try this one - call with the latitude and longitude of a geographical location and print the result to see which data gridpoint is closest to it. nearest_gridpoint_info ( fieldset,number,number )