Skip to content

Instantly share code, notes, and snippets.

@hylkevds
Created April 1, 2020 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hylkevds/ce2fc8a09ebd04b65759f24de8fcd94a to your computer and use it in GitHub Desktop.
Save hylkevds/ce2fc8a09ebd04b65759f24de8fcd94a to your computer and use it in GitHub Desktop.
{
"importer": {
"className": "de.fraunhofer.iosb.ilt.sensorthingsimporter.importers.ImporterAtAqd",
"classConfig": {
"samplesUrl": "http://luft.umweltbundesamt.at/inspire/wfs?service\u003dWFS\u0026version\u003d2.0.0\u0026request\u003dGetFeature\u0026typeName\u003daqd:AQD_Sample",
"fieldStartTime": "StartTime",
"fieldEndTime": "EndTime",
"fullImport": false,
"entityOwner": "http://luft.umweltbundesamt.at",
"sensorsUrl": "http://luft.umweltbundesamt.at/inspire/wfs?service\u003dWFS\u0026version\u003d2.0.0\u0026request\u003dGetFeature\u0026typeName\u003daqd:AQD_SamplingPointProcess",
"samplingPointsUrl": "http://luft.umweltbundesamt.at/inspire/wfs?service\u003dWFS\u0026version\u003d2.0.0\u0026request\u003dGetFeature\u0026typeName\u003daqd:AQD_SamplingPoint",
"observationsUrl": "http://luft.umweltbundesamt.at/inspire/sos?service\u003dSOS\u0026version\u003d2.0.0\u0026request\u003dgetObservation\u0026offering\u003durn:STA/{datastreamLocalId}\u0026eventTime\u003d{phenomenonTimeInterval}",
"thingsUrl": "http://luft.umweltbundesamt.at/inspire/wfs?service\u003dWFS\u0026version\u003d2.0.0\u0026request\u003dGetFeature\u0026typeName\u003daqd:AQD_Station",
"startTime": {
"className": "de.fraunhofer.iosb.ilt.sensorthingsimporter.timegen.TimeGenNewer",
"classConfig": {
"startTime": "2018-01-01T00:00:00Z"
}
},
"fieldValue": "Value"
}
},
"uploader": {
"serviceUrl": "http://service.datacove.eu/AirThings/v1.1",
"authMethod": {
"className": "de.fraunhofer.iosb.ilt.sensorthingsimporter.auth.AuthBasic",
"classConfig": {
"password": "",
"ignoreSslErrors": false,
"username": "write"
}
},
"useDataArrays": true
},
"msgInterval": 500,
"validator": {
"className": "de.fraunhofer.iosb.ilt.sensorthingsimporter.validator.ValidatorNewer"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment