You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Summary

The Bayesian Network (BN) adaptor sets up a Bayesian network based decision support system (DSS) for coastal hazards and impacts in hotspot areas, according to the framework developed in task 3.3 of the RISC-Kit project (www.risckit.eu). 

The BN adaptor uses

  1. .nc files of storm simulations
  2. .csv files indicating receptor locations 
  3. a .json file specifying the structure of the BN
  4. a .json file specifying the vulnerability relationships for the hotspot area

to create

  1. a .dsl / .dne file that can be opened with a Bayesian network software
  2. a folder with all files that are relevant for the webviewer

Required Folder Structure in FEWS

Users have to create a personal folder, i.e. BN_<hotspotname>, in the FEWS directory Config/ModuleDataSetFiles.zip/ as well as the following subfolders and files therein:

  1. input
  2. model
    • <receptor1>.csv
    • <receptor2>.csv
    • ...
    • <receptorN>.csv
    • BNstructure.json
    • vulnerabilities.json
    • areas.shp (& related GIS files)
  3. output
  4. trainingData

The folders "input", "output" and "trainingData" remain empty. They are filled and purged through the BN adaptor (BNA) and the general adaptor (GA) only.

Data Process in FEWS

After each 

Required File Structures

hazard_<measure>_<bin>.nc

(to be added soon)

hazard.nc

(to be added soon)

BNstructure.json

vulnerabilities.json

(to be added soon)

receptorn.csv

(to be added soon)

Example Configuration

(to be added soon)

 

  • No labels