Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCommon
Commits
226f462e
Commit
226f462e
authored
4 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Added 1 min interval
parent
6b3ac572
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/entity/WeatherObservation.java
+2
-2
2 additions, 2 deletions
src/main/java/no/nibio/vips/entity/WeatherObservation.java
with
2 additions
and
2 deletions
src/main/java/no/nibio/vips/entity/WeatherObservation.java
+
2
−
2
View file @
226f462e
...
...
@@ -24,17 +24,17 @@ import com.fasterxml.jackson.annotation.JsonFormat;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
import
java.util.Date
;
import
javax.json.bind.annotation.JsonbDateFormat
;
import
javax.json.bind.annotation.JsonbTransient
;
/**
* Data object that represents a weather observation. Could be measured (historical
* and forecasted (future).
* @copyright 20
13
<a href="http://www.nibio.no/">NIBIO</a>
* @copyright 20
20
<a href="http://www.nibio.no/">NIBIO</a>
* @author Tor-Einar Skog <tor-einar.skog@nibio.no>
*/
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_15M
=
5
;
public
final
static
Integer
LOG_INTERVAL_ID_30M
=
4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment