hello,
The collection file contains (example):
--cut--
2008-02-01 12:36:00 s2 32.6837225274725
2008-02-01 12:46:00 s2 32.6837225274725
2008-02-01 13:01:01 s2 32.7008928571429
--cut--
For a month measure (2008-02) I need to complete missing measures with "n/a". The measures are done every 5 minutes (seconds in example should be ignored).
In the other words, after processing above example I would expect following result:
2008-02-01 12:36:00 s2 32.6837225274725
2008-02-01 12:41:00 s2 n/a
2008-02-01 12:46:00 s2 32.6837225274725
2008-02-01 12:51:00 s2 n/a
2008-02-01 12:56:00 s2 n/a
2008-02-01 13:01:01 s2 32.7008928571429
thank you very much in advance!
The collection file contains (example):
--cut--
2008-02-01 12:36:00 s2 32.6837225274725
2008-02-01 12:46:00 s2 32.6837225274725
2008-02-01 13:01:01 s2 32.7008928571429
--cut--
For a month measure (2008-02) I need to complete missing measures with "n/a". The measures are done every 5 minutes (seconds in example should be ignored).
In the other words, after processing above example I would expect following result:
2008-02-01 12:36:00 s2 32.6837225274725
2008-02-01 12:41:00 s2 n/a
2008-02-01 12:46:00 s2 32.6837225274725
2008-02-01 12:51:00 s2 n/a
2008-02-01 12:56:00 s2 n/a
2008-02-01 13:01:01 s2 32.7008928571429
thank you very much in advance!