Hi Boris,
Read up on the trig functions in the math module.
http://docs.python.org/2/library/math.html#trigonometric-functions
Emile
On 10/11/2013 6:18 PM, Boris Vladimir Comi wrote:
Boris Vladimir Comi escrito:
I found a way to create daily averages of many variables, for example of
a da
Boris Vladimir Comi escrito:
I found a way to create daily averages of many variables, for example of a
database that has the following structure:
Fecha,Time, DirViento, MagViento, Temperatura, Humedad, PreciAcu.
Each column is daily data every 15 minutes. I share the code, which, with the