This project use the dataset taken from the Open Data of Sicily (https://dati.regione.sicilia.it/catalogo/78fe53fc-6cbb-4811-8a9e-aa31923a03f2). This dataset needs to create histograms.
Install the python packages present in the requirements.txt
file
pip3 install -r requirements.txt
This python file create the histogram of the municipalities with Level 1 of seismicity using the data calculated by the most_dangerous1.py
file, present in the module path.
This python file create the histogram of the municipalities with Level 1 of seismicity using the data calculated by the most_dangerous2.py
file, present in the module path.
This python file create the histogram of the municipalities with Level 1 & 2 of seismicity using the data calculated by the most_dangerous1e2.py
file, present in the module path.
This python file create the choropleth maps of the Sicily with the 4 level of seismicity. This script use the geoJSON file taken from https://github.com/openpolis/geojson-italy/blob/master/geojson/limits_R_19_municipalities.geojson and use the dataset_choropleth.csv
present in the data path
This python file create the choropleth maps of the Sicily with the ag value (accelerazione massima su suolo rigido, i.e. maximum acceleration on hard ground) of seismicity. This script use the geoJSON file taken from https://github.com/openpolis/geojson-italy/blob/master/geojson/limits_R_19_municipalities.geojson and use the dataset_choropleth_2.csv
present in the data path