Draft: cartopy projections
When specifying what projection to use when plotting, users currently have to provide as string identifying which cartopy projection they wish to use. These changes allow the user to instead provide a cartopy projection object. This allows them to fine tune the projection with key word arguments, something that is not currently easily done.
Merge request reports
Activity
added 95 commits
- 9865f38e...06c72f5d - 85 earlier commits
- d93401f3 - pyic_view: Adds ability to zoom in map.
- 3ee1d349 - pyic_view: Add function to make new axes.
- 8e08808c - pyic_view: Allows different projections.
- 1ae1bac8 - pyic_view: Improve labeling.
- 763d0400 - pyic_view: Cleaning up comments.
- 0e95d940 - pyic_view: Allow to toggle grid lines.
- 64e3a01c - pyic_view: Slightly improving verbosity.
- 9a6469c4 - pyic_view: Set cax position again after creation since it gets forgotten afterwards
- 1d0837f3 - epdates to allow ccrs projection objects
- ae93d4a3 - fixed some indentation problems
Toggle commit list
Please register or sign in to reply