is it possible clean the log data?
my whishes is to order the data recorded in log with inverse time order
Log data clean
Moderator: Mattk
-
- Platinum Boarder
- Posts: 873
- Joined: Fri Jan 25, 2008 6:27 pm
- Location: Isle of Skye, Scotland
Re:Log data clean
Perhaps I have misunderstood, but could you not just make a copy of the 'raw' file then do a reverse sort?cirieh wrote:my whishes is to order the data recorded in log with inverse time order
The first part of each line in 'raw' is an ISO 8601 date time, so the sorted copy should be just what you ask for, without any need to disturb Meteohub's own handling of the data?