Versions Compared

Key

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

...

Geo datum used to calculate the distances in meters between the points. To calculate distances efficiently and to pre-sort the input points in a grid the earth's curved surface should be transformed to a flat two-dimensional surface. When the input geometry is not in meters calculation of distances will be very slow and a search all is required when there is no exact match. When there is no region/country specific coordinate system available choose a utm zone that best fits with your output region. http://en.wikipedia.org/wiki/File:Utm-zones.jpg. eg. UTM55S for Victoria state in Australia. Only use zone number and N for northern hemisphere and S for southern hemisphere

Functionality

For every timeatep, this transformation will query the locations that have a value. Locations where the current value is missing, will be ignored. Using the selected stations a network of Thiessen polygons is calculated. Each polygon is given the value of the related location. In the next processing step, the polygons are overlayed on the output locationSet. This can be polygons (eg subcatchments), but also a grid and scalar locations.

Image Added

The location at the circle has a value for this timestep and accordinaly a Thiessen polygon is calculated for this station

Image Added

in this timestep there is no value for the station, and thus the Thiessen polygons are only drawn for the stations with values

 

Output

  • outputVariable (data for polygons)

...