Let me just give an example using data from naturalearthdata . So it can be extended to any country.
from cartopy.io import shapereader import numpy as np import geopandas import matplotlib.pyplot as plt import cartopy.crs as ccrs
This gives the following figure:

source share