Manual for drawing choropleth map using artidata.io’s web app.
A good introduction on choropleth map can be found here.
This article will focus on the method to interact with Choropleth Map App. The goal of the app is to simplify choropleth map drawing by uploading a structured CSV file.
User can manually resize and download plots to use in presentation slides or any other medium of communication. Manual coloring will never be featured as the author believes that it is inherently difficult for human to map color with numbers. However, a personalized theme can be designed upon request. The app is a Shiny and R session powered with ggplot2 and sf package underneath. For greater flexibility, the author highly recommend users to adopt them.
The area of interest. The app currently supports: world, and singapore only.
The means on how a given Region is divided, which introduce the boundaries of each sub-region. The app currently supports: countries boundary for world, and Master Plan 2014 Planning Area boundary for Singapore only.
Design and the overall look of the plot. Additional theme can be introduced upon request,
Color scheme choices as specified in http://colorbrewer2.org. Color for regions with positive values can be picked in (+)Color, negative values in (-)Color.
Basic choropleth map structure.
Selecting facet introduce another plot parameter
It enables comparison between multiple plots. The structure of the dataset required change.
The size of the font in the plot.
Upload CSV file when your dataset has the same structure with uploaded dataset. A CSV file has the same structure when it has the same column names and order as the sample dataset. Every division is also associated with some value (No missing division). Do not upload irrelevant file!
The option on whether the plot drawn is derived from sample dataset or uploaded dataset.
The option on whether the plot size can be drawn manually maximizing the screen real estate.
If manual size is ticked, the plot re-draw automatically without pressing the RE-PLOT button.
The height of the graphical device.
The width of the graphical device.
For attribution, please cite this work as
Haetami (2019, March 13). artidata.io: Choropleth Map App. Retrieved from blog.artidata.io/posts/2018-10-29-choropleth-map-app/
BibTeX citation
@misc{haetami2019choropleth, author = {Haetami, Imaduddin}, title = {artidata.io: Choropleth Map App}, url = {blog.artidata.io/posts/2018-10-29-choropleth-map-app/}, year = {2019} }