User searches for next days weather forecast to create a calendar subscription feed.
Developer who is experienced in web technologies but have no preliminary knowledge of geospatial APIs or environmental data usage.
-
Developer is familiar with at least OpenAPI3 and WFS3
-
Developer knows weather parameters, location and time range of interest
-
The developer gets familiar with API and its providing
-
The developer searches the appropriate library and integrates it to the software
-
The developer defines point and time range of interest
-
The library takes care of requesting and retrieving the data
-
The developer decorates the output to the software
-
API address
-
Weather parameter(s) name
-
Coordinates of the location of interest
-
The time range of interest
JSON containing time series of the requested parameter with minimal metadata (location, time, unit).
User searches for next days weather forecast to create a calendar subscription feed.
Developer who is experienced in web technologies but have no preliminary knowledge of geospatial APIs or environmental data usage.
-
Developer is familiar with at least OpenAPI3 and WFS3
-
Developer knows weather parameters, location and time of interest
-
The developer gets familiar with API and its providing
-
The developer searches the appropriate library and integrates it to the software
-
The developer defines point and time of interest
-
The library takes care of requesting and retrieving the data
-
The developer decorates the output to the software
-
API address
-
Weather parameter(s) name
-
Coordinates of the location of interest
-
Time of interest
JSON containing values of the requested parameter with minimal metadata (location, time, unit).
The user wants to get a sense of values in the data.
Developer who is experienced in web technologies but have no preliminary knowledge of geospatial APIs or environmental data usage.
-
Developer is familiar with at least OpenAPI3 and WFS3
-
Developer knows weather parameters, area of interest
-
Developer have QGIS or similar installed
-
The developer finds API endpoint
-
The developer open QGIS desktop application
-
The developer enters API endpoint and selects the dataset (collection) of interest
-
QGIS show data values in 100 points spread regularly to the data area
-
User may zoom in and out while getting always 100 points inside shown area
API output is a 100 features which form a regular grid in the requested area. QGIS visualise the data to the user.