Skip to content

Instantly share code, notes, and snippets.

@blaylockbk
Last active October 18, 2021 18:55
Show Gist options
  • Save blaylockbk/727e77ad3ddc6291fd3e0d85279ef69c to your computer and use it in GitHub Desktop.
Save blaylockbk/727e77ad3ddc6291fd3e0d85279ef69c to your computer and use it in GitHub Desktop.
plot terrain and bathymetry with Cartopy
# 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
@blaylockbk
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment