Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 nearest_gridpoint_info ( fieldset,number,number ) with the latitude and longitude of a geographical location and print the result to see which data gridpoint is closest to it.