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

Path fixing

parent df5cbee0
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<title>Mock weather data source</title> <title>Mock weather data source</title>
</head> </head>
<body> <body>
<p><a href="https://nibio.no/en/projects/malawi-digital-plant-health-service-madiphs" target="new"><img src="/static/images/MaDiPHS_logo.png" style="width: 250px;"/></a></p> <p><a href="https://nibio.no/en/projects/malawi-digital-plant-health-service-madiphs" target="new"><img src="static/images/MaDiPHS_logo.png" style="width: 250px;"/></a></p>
<h1>Mock weather data source</h1> <h1>Mock weather data source</h1>
<p>This a weather data source with no live data. It returns data from 2021 from one virtual location. It can be used for testing the API.</p> <p>This a weather data source with no live data. It returns data from 2021 from one virtual location. It can be used for testing the API.</p>
<p>The weather data source returns weather data following the <a href="https://github.com/H2020-IPM-Decisions/WeatherService/blob/develop/docs/weather_service.md" target="new">IPM Decisions weather data format</a>.</p> <p>The weather data source returns weather data following the <a href="https://github.com/H2020-IPM-Decisions/WeatherService/blob/develop/docs/weather_service.md" target="new">IPM Decisions weather data format</a>.</p>
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
<li>interval is optional. The default value is 3600 (hourly values). To get daily values, set interval=86400.</li> <li>interval is optional. The default value is 3600 (hourly values). To get daily values, set interval=86400.</li>
</ul> </ul>
<h2>Example</h2> <h2>Example</h2>
<p><a href="/weather_data?latitude=50.109&amp;longitude=10.961&amp;parameters=1001,2001&timeStart=2021-10-28&timeEnd=2021-11-15">/weather_data?latitude=50.109&amp;longitude=10.961&amp;parameters=1001,2001</a></p> <p><a href="weather_data?latitude=50.109&amp;longitude=10.961&amp;parameters=1001,2001&timeStart=2021-10-28&timeEnd=2021-11-15">/weather_data?latitude=50.109&amp;longitude=10.961&amp;parameters=1001,2001</a></p>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment