AttributeError: 'Basemap' object has no attribute 'set_extent'AttributeError: 'Basemap' object has no attribute 'set_extent'
时间: 2023-05-17 14:05:30 浏览: 199
mdk_armcc_user_guide.pdf
这个错误通常是由于使用了过时的Basemap库导致的。建议使用Cartopy库来代替Basemap库,因为Cartopy库已经成为了Basemap库的替代品,并且具有更好的性能和更多的功能。在Cartopy库中,可以使用set_extent()方法来设置地图的范围。
阅读全文