Version 0.13 (June 30, 2015)#
Features#
Andrea Smith fixed the cartopy CRS class such that 3d transforms such as
cartopy.crs.Geocentric
now correctly apply deg2rad and rad2deg. (PR #625)Peter Killick fixed the cartopy.crs.Mercator projection for non-zero central longitudes. (PR #633)
Conversion between Matplotlib
matplotlib.path.Path
andshapely.geometry.Geometry
usingcartopy.mpl.patch.path_to_geos()
andcartopy.mpl.patch.geos_to_path()
now handles degenerate point paths.Update of tools/feature_download.py to allow mass download of feature data rather than on-demand downloading.
A new example was added to the gallery: