https://github.com/anelda/schoolskenya
R package that provides access to school location information from Kenya Ministry of Education
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
R package that provides access to school location information from Kenya Ministry of Education
Basic Info
- Host: GitHub
- Owner: anelda
- License: cc0-1.0
- Language: R
- Default Branch: master
- Size: 12.9 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
schoolsKenya
R package that provides access to school location information from Kenya Ministry of Education.
The package was developed as part of a contribution made by the afrimapr project to the @WiGISKe #DataViz challenge looking at teenage pregnancies since 2016.
Data source
The data was obtained as SHP file from https://datacatalog.worldbank.org/dataset/kenya-schools on 26 July 2020. The original data was provided to the World Bank Data Catalogue by the Ministry of Education of Kenya and was last updated in 2016.
CAVEAT: Upon closer inspection it appears as if there are also data from Open Data Kenya, 2007 in the SHP file. This data have counties such as Nairobi North, Nairobi East, and Nairobi South that complicates spatial data analysis with current county boundaries where there's only Nairobi County.
Note: The json file provided at the same location appears to only have data for primary schools
Data processing
- The .rar archive was downloaded from the link provided above.
- Raw data (unrar-ed shp.rar) is available in data-raw/.
- The data cleaning script is available in data-raw/get_schools.R.
Installation
``` library(devtools) install_github("anelda/schoolsKenya")
```
Usage
```
library(schoolsKenya) head(kenschools) objectid code schoolname level status county district zone sub_county ward longitude latitude source 1 1 1 Bakwanin Primary Public Baringo Baringo Central Kabasis Baringo Central Sacho 35.79708 0.40955 Ministry of Education, 2016 2 2 2 Bekibon Primary Public Baringo Baringo Central Tenges Baringo South Marigat 35.88406 0.33640 Ministry of Education, 2016 3 3 3 Bokorin Primary Public Baringo Baringo Central Kabarnet Baringo Central Kapropita 35.77177 0.53218 Ministry of Education, 2016 4 4 4 Borowonin Primary Public Baringo Baringo Central Kabarnet Baringo Central Kapropita 35.77864 0.44487 Ministry of Education, 2016 5 5 5 Bosin Primary Public Baringo Baringo Central Kabasis Baringo Central Sacho 35.79545 0.43809 Ministry of Education, 2016 6 6 6 Buiwon Primary Public Baringo Baringo Central Tenges Baringo South Marigat 35.90716 0.36680 Ministry of Education, 2016 geometry 1 143417.2, 10045338.9 2 153107.7, 10037237.7 3 140602.8, 10058916.0 4 141363.8, 10049249.9 5 143236.9, 10048498.5 6 155683, 10040602
```
Owner
- Name: Anelda van der Walt
- Login: anelda
- Kind: user
- Location: Cape Town, South Africa
- Company: Talarify
- Website: http://www.talarify.co.za
- Repositories: 152
- Profile: https://github.com/anelda
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0