Module 6: Introduction to Cartopy
This module will teach you about Cartopy, a mapping package used widely in the geosciences, including Pyleoclim.
1Introduction to Cartopy
2A basic map
3Projections
4Local Maps
5Plotting a field on the sphere
6The plot thickens: Uniting Time and Space into Cohesive Narratives
Summary
- Cartopy allows for georeferencing Matplotlib
axesobjects, allowing to weave maps into more complex figures, and leveraging all other Matplotlib functionalities, like displaying fields, adding labels, colored patches, and much more. - Cartopy’s
crsclass supports a variety of map projections. - Cartopy’s
featureclass allows for a variety of cartographic features to be overlaid on the figure