OGC API Features Examples

 

https://vm3897.kaj.pouta.csc.fi/geoe3/...

buildings/collections/buildings_NL/items?bbox=5.98699299002497,52.20603373570634,5.989407671305245,52.20829096113201&f=html&limit=1000
(Request an HTML encoded buildings collection from The Netherlands.)

buildings/collections/buildings_NO/items/Building.192987695?f=json
(Request an individual building in GeoJSON encoding.)

 

OGC API Coverages Examples

 

https://vm3897.kaj.pouta.csc.fi/geoe3/...

dsm/collections/DSM_FI/coverage?f=png&subset=x(502125.46501:503525.06204),y(7726766.64097:7728863.56029)&scaleSize=x(533),y(800)
(Request DSM from the collection DSM_FI (Finnish DSM) from within the given bbox and and in given image size.)

dsm/collections/DSM_FI/coverage?f=png&subset=x(386261.7168464583:386470.5798535234),y(6672024.457348461:6672329.715360783)
(Request DSM from the collection DSM_FI (Finnish DSM) from within the given bbox. When the scaleSize is missing, the result is retrieved from the maximum resolution level, 1 m in this case.)

dtm/collections/DTM_NL/coverage?f=png&subset=x(123254.17233980082:126671.28543781051),y(484094.80987310904:487718.3183566169)&scaleSize=x(752),y(800)
(Request DTM from the collection DTM_NL (Dutch DTM) from within the given bbox and and in given image size.)

 

GeoE3 Content Integration Examples

 

https://vm3897.kaj.pouta.csc.fi/...

geoe3/buildings/search?collections=buildings_FI,buildings_NO&bbox=27.048426848946182,69.91250293786004,27.06727569146675,69.91818900263786&f=json&limit=1000
(A cross-collection query for Buildings in Finland and Norway using a bbox that crosses the boundary between Finland and Norway. Result formatted in GeoJSON.)

geoe3/buildings/search?collections=buildings_FI,buildings_NO,buildings_NL,buildings_ES&f=json&limit=1
(A cross-collection query for Buildings in Finland, Norway, The Netherlands and Spain without a bbox. limit=1, so each service returns one feature. Result formatted in GeoJSON.)

geoe3BUclient/
(Client using cross-collection query to request Buildings from Finland and Norway. Initial bbox is on the border.)

geoe3/dsm/search?f=png&collections=DSM_NO,DSM_FI&subset=x(1756108.1026075305:3748915.483376724),y(10110879.3898928:11705125.294508154)&scaleSize=x(1000),y(800)
(A cross-collection query for DSM in Finland and Norway using a bbox that crosses the boundary between Finland and Norway. Result visualised as a PNG image.)

geoe3DSMclient/
(Client requesting DSM/DTM from GeoE3 platform so that datasets from Finland and Norway are integrated on the service side. Allow a few seconds for the image to load.)