cartopy
cartopy copied to clipboard
FIX: Allow values less than -180 to be wrapped too
trafficstars
This adds a check for values less than -180, effectively clipping all PlateCarree values to be between -180 and 180 after transforms.
Closes #1997