Hello, is it possible with Julia to plot a map based on a custom shapefile and a data file ? The simplest case is where we want to plot some “regional data” and the background colour represents the data, like in the attached image:
Typically I have a “base” shapefile describing the administrative regions I am interested in, with an ID in the attribute table, and a csv file with the data to plot (and obviously the ID). I then either load both in Qgis, make a joint between the two and then visualise the map based on the desired data or use R with the packages rgdal, cartography and ggplot2.
I has been looking for doing this by a while, but never found a practical way to do that in Julia…