我想在用 cartopy 制作的地图上绘制等高线。如果我在以下位置运行示例:
http://scitools.org.uk/cartopy/docs/latest/matplotlib/introductory_examples/03.contours.html
使用来自 github 的最新代码结帐,我得到:
ValueError: invalid transform: Spherical contouring is not supported -
consider using PlateCarree/RotatedPole.
应该如何做到这一点?
(作为对原始公告的回应http://matplotlib.1069221.n5.nabble.com/ANN-Cartopy-A-new-mapping-library-using-matplotlib-td39886.html)