https://github.com/angelof-exe/sismicita-sicilia
This project use the dataset taken from the Open Data of Sicily (https://dati.regione.sicilia.it/catalogo/78fe53fc-6cbb-4811-8a9e-aa31923a03f2)
https://github.com/angelof-exe/sismicita-sicilia
Last synced: 3 months ago
JSON representation
This project use the dataset taken from the Open Data of Sicily (https://dati.regione.sicilia.it/catalogo/78fe53fc-6cbb-4811-8a9e-aa31923a03f2)
- Host: GitHub
- URL: https://github.com/angelof-exe/sismicita-sicilia
- Owner: angelof-exe
- Created: 2023-06-19T16:01:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T10:30:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T10:39:39.042Z (5 months ago)
- Language: Python
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sicily Seismicity Data Analysis
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.## Requirements
Install the python packages present in the `requirements.txt` filepip3 install -r requirements.txt
## Histograms
- ### histogram_1.py - Municipalities with Level 1 of seismicity

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.- ### histogram_2.py - Municipalities with Level 2 of seismicity

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.- ### histogram_3.py - Municipalities with Level 1 & 2 of seismicity

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.## Choropleth maps
- ### choropleth_sicily.py - Choropleth maps with the level of sismicity

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- ### choropleth_sicily.py - Choropleth maps using the ag value

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