-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
SVInisight: A python package for calculating an exploratory social vulnerability index (SVI). This project is currently under development and should be published in the coming weeks (as of April 12th, 2024). | ||
# SVInsight: Social Vulnerability Index Creation | ||
![pages-build-deployment](https://github.com/mdp0023/SVInsight/actions/workflows/pages/pages-build-deployment/badge.svg) | ||
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pydorado) | ||
[![PyPI version](https://badge.fury.io/py/svinsight.svg)](https://badge.fury.io/py/svinsight) | ||
|
||
|
||
SVInsight is a python package for calculating an exploratory social vulnerability index. This package calculates SVI using two methods: (1) an iterative factor analysis method and (2) a rank method, both of which have been heavily utilized in scholarly research. This package automates the creation and comparisons of indices using U.S. American Community Survey 5-Year Data (ACS5) at the block group or tract level. Users can customize which social, demographic, and economic variables are included in their own custom indices. | ||
|
||
This package is a tool to efficiently calculate an exploratory estimate of social vulnerability for a given region. Social vulnerability is an incredibly complex and constantly evolving concept, and researchers, practitioners, and users of this software should always consult relevant peer-reviewed literature and local experts to validate findings. | ||
|
||
For user guides, examples, and a more indepth discussion of social vulnerability indices, refer to the [documentation](https://mdp0023.github.io/SVInsight/). | ||
|
||
|
||
|
||
![Gif of time-series for SVI estimates in Travis County, Texas](all_time_steps.gif) | ||
*Travis County SVI estimates from 2013 to 2021* | ||
|
||
## Installation: | ||
To quickly install the package, use `pip` to install via PyPI: | ||
|
||
pip install SVInsight | ||
|
||
SVInsight will be avialable via conda-forge in the near future. | ||
|
||
|
||
SVInsight can then be imported into python: | ||
|
||
>>> from SVInsight import SVInsight as svi | ||
|
||
|
||
## Contributing | ||
We welcome contributions to SVInsight. Please open an issue or a pull request if there is functionality you would like to see or propose. Refer to our [contributing guide](https://mdp0023.github.io/SVInsight/Contributions/contributions.htmll) for more information. | ||
|
||
|
||
## Citing | ||
If you use this package and wish to cite it, please do. We are currently in the process of submitting this work to the Journal of Open Source Software. In the meantime, please refer to recent published work in [Frontiers in Water](https://doi.org/10.3389/frwa.2023.1278205), [Hydrology and Earth System Sciences](https://doi.org/10.5194/hess-26-3941-2022), and [The International Journal of Disaster Risk Reduction](https://doi.org/10.1016/j.ijdrr.2021.102613). | ||
|
||
|
||
## Funding Acknowledgments | ||
This work was supported in part by the National Science Foundation Graduate Research Fellowship (grant no. DGE-1610403), Future Investigators in NASA Earth and Space Science and Technology (NASA FINESST, grant no. 21-EARTH21-0264), Planet Texas 2050, a research grand challenge at the University of Texas at Austin, and the U.S. Department of Energy, Office of Science, Biological and Environmental Research Program’s South-East Texas Urban Integrated Field Laboratory under Award Number DE-SC0023216. | ||
|
||
|
||
|
||
|