Hi, what´s up?
I need a little help, i´m dying with my files, there are over 40 MB and my RAMmemory is too low for this amount of data. I´ve got many files like in the attachment (only as an example)
The first column is "date"...i don´t need that....
What i wanna do is, i would like to transform the time column (2nd col) in seconds and calculate the mean value of the rest of columns over 10 minutes...then write results in new file with "time(scale:10 min in sec), u,v,w,T (mean values)....
I wrote a program that would work, but because of memory size it only reads a part of that big files...so what i must do is, tell the program to read files for 10 min--->calculate---->write in file....now read next 10 min---->calculate--->append in same file... and so on, till eof
Here are two programs,"schreibe 2 files" writes the time with "," seperation, i didn´t know how to do that with ":"
here the files:
can anyone help?
greetings, lecojon
PS: i wrote 2 progs, the first one is to tranform time into seconds....but maybe someone knows how to do that all in one prog?
I need a little help, i´m dying with my files, there are over 40 MB and my RAMmemory is too low for this amount of data. I´ve got many files like in the attachment (only as an example)
The first column is "date"...i don´t need that....
What i wanna do is, i would like to transform the time column (2nd col) in seconds and calculate the mean value of the rest of columns over 10 minutes...then write results in new file with "time(scale:10 min in sec), u,v,w,T (mean values)....
I wrote a program that would work, but because of memory size it only reads a part of that big files...so what i must do is, tell the program to read files for 10 min--->calculate---->write in file....now read next 10 min---->calculate--->append in same file... and so on, till eof
Here are two programs,"schreibe 2 files" writes the time with "," seperation, i didn´t know how to do that with ":"
here the files:
can anyone help?
greetings, lecojon
PS: i wrote 2 progs, the first one is to tranform time into seconds....but maybe someone knows how to do that all in one prog?