Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.26 KB

``

How to display maps in 3D projection using Matplotlib and Cartopy

Please see test.py

The simple 3D plot:

The final results as:

References for Chinese

[1] 气象绘图加强版-三维地图

[2] 气象绘图编程|绘制复杂的三维地图

[3] Python气象绘图加强版:3D图形迁移

The examples and codes used in these Wechat articles refer to Stack Overflow

References for English (also native solutions)

[1] python - 3D CartoPy similar to Matplotlib-Basemap - Stack Overflow

[2] python - contourf in 3D Cartopy - Stack Overflow

[3] cartopy - set_extent() extending requested boundary - Stack Overflow