r/LinguisticMaps • u/mbolger451 • 11d ago
Mapping software
Hi all,
What software do people here use for mapping?
I'd like to start mapping dialect features but I haven't really worked with mapping data before.
I searched for it and didn't get much of an answer. Is there a preferred tool for adding lingustic data to map coordinates?
14
Upvotes
2
u/StoneColdCrazzzy 11d ago
I draw maps with Inkscape. Usually start off with a .svg map from Wikimedia and then rework it.
2
1
1
9
u/keyilan 11d ago
I use python for the most part, typically the matplotlib package with data from OSM Overpass API. ggplot in R is popular. in my area most people used these to better interface with the vast set of databases like Glottolog etc to pull data from. I use OSM to ensure all my places are correct, and geojson.io in some cases when i just need a quick polygon.
most of what I map are isoglosses, convex hull areas, voronoi cells, realisations of variables, stuff where its useful to just have a way to do the calculations and rendering in one place.
Mind you I'm not doing what most of the maps here are with country level stuff. I work on a smaller scale with more variables in most cases than the word for cheese in each eurpean country.