Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kvalobs:kvoss:system:qc2:user:interpolation [2009-07-08 20:47:39] paule |
kvalobs:kvoss:system:qc2:user:interpolation [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Interpolation Configuration Options ====== | ====== Interpolation Configuration Options ====== | ||
| - | The program_options [[.configuration|configuration file]] currently controls the interpolation | + | The program_options [[.configuration|configuration file]] currently controls the interpolation |
| On // | On // | ||
| - | ^InterpCode | + | ^ InterpCode ^Description |
| - | |1 |Inverse Distance Square over all neighbours. |OK | | + | | 1 |Inverse Distance Square over all neighbours. |OK | |
| - | |2 |Inverse Distance Square within a radius determined by the parameter **Inverse Distance Square over all neighbours.** |OK | | + | | 2 |Inverse Distance Square within a radius determined by the parameter **IInterpolationDistance** |OK |
| - | |3 |The same as " | + | | 3 |The same as " |
| - | |4 |Inverse Distance Square using neighbours chosen from an external station list. |To be validated. | | + | | 4 |Inverse Distance Square using neighbours chosen from an external station list. |To be validated. | |
| - | |5 |Linear interpolation using neighbours chosen from an external station list. |Obsolete ... replaced by " | + | | 5 |Linear interpolation using neighbours chosen from an external station list. |Obsolete ... replaced by " |
| - | |6 |The same as " | + | | 6 |The same as " |
| - | |7 |Delaunay triangulation to choose neighbours followed by linear interpolation. |OK | | + | | 7 |Delaunay triangulation to choose neighbours followed by linear interpolation. |OK | |
| - | |8 |Dummy code block that returns a value of -10 for all interpolations. |Placeholder, | + | | 8 |Dummy code block that returns a value of -10 for all interpolations. |Placeholder, |
| - | |9 |This is a placeholder for spatial interpretation for temperature. Currently the algorithm just picks the same value as the nearest neighbour with a measurement. |Development | | + | | 9 |This is a placeholder for spatial interpretation for temperature. Currently the algorithm just picks the same value as the nearest neighbour with a measurement. |Development | |
| - | |10 |ANother | + | | 10 |Another |
| - | |other |Other values are handled gracefully and no interpolation is performed. |OK | | + | | other |Other values are handled gracefully and no interpolation is performed. |OK | |