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
de0bdc72
Commit
de0bdc72
authored
7 years ago
by
Jussi Nikander
Browse files
Options
Downloads
Patches
Plain Diff
Added missing weather data types from VIPS weather data specification.
parent
5f019606
Branches
Branches containing commit
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/util/WeatherElements.java
+15
-3
15 additions, 3 deletions
src/main/java/no/nibio/vips/util/WeatherElements.java
with
15 additions
and
3 deletions
src/main/java/no/nibio/vips/util/WeatherElements.java
+
15
−
3
View file @
de0bdc72
...
@@ -79,10 +79,22 @@ public class WeatherElements {
...
@@ -79,10 +79,22 @@ public class WeatherElements {
*/
*/
public
static
final
String
LEAF_WETNESS_GROUND_LEVEL
=
"BTg"
;
public
static
final
String
LEAF_WETNESS_GROUND_LEVEL
=
"BTg"
;
/**
/**
* Average wind speed (meters / second)
* Average wind speed (meters / second)
for the last 60 minutes, measured at 2 meter height
*/
*/
public
static
final
String
WIND_SPEED_2M
=
"FM2"
;
public
static
final
String
WIND_SPEED_2M
=
"FM2"
;
/**
* Average wind speed (meters / second) for the last 60 minutes, measured at 10 meter height
*/
public
static
final
String
WIND_SPEED_10M
=
"FM"
;
/**
* Average wind speed (meters / second) for the last 10 minutes, measured at 2 meter height
*/
public
static
final
String
WIND_SPEED_10MIN_2M
=
"FF2"
;
/**
* Average wind speed (meters / second) for the last 10 minutes, measured at 10 meter height
*/
public
static
final
String
WIND_SPEED_10MIN_10M
=
"FF"
;
public
static
final
String
POTENTIAL_EVAPORATION
=
"EPP"
;
public
static
final
String
POTENTIAL_EVAPORATION
=
"EPP"
;
...
...
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