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:test:algorithms:singlemissingpoint2 [2010-09-19 20:14:31] paule |
kvalobs:kvoss:system:qc2:test:algorithms:singlemissingpoint2 [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Single Missing Point Revised ====== | ====== Single Missing Point Revised ====== | ||
| - | The tests at [[kvoss: | + | The tests at [[kvoss: |
| Example Scenarios: | Example Scenarios: | ||
| Line 34: | Line 34: | ||
| The revised algorithm also has to recheck values in case the neighbours have changed. In general terms the logic is as follows: | The revised algorithm also has to recheck values in case the neighbours have changed. In general terms the logic is as follows: | ||
| - | {{: | + | {{kvalobs: |
| **NB** The algorithm in the end has been implemented by checking the neighbours first and then working through the ftime options, ... but the result is the same. | **NB** The algorithm in the end has been implemented by checking the neighbours first and then working through the ftime options, ... but the result is the same. | ||
| Line 212: | Line 212: | ||
| ====== Test Run 3 ====== | ====== Test Run 3 ====== | ||
| - | This works the same as the above ... but also includes a -32766 example. Here are the test {{: | + | This works the same as the above ... but also includes a -32766 example. Here are the test {{kvalobs: |
| < | < | ||
| Line 240: | Line 240: | ||
| + | ====== Interesting case? ====== | ||
| + | |||
| + | Time Series | ||
| + | < | ||
| + | kvalobs=# select * from data where paramid=213 and stationid=54710 and obstime between ' | ||
| + | | ||
| + | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+---------------------------- | ||
| + | 54710 | 2010-11-20 00:00:00 | -23.8 | 213 | 2010-11-19 23:56:31 | 330 | 0 | 0 | -23.8 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 01:00:00 | -24.2 | 213 | 2010-11-20 00:56:36 | 330 | 0 | 0 | -24.2 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 02:00:00 | -24.8 | 213 | 2010-11-20 01:56:33 | 330 | 0 | 0 | -24.8 | 0511000000000010 | 7000000000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 03:00:00 | -24.6 | 213 | 2010-11-20 02:59:18 | 330 | 0 | 0 | -24.8 | 0511004100000090 | 5031100000000001 | QC1-1-213, | ||
| + | 54710 | 2010-11-20 04:00:00 | -24.8 | 213 | 2010-11-20 03:56:34 | 330 | 0 | 0 | -24.8 | 0510000000000010 | 7000000000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 05:00:00 | -22.1 | 213 | 2010-11-20 04:56:31 | 330 | 0 | 0 | -22.1 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 06:00:00 | -21.3 | 213 | 2010-11-20 05:58:51 | 330 | 0 | 0 | -21.3 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 07:00:00 | -21.6 | 213 | 2010-11-20 06:56:38 | 330 | 0 | 0 | -21.6 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | 54710 | 2010-11-20 08:00:00 | -21.5 | 213 | 2010-11-20 07:56:34 | 330 | 0 | 0 | -21.5 | 0311000000000010 | 7010100000000001 | QC1-1-213 | ||
| + | (9 rows) | ||
| + | |||
| + | </ | ||
| + | |||
| + | Modiification history: | ||
| + | |||
| + | |||
| + | < | ||
| + | kvalobs=# select * from data_history where paramid=213 and stationid=54710 and obstime=' | ||
| + | version | ||
| + | -----------+-----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+----------------------------+---------------------------- | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | (9 rows) | ||
| + | </ | ||