Skip to content
Snippets Groups Projects
Commit 226f462e authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added 1 min interval

parent 6b3ac572
No related branches found
No related tags found
No related merge requests found
...@@ -24,17 +24,17 @@ import com.fasterxml.jackson.annotation.JsonFormat; ...@@ -24,17 +24,17 @@ import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.Date; import java.util.Date;
import javax.json.bind.annotation.JsonbDateFormat; import javax.json.bind.annotation.JsonbDateFormat;
import javax.json.bind.annotation.JsonbTransient;
/** /**
* Data object that represents a weather observation. Could be measured (historical * Data object that represents a weather observation. Could be measured (historical
* and forecasted (future). * and forecasted (future).
* @copyright 2013 <a href="http://www.nibio.no/">NIBIO</a> * @copyright 2020 <a href="http://www.nibio.no/">NIBIO</a>
* @author Tor-Einar Skog <tor-einar.skog@nibio.no> * @author Tor-Einar Skog <tor-einar.skog@nibio.no>
*/ */
public class WeatherObservation implements Comparable{ public class WeatherObservation implements Comparable{
public final static Integer LOG_INTERVAL_ID_1M = 8;
public final static Integer LOG_INTERVAL_ID_10M = 6; 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_15M = 5;
public final static Integer LOG_INTERVAL_ID_30M = 4; 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