Vulnerability index SoVI of the 2002 National Census by Bronfman et al. (2021)

National Research Center for Integrated Natural Disaster Management

datasetViewer.authorsPreview: Nicolás C. Bronfman, Paula B. Repetto, Nikole Guerrero, Javiera V. Castañeda, Pamela C. Cisternas

datasetViewer.description

This data set represents the levels of social vulnerability to various natural hazards in Chile using data from the 2002 Population Census. The model is based on the Social Vulnerability Index (SoVI) created by Cutter et al., (2003). This index was built based on demographic, socioeconomic and physical variables of the population at the district level, mainly through the Population and Housing Census of each of the years involved in the study (1992, 2002 and 2017). On the map, 5 levels of vulnerability are represented, which range from “Very low” to “Very high”. Each of these levels were defined in standard deviation values ​​with respect to the mean and are represented by a red scale, where the palest red indicates the lowest levels of vulnerability and the strongest the highest levels. | SOVI range | Concept | |:--|:--| | $(-\infty , \mu - 1.5 \ \sigma ]$ | Very low | | $(\mu - 1.5 \ \sigma , \mu - 0.5 \ \sigma]$ | Low | | $(\mu - 0.5 \ \sigma , \mu + 0.5 \ \sigma]$ | Medium | | $(\mu + 0.5 \ \sigma , \mu + 1.5 \ \sigma]$ | High | | $(\mu + 1.5 \ \sigma , + \infty)$ | Very high | The levels of vulnerability obtained for each year are explained by different factors. However, it is highlighted that in general socioeconomic status is the common factor to explain social vulnerability for 1992, 2002 and 2017. For more details refer to the article Temporal evolution in social vulnerability to natural hazards in Chile. Bronfman, N. C., Repetto, P. B., Guerrero, N., Castañeda, J. V., & Cisternas, P. C. (2021). Natural hazards, 107(2), 1757-1784.

datasetViewer.preview

datasetViewer.previewCollectionInfo

Nombre RegiónCódigo RegiónNúmero distritosSOVI mínimoSOVI máximo
15Arica y Parinacota37-1.967.24
1Tarapacá38-5.437.8
2Antofagasta62-2.856.22
3Atacama74-1.0613.59
4Coquimbo207-1.969.6
···············
9La Araucanía299-2.518.72
14Los Ríos100-3.071.89
10Los Lagos238-3.212.4
11Aysén del General Carlos Ibáñez del Campo54-2.074.75
12Magallanes y de la Antártica Chilena36-3.612.79

datasetViewer.spatialCoverage

datasetViewer.spatialCoverageInfo datasetViewer.mapView

datasetViewer.download

datasetViewer.download1 datasetViewer.here. datasetViewer.download3

datasetViewer.programaticAccess

datasetViewer.programaticAccess1 itrend-ds:fe85339b02cd8128

datasetViewer.programaticAccess2 Nombre Región

datasetViewer.programaticAccess3 datasetViewer.programaticAccess4 datasetViewer.programaticAccess5 datasetViewer.here

```python import pytrend import pandas as pd session = pytrend.itrend_developer_tools() session.set_credentials( access_key_id = '', # Type your access_key_id secret_access_key = '' # Type your secret_access_key ) # Dataset dataset_id = 'itrend-ds:fe85339b02cd8128' collection_id = 'Nombre Región' # Get available formats dataset_formats = session.get_dataset_formats(dataset_id) fmt = dataset_formats[0] # Choose your preferred format: dataset_formats = [csv] # Download file response = session.download_file(dataset_id, fmt) # Download an element filename = response.get('filename') delimiter = response.get('delimiter') df = pd.read_csv(filename, delimiter) element_formats = session.get_element_formats(dataset_id) efmt = element_formats[0] # Choose your preferred format: element_formats = [csv, xlsx, shp] for r, row in df.iterrows(): element_id = row[collection_id] element_response = session.download_file(dataset_id, efmt, element_id) break ```

datasetViewer.attribution

datasetViewer.attributionMessage1

datasetViewer.attribution1 National Research Center for Integrated Natural Disaster Management, «Vulnerability index SoVI of the 2002 National Census by Bronfman et al. (2021)». datasetViewer.attribution2

datasetViewer.attributionMessage2

datasetViewer.attribution3 National Research Center for Integrated Natural Disaster Management («Vulnerability index SoVI of the 2002 National Census by Bronfman et al. (2021)»), datasetViewer.attribution4

datasetViewer.permanentLink

datasetViewer.permanentLinkDescription

https://www.plataformadedatos.cl/datasets/en/fe85339b02cd8128

datasetViewer.metadata

datasetViewer.noMetadata