@@ -69,8 +69,8 @@ The metadata also accurately and machine readably describes the input data that
...
@@ -69,8 +69,8 @@ The metadata also accurately and machine readably describes the input data that
We are using the [JSON Editor JavaScript library](https://github.com/json-editor/json-editor) to automatically render this schema into an HTML Form (see the screenshot above). The JSON Editor also validates the input data and upon submission formats the entered data into Json.
We are using the [JSON Editor JavaScript library](https://github.com/json-editor/json-editor) to automatically render this schema into an HTML Form (see the screenshot above). The JSON Editor also validates the input data and upon submission formats the entered data into Json.
#### 2. Retrieve and display metadata for all available weatherdatasources
#### 2. Retrieve and display metadata for all available weatherdatasources
The application sends a request to the IPM Decisions platform for a list of all the available weatherdatasources.
The application sends a request to the IPM Decisions platform for a list of all the available weatherdatasources.
@@ -81,7 +81,7 @@ It filters out the ones that require login, as we don't support login yet, and t
...
@@ -81,7 +81,7 @@ It filters out the ones that require login, as we don't support login yet, and t
_Weatherdata sources list_
_Weatherdata sources list_
When the user selects the historic weatherdata source, they are requested to either select a weather station or a location - depending on whether the data sources contains a set of weather stations or if it provides data for all lat/lon combinations within a certain area. See examples of both types below
When the user selects the historic weatherdata source, they are requested to either select a weather station or a location - depending on whether the data source contains a set of weather stations or if it provides data for all lat/lon combinations within a certain area. See examples of both types below
<imgsrc="README_img_04.png"alt="Location based weatherdata source (Denmark)"/>
<imgsrc="README_img_04.png"alt="Location based weatherdata source (Denmark)"/>
...
@@ -95,6 +95,7 @@ _Station based weatherdata source (Norway)_
...
@@ -95,6 +95,7 @@ _Station based weatherdata source (Norway)_
##### 3.1. Weatherdata
##### 3.1. Weatherdata
When the user clicks the `Run` button, the application first sends requests for weatherdata to the historic and forecast weatherdata services. The retrieved data are then merged into one data set.
When the user clicks the `Run` button, the application first sends requests for weatherdata to the historic and forecast weatherdata services. The retrieved data are then merged into one data set.