From 8a5bbd2418b55209f5b2a36f2dce46193c374743 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 1 Mar 2024 08:37:17 +0100 Subject: [PATCH] Fix typos --- ipmd/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ipmd/README.md b/ipmd/README.md index 180cf6b4..18ce2e9f 100644 --- a/ipmd/README.md +++ b/ipmd/README.md @@ -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. -#### 2. Retrieve and display metadata for all available weatherdata sources -The application sends a request to the IPM Decisions platform for a list of all the 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 weatherdatasources. <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 _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)"/> @@ -95,6 +95,7 @@ _Station based weatherdata source (Norway)_ ##### 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. + <img src="IPMD_Weatherdata_request.png" alt="Weatherdatasource metadata request diagram"/> ##### 3.2 Model form data @@ -112,7 +113,7 @@ If the input data are correct and the model runs, the web service returns result ```json { "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, "resultParameters": [ "Cumulative_DayDegrees", -- GitLab