Web-application visualizing output of the process chain for detection of fluvial flooding events from open-access in-situ data.
Datasets will be saved by the process chain. Access to these datasets will be given via API by a Node.js server. The Web-application gives the possibility to load the datasets and visualize the locations with the measured floding score in a leaflet map. The leaflet map is overlayed by a geohash grid. If one of the stations is detected as fluvial flooding event, the box of the geohash of the station is colored.
- go into server folder
DEBUG=* nodemon start
Server is running on port 4300
.
- go into github repository folder
- run
ng serve --proxy-config proxy.conf.json
App is running on port 4200
.
Torben Kraft - TeKraft
- ngx-leaflet by Asymmetrik
- geohash de-/encoding by Chris Veness
- grid overlay by Rodrigo Zanato Tripodi