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

Merge branch 'Add5MinforTahmo' into 'develop'

Aggregate 5 min intervals to hourly values

See merge request VIPS/VIPSCommon!10
parents 226f462e 00deec0a
No related branches found
No related tags found
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