innovationgarage / DrowningWarning-analytics

analyzing data collected from the box (containing accelerometer + gyro sensors)
0 stars 0 forks source link

weather-AROME drop duplicates #2

Open asadisaghar opened 4 years ago

asadisaghar commented 4 years ago

AROME forecasts from different times have model values for several hours in the future. Therefore, each timestamp can have multiple forecast values coming from each of those. We want to use the latest forecasted values (with the minimum time difference). This decision needs to be made explicit in weather/calculateWeatherAtPoint.py L75