Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bertrik/verkeersdrukte
Serves near-realtime traffic data (speed/intensity from NDW) for dutch roads in a friendly format (geoJSON, JSON, SSE)
https://github.com/bertrik/verkeersdrukte
citizen-science dutch ndw netherlands noise opendata road-traffic
Last synced: 2 months ago
JSON representation
Serves near-realtime traffic data (speed/intensity from NDW) for dutch roads in a friendly format (geoJSON, JSON, SSE)
- Host: GitHub
- URL: https://github.com/bertrik/verkeersdrukte
- Owner: bertrik
- License: mit
- Created: 2024-01-21T21:45:51.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T08:49:40.000Z (4 months ago)
- Last Synced: 2024-09-15T23:25:38.140Z (4 months ago)
- Topics: citizen-science, dutch, ndw, netherlands, noise, opendata, road-traffic
- Language: Java
- Homepage:
- Size: 7.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verkeersdrukte
Java application to serve traffic data from NDW in a friendly format## Usage in QGIS
The software presents a shape file in GeoJSON format that can be imported into QGIS.
Each point in the GeoJSON represents a measurement site,
and contains all properties of the original shape file,
plus URLs to the static data (fixed properties), dynamic data (traffic speed and flow) and a link to Google streetview.First, add an openstreet background layer,
by clicking XYZ Tiles / OpenStreetMap
![QGIS Add openstreetmap](images/qgis_osm.png)Then, add a vector layer, by opening menu
Layer / Add Layer / Add Vector Layer ...
![QGIS Add vector layer](images/qgis_vectorlayer.png)
The URL is https://stofradar.nl/traffic/static
Click 'Add', then 'Close'.You should now see all measurement sites on the map.
Select a particular site using the 'Identify features' button.![QGIS Add vector layer](images/qgis_identify.png)
This shows the static information about the measurement site,
including an URL to the dynamic information. For example:
http://stofradar.nl:9002/traffic/dynamic/RWS01_MONIBAS_0121hrr0292raThe URL to the SSE event stream has '/events' appended:
http://stofradar.nl:9002/traffic/dynamic/RWS01_MONIBAS_0121hrr0292ra/events