Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tralahm/geodata
Geographical Information Processing In Python, Plotly,Cartopy, Mapnik,Osm
https://github.com/tralahm/geodata
cartopy csv geospatial gis ipynb kenya kenyan map python3 shapely
Last synced: 2 months ago
JSON representation
Geographical Information Processing In Python, Plotly,Cartopy, Mapnik,Osm
- Host: GitHub
- URL: https://github.com/tralahm/geodata
- Owner: TralahM
- License: gpl-3.0
- Created: 2019-01-06T16:22:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T15:44:03.000Z (7 months ago)
- Last Synced: 2024-06-16T17:47:41.573Z (7 months ago)
- Topics: cartopy, csv, geospatial, gis, ipynb, kenya, kenyan, map, python3, shapely
- Language: Jupyter Notebook
- Homepage: https://tralahm.github.io/TralahM.github.io/2019-02-03-Making-Beautiful-Maps-With-Cartopy-and-Shapefiles/
- Size: 2.44 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/TralahM/geodata.svg?branch=master)](https://travis-ci.com/TralahM/geodata)
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
[![Organization](https://img.shields.io/badge/Org-TralahTek-blue.svg)](https://github.com/TralahTek)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/TralahM/pull/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://gitHub.com/TralahM/geodata/pull/)
[![GitHub version](https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg)](https://github.com/TralahM/geodata).# geodata.
Performing Data Analysis with geographical data using data science tools such python's
folium, cartopy, matplotlib.
Using shapefiles of physical maps of the world from natural earth dataset.[![TralahM](https://img.shields.io/badge/Author-TralahM-cyan.svg?style=for-the-badge)](https://github.com/TralahM)
### Setup and Usage
```Bash
git clone https://github.com/TralahM/geodata.git
cd geodata
pip install -r requirements.txt
```## Scripts Herein.
* [kenya_map_with_counties.png](https://github.com/TralahM/geodata/blob/master/kenya_map_with_counties.png)
Generated map of kenya with county shapefiles.
* [colorify.py](https://github.com/TralahM/geodata/blob/master/colorify.py)
A script for making colored terminal outputs.
* [Kenya.pyc](https://github.com/TralahM/geodata/blob/master/Kenya.pyc)
* [county.csv](https://github.com/TralahM/geodata/blob/master/county.csv)
Data about counties
* [KenyaMap.py](https://github.com/TralahM/geodata/blob/master/KenyaMap.py)
Class Abstraction with data about the Kenyan Nation.
* [kenya_map_with_counties1.png](https://github.com/TralahM/geodata/blob/master/kenya_map_with_counties1.png)
* [kenya_map_dotted.png](https://github.com/TralahM/geodata/blob/master/kenya_map_dotted.png)
* [africa.py](https://github.com/TralahM/geodata/blob/master/africa.py)
Testing Functionality of Modules with geographical data on the African continent,
countries and capital cities.
* [LICENSE](https://github.com/TralahM/geodata/blob/master/LICENSE)
MIT licence
* [Untitled.ipynb](https://github.com/TralahM/geodata/blob/master/Untitled.ipynb)
* [requirements.txt](https://github.com/TralahM/geodata/blob/master/requirements.txt)
* [algo.py](https://github.com/TralahM/geodata/blob/master/algo.py)
* [Kenya.py](https://github.com/TralahM/geodata/blob/master/Kenya.py)
* [feature_download.py](https://github.com/TralahM/geodata/blob/master/feature_download.py)
script to download data from cartopy shapefile data sources/
* [constituencies.py](https://github.com/TralahM/geodata/blob/master/constituencies.py)
Data on constituencies of kenya
* [constituencies.pyc](https://github.com/TralahM/geodata/blob/master/constituencies.pyc)
* [__pycache__](https://github.com/TralahM/geodata/blob/master/__pycache__)
* [data](https://github.com/TralahM/geodata/blob/master/data)
folder containing data files
* [Sheet0Ke.ipynb](https://github.com/TralahM/geodata/blob/master/Sheet0Ke.ipynb)
* [README.md](https://github.com/TralahM/geodata/blob/master/README.md)
* [basemap.html](https://github.com/TralahM/geodata/blob/master/basemap.html)
example generated map from folium
* [subcounties.csv](https://github.com/TralahM/geodata/blob/master/subcounties.csv)
Subcounty data on kenya's counties.
* [Sheet0Ke.html](https://github.com/TralahM/geodata/blob/master/Sheet0Ke.html)
* [shapefiles](https://github.com/TralahM/geodata/blob/master/shapefiles)
Folder containing shapefiles of the world from NaturalEarth source
* [kenya_map_lined.png](https://github.com/TralahM/geodata/blob/master/kenya_map_lined.png)
* [parsecounty.pyc](https://github.com/TralahM/geodata/blob/master/parsecounty.pyc)
* [parsecounty.py](https://github.com/TralahM/geodata/blob/master/parsecounty.py)# Contributors.
* [CentLuc](https://github.com/CentLuc)
* [Chiziroba](https://github.com/Chiziroba)
* [TralahTek](https://github.com/TralahTek)
* [TralahM](https://github.com/TralahM)