This process accepts a latitude and longitude, both in EPSG:3857, and returns a WMS with calculated Physiological Equivalent Temperature results for that location.
| Id |
Title |
Data Type |
Format |
Description |
| location |
Location |
string |
geojson-geometry |
A geojson feature, preferably a point. (Can be provided instead of lat3857 and lon3857.) |
| lat3857 |
Latitude |
number |
double |
The desired latitude in EPSG:3857 (Y coordinate). Only required if no location is provided. Ignored otherwise. |
| lon3857 |
Longitude |
number |
double |
The desired longitude in EPSG:3857 (X coordinate). Only required if no location is provided. Ignored otherwise. |
| buildings |
Buildings |
string |
url |
WFS datasource for buildings. Optional. Defaults to BAG. |
| vegetation |
Trees and vegetation |
string |
url |
WFS datasource for vegetation, most notably trees. Optional. Defaults to BGT. |
| topography |
Topography |
string |
url |
WFS datasource for terrain features, most notably water. Optional. Defaults to Top10NL. |
| elevation |
Elevation model |
string |
url |
WCS datasource for elevation model. Optional. Defaults to AHN4. |
| cached |
Cached |
boolean |
|
Whether to obtain results from the cache rather than recalculate, if possible. Optional. Defaults to false. |