A collection of webmaps and charts on immigration. Link: http://thrld.github.io/ImmiMaps/
- Download world shapefile/geoJSON from the web (e.g. from thematicmapping)
- Delete unnecessary columns (features):
- convert to ESRI shape file
- toggle editing
- use click-based deletion of features
- Download number of asylum applications and total population (both by country, 2008-2015) from Eurostat
- Do some preprocessing in R and save the pop/immi data as csv (mergeData.csv)
- Join in QGIS and export as geoJSON (alldata.geojson)
- right-click on layer in layers panel -> Properties -> Joins
- right-click on layer in layers panel -> Save as... -> under Format, select geoJSON
- Here is the article link
- Download replication data and convert to csv (attacks.csv).
- Use Python (GetCoord.ipynb) to get coordinates since spreadsheet does not contain latlng (attacks_final.xlsx).
- Steal incident type icons from original map (cf. article).
- Use R to translate data set, summarize state of investigation, count within states, and make graphics.
- Add new layers to map: incident type, state of investigation, summary per state.
- Finish replication of ZEIT map that displays attacks on refugee hostels.
- Create map on migration routes and deaths based on data from The Migrants' Files.