Skip to content
Snippets Groups Projects
Commit 00deec0a authored by Brita Linnestad's avatar Brita Linnestad
Browse files

Aggregate 5 min intervals to hourly values

parent 226f462e
Branches Add5MinforTahmo
Tags
No related merge requests found
......@@ -35,6 +35,7 @@ import javax.json.bind.annotation.JsonbDateFormat;
public class WeatherObservation implements Comparable{
public final static Integer LOG_INTERVAL_ID_1M = 8;
public final static Integer LOG_INTERVAL_ID_5M = 9;
public final static Integer LOG_INTERVAL_ID_10M = 6;
public final static Integer LOG_INTERVAL_ID_15M = 5;
public final static Integer LOG_INTERVAL_ID_30M = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment