Last active
October 18, 2021 18:55
-
-
Save blaylockbk/727e77ad3ddc6291fd3e0d85279ef69c to your computer and use it in GitHub Desktop.
plot terrain and bathymetry with Cartopy
This file contains 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
# See full function at: https://github.com/blaylockbk/Carpenter_Workshop/blob/main/toolbox/cartopy_tools.py | |
from toolbox.cartopy_tools import common_features | |
ax = common_features('50m', dpi=200).BORDERS().BATHYMETRY().TERRAIN().ax |
Author
blaylockbk
commented
Oct 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment