Vintage World Map
#30DayMapChallenge - Day 7 - Vintage style
For this map, I re-styled an old-time classic Natural Earth (10m resolution) world map. Besides the coloring, I spiced up the geomeitres by jittering their edge lines with a random generator function to make it look more hand-drawn.
Data: https://www.naturalearthdata.com/downloads/10m-cultural-vectors/
Imports, data
import geopandas as gpd
import matplotli…



