GitHub user flomickl edited a discussion: Create Specific Adapter for Airplain Live Position
Hi, I found a geodata source for Open Sky Network’s live API here is a request example for airplanes over Switzerland via bounding box: https://opensky-network.org/api/states/all?lamin=45.8389&lomin=5.9962&lamax=47.8229&lomax=10.5226 Because there are no key value pairs, the adapters cannot fetch the data at the moment. I was unable to do so. The key values of the response are listed here. https://openskynetwork.github.io/opensky-api/rest.html#response So, do you think it is possible to create an adapter where the key value pairs are created correctly? Similar to the ISS Adapter but more advance because of the missing keys. Greetings Florian ===UPDATE=== in general: I added a page in the wiki with good data sources with geo positions. https://cwiki.apache.org/confluence/x/nYpbDg I think OpenSenseMap is for example a good way to combine real sensor data with position data. There is also a OGC standard called SensorThings API. Have you ever heard of it? https://developers.sensorup.com/docs/#introduction http://developers.sensorup.com/webinars/Introduction-to-SensorThings/ === UPDATE 2 ==== water level gauging station in Germany cut of in adapter https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations/BONN.json?includeTimeseries=true&includeCurrentMeasurement=true GitHub link: https://github.com/apache/streampipes/discussions/1034 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
