Playback speed
×
Share post
Share post at current time
0:00
/
0:00

Paid episode

The full episode is only available to paid subscribers of Milan's Data Science Insights

Map Projections in Cartopy

#30DayMapChallenge - Day 13 - A new tool

My new tool for the year was Cartopy, where I experimented with different map projections. A really nice way to create global maps with appropriate coloring, coastlines, and more!

Imports, data

import geopandas as gpd
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
import cartopy.feature as cfeature
import matplotlib.pyplot as plt

# Load the c…

This post is for paid subscribers