it-at-m / dave-backend

Beinhaltet die Business-Logik für Frontend, Adminportal, Selfserviceportal und EAI. Und bildet somit den Kern der Anwendung.
MIT License
2 stars 1 forks source link

Automated sensor-data integration #74

Open florian-krueger opened 4 months ago

florian-krueger commented 4 months ago

Is your feature request related to a problem? Please describe. The traffic counting is currently a manual process. In some areas we have sensors (cameras, counting devices, induction loops, ...) that measure (some more accurate, some less) traffic and sometimes even vehicles types. It would be great to automatically integrate this data into dave - next to manual traffic counting.

Describe the solution you'd like It would be great to have an API to drop this data into dave.

Describe alternatives you've considered Currently we would export this data and insert it manually into dave, but it would really be awesome to continously integrate the data.

Der-Alex-K commented 4 months ago

We are currently working on an extension to be able to display sensor data. Only the master data of the measuring points (https://github.com/it-at-m/dave-backend/blob/main-ls2/src/main/java/de/muenchen/dave/geodateneai/gen/model/MessstelleDto.java), such as the coordinates, are stored in DAVe itself and the movement data is retrieved at runtime. An API to send the data to DAVe is not currently planned.

klml commented 3 months ago

depends on https://github.com/it-at-m/dave-frontend/issues/136