Skip to content

Small data visualisation project showing unemployment rate on interactive map

License

Notifications You must be signed in to change notification settings

sebastian-konicz/Unemployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polish unemployment - county map

A small project which aim is to present on a interactive map polish unemployemnt rate (broken down by county)

Interctive map

http://unemployment-map.herokuapp.com/

Data sources

  1. The Central Statistical Office unemployment data for April 2021
  2. The Main Office of Geodesy and Cartography regional division of the country into counties (shapefile)

Inspiration articles:

  1. Folium map tutorial
  2. Deployment of map on Heroku

Authors

Sebastian Konicz - [email protected]

Project Organization


├── data                            <- place whre the data is stored
│   │
│   ├── final                           <- final maps created by script
│   │
│   ├── geo                             <- geospatial data
│   │
│   ├── interim                         <- intermediate data that has been transformed.
│   │
│   └── raw                             <- the original, immutable data dump.
│
├── src                             <- source code for use in this project.
│   │
│   ├── 01_data_load.py                 <- transforms oficial unemployment data to datafram
│   │
│   └── 02_map.py                       <- crates map besed on unemplyment and geospacial data
│
├── templates                       <- folder with template sites for flask
│
├── app.py                          <- app for running flask
│
├── Procfile                        <- file for flask
│
├── README.md                       <- the top-level README for developers using this project.
│
└── requirements.txt                <- requirements for the project

About

Small data visualisation project showing unemployment rate on interactive map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages