Draw a map of a specific country with cartopy?
I have tried this example here, which works fine. But how do I focus on another country, i.e. show only germany? source for this example http://scitools.org.uk/cartopy/docs/latest/examples/hurricane_katrina.html exampl of us map http://scitools.org.uk/cartopy/docs/latest/_images/hurricane_katrina_01_00.png I've tried some coordinates on the extend() method, but I didn't manage to get to look it like the US map. Or do I have to modify the shape file? Using the Global Administrative Areas dataset at http://www.gadm.org/country , just download the Germany dataset and use cartopy's shapereader (in