Have you ever done a map using a GIS (Geo-Information System) framework?
And if so, what would you tell someone who is contemplating such a thing with no prior practical experience of such systems?
Have you ever done a map using a GIS (Geo-Information System) framework?
And if so, what would you tell someone who is contemplating such a thing with no prior practical experience of such systems?
6 Comments
Suck_on_my_Presence@lemmy.world · 10 pts · 74d
Whole bunch cause it's my job.
Maps are super great and wonderful in all sorts of senses. ArcPro is sort of the gold standard, but really it's a monopoly. Esri, the company behind Arc, has software you can trial for free to check some things out and try it. Esri's website also has a TON of courses you can follow along with to understand the basics and then even more complex things.
That being said QGIS is FOSS and as far as I understand, very similarly capable as any Arc tool. I haven't done so myself, but it might very well be possible to have Q and follow along with the Esri tutorials.
juergen_hubert@ttrpg.network · 3 pts · 74d
Yeah, if I were to do this, I would use QGIS.
Flaqueman@sh.itjust.works · 7 pts · 74d
I would suggest the Artifexian YouTube channel and his Worldbuilder's log, specifically the gPlates serie.
tal@lemmy.today · 5 pts · 74d
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
:::spoiler 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.
juergen_hubert@ttrpg.network · 2 pts · 74d
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.
semitones@tiny.tilde.website · 2 pts · 74d
@juergen_hubert you might want to add some #GIS tags there are quite a few map nerds on mastodon!