https://github.com/njanakiev/openstreetmap-data-science
Data Science with OpenStreetMap
https://github.com/njanakiev/openstreetmap-data-science
data-science openstreetmap python
Last synced: 9 months ago
JSON representation
Data Science with OpenStreetMap
- Host: GitHub
- URL: https://github.com/njanakiev/openstreetmap-data-science
- Owner: njanakiev
- License: mit
- Created: 2018-05-03T09:17:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T15:38:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T19:08:27.825Z (over 1 year ago)
- Topics: data-science, openstreetmap, python
- Language: Jupyter Notebook
- Homepage: https://apps.janakiev.com/osm-data-science/
- Size: 12.1 MB
- Stars: 41
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Science with OpenStreetMap and Python
[](https://apps.janakiev.com/osm-data-science/)
Project can be viewed on [apps.janakiev.com/osm-data-science](https://apps.janakiev.com/osm-data-science/).
[OpenStreetMap](https://www.openstreetmap.org/) (OSM) is a massive collaborative map of the world, built and maintained mostly by volunteers. On the other hand, there exist various indicators to measure economic growth, prosperity and produce of a country. What if we use OpenStreetMap to predict those economic indicators?
This project is covered in the following articles and notebooks
- [Predict Economic Indicators with OpenStreetMap](https://janakiev.com/blog/osm-predict-economic-indicators/)
- [Compare Countries and Cities with OpenStreetMap and t-SNE](https://janakiev.com/blog/osm-compare-countries-and-cities/)
- [Visualize the Graphical Structure of Countries by their Amenity Distributions](osm-amenity-graphical-structure.ipynb)
This project further explores the way how common data science methods can be applied on data from [OpenStreetMap](https://www.openstreetmap.org). The basis for the data were the counts of the most common amenities like restaurant, cafe, etc. (specified with [Key:amenity](https://wiki.openstreetmap.org/wiki/Key:amenity)) found on the various buildings and elements in OpenStreetMap. The interactive visualization is done with [leaflet.js](https://leafletjs.com/).
# Used Data Sets and APIs
- [Human Development Index and its components](http://hdr.undp.org/en/composite/HDI) and [Human Development Data (1990-2015)](http://hdr.undp.org/en/data)
- [World Bank Open Data](https://data.worldbank.org/) with [wbdata](https://github.com/OliverSherouse/wbdata) by Sherouse, Oliver (2014). Arlington, VA. Available from http://github.com/OliverSherouse/wbdata.
- [The Big Mac Index](https://www.economist.com/content/big-mac-index), data available in [TheEconomist/big-mac-data](https://github.com/TheEconomist/big-mac-data)
- [OpenStreetMap](https://www.openstreetmap.org/) and [Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API)
- [Taginfo](https://taginfo.openstreetmap.org/)
# License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) for details.