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: about 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T15:44:03.000Z (12 months ago)
- Last Synced: 2024-06-16T17:47:41.573Z (12 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
[](https://travis-ci.com/TralahM/geodata)
[](https://opensource.org/licenses/MIT)
[](https://github.com/TralahTek)
[](https://www.python.org/)
[](https://pypi.python.org/pypi/ansicolortags/)
[](https://github.com/TralahM/pull/)
[](https://gitHub.com/TralahM/geodata/pull/)
[](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.[](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)