This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
This example scripts shows you how to do a few simple things using Cartopy. It | |
assumes a basic knowledge of MatPlotLib. This script has duplicated features too | |
as it also shows you how I personally choose to augment the Cartopy functions | |
with my own functions. This is optional and controlled by the "bellsWhistles" | |
Boolean variable. Finally, there are two functions in this script that contain | |
the "resolution" keyword which is set to "10m". If you want a cruder, more | |
jagged, plot that is generated quicker then you should set this to "110m". There |