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

Fix typos

parent 50712511
No related branches found
No related tags found
No related merge requests found
...@@ -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 weatherdata sources #### 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 weatherdata sources. The application sends a request to the IPM Decisions platform for a list of all the available weatherdatasources.
<img src="IPMD_Weather_metadata_request.png" alt="Weatherdatasource metadata request diagram"/> <img src="IPMD_Weather_metadata_request.png" alt="Weatherdatasource metadata request diagram"/>
...@@ -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
<img src="README_img_04.png" alt="Location based weatherdata source (Denmark)"/> <img src="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.
<img src="IPMD_Weatherdata_request.png" alt="Weatherdatasource metadata request diagram"/> <img src="IPMD_Weatherdata_request.png" alt="Weatherdatasource metadata request diagram"/>
##### 3.2 Model form data ##### 3.2 Model form data
...@@ -112,7 +113,7 @@ If the input data are correct and the model runs, the web service returns result ...@@ -112,7 +113,7 @@ If the input data are correct and the model runs, the web service returns result
```json ```json
{ {
"timeStart": "2024-02-27T23:00:00+00:00", "timeStart": "2024-02-27T23:00:00+00:00",
"timeEnd": "2024-02-29T12:00:00+00:00", "timeEnd": "2024-02-29T22:00:00+00:00",
"interval": 86400, "interval": 86400,
"resultParameters": [ "resultParameters": [
"Cumulative_DayDegrees", "Cumulative_DayDegrees",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment