36
Have you done a map with a GIS system?
(thelemmy.club)
For the map enthused!
Rules:
post relevant content: interesting, informative, and/or pretty maps
be nice
I've done some maps in GNU R.
Here's a (cropped) choropleth map I did for a discussion thread about legislative representation in Europe:
https://lemmy.today/pictrs/image/b6f28602-ab94-4901-b5e1-158061624c75.png
source
if (!require("pacman")) install.packages("pacman") pacman::p_load_gh(c("ropenscilabs/rnaturalearth", "ropenscilabs/rnaturalearthdata", "ropenscilabs/rnaturalearthhires")) pacman::p_load( countrycode, dplyr, ggplot2, readr, rvest, tmap, tmaptools, viridis )Depends pretty much entirely on what it is that you want to do and what software you're using.
The idea would be a custom fantasy world, starting with continental outlines and working my way inwards to focus regions.
And I would use QGIS.