Skip to content

Instantly share code, notes, and snippets.

View ilkkarinne's full-sized avatar

Ilkka Rinne ilkkarinne

View GitHub Profile
@ilkkarinne
ilkkarinne / Figure 2 Observation Core.png
Last active November 21, 2019 10:01
O&M Observation with constraint restriction
Figure 2 Observation Core.png
@ilkkarinne
ilkkarinne / Figure 2 Observation Core.png
Last active November 20, 2019 16:52
Proposed O&M Core with AbstractObservation and Observation
Figure 2 Observation Core.png
@ilkkarinne
ilkkarinne / api.json
Created May 6, 2019 11:38
Fixed OpenAPI description for FMI SOFP server at http://beta.fmi.fi/data/3/wfs/sofp/api.json
{
"openapi": "3.0.1",
"info": {
"version": "0.3.1",
"title": "SOFP WFS 3.0 server",
"license": {
"name": "MIT"
}
},
"servers": [
@ilkkarinne
ilkkarinne / 0_ancillary_information_API.png
Last active August 29, 2015 14:08
INSPIRE Dashboard ancillary/extra information API
0_ancillary_information_API.png
@ilkkarinne
ilkkarinne / GetFeature result
Last active August 29, 2015 14:07
WFS GetFeature response with GridSeriesObservation (filext)
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection
timeStamp="2014-10-13T12:32:15Z"
numberMatched="2"
numberReturned="2"
xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:om="http://www.opengis.net/om/2.0"
xmlns:omso="http://inspire.ec.europa.eu/schemas/omso/2.0rc3"
@ilkkarinne
ilkkarinne / Mast observation set as OM:ProfileObservation
Last active August 29, 2015 14:06
This is draft of an INSPIRE AC-MF theme compliant WFS 2.0 GetFeature response for temperature observations measured along a radio link mast. A set of simultaneous observations made at different heights are modelled as a temperature observation profile. The grid points for the sensor locations are defined using a mast-specific GML 3.3 Linear refe…
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection
xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:om="http://www.opengis.net/om/2.0"
xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0"
xmlns:omso="http://inspire.ec.europa.eu/schemas/omso/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:gmllr="http://www.opengis.net/gml/3.3/lr"