Somalia detailed site assessment 2021
Somalia detailed site assessment
Aggregation and Analaysis scripts for SOM DSA 21
Report Bug
·
Request Feature
## About The Project
The Detailed Site Assessment (DSA) was initiated in coordination with the Camp Coordination and Camp Management (CCCM) Cluster in order to provide the humanitarian community with up-to-date information on the location of IDP sites, the conditions and capacity of the sites, and an estimate of the severity of humanitarian needs of residents.
This project contains the aggregation and analysis scripts of the 2021 DSA.
( back to top )
### Built With
* R
( back to top )
## Steps
1. Clone the repo
```sh
git clone
github.com
```
2. Add the input files (clean data, gps_coordinates, cccm_master_list) under input/data
```sh
mkdir input/data
cd input/data
cp "[path_where_data_file_is_located]/input_data.zip" .
unzip input_data.zip
```
3. Run the aggregation
```r
source("src/1_aggregation.R")
```
( back to top )
## Roadmap
- [x] Aggregation
- [x] Select multiple
- [x] Select multiple constraints
- [x] Select one
- [x] Numerical
- [x] Skip logic
- [x] GPS coordinates
- [x] Indicators
- [x] Output production
- [x] Results table
- [x] InDesign Data Merge
( back to top )
## Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/NewFeature`)
3. Commit your Changes (`git commit -m 'Add some NewFeature'`)
4. Push to the Branch (`git push origin feature/NewFeature`)
5. Open a Pull Request
( back to top )
## Contact
Assil BEN AMOR - assil.benamor@reach-initiative.org
( back to top )