当前位置: 代码迷 >> 综合 >> How to Plot netCDF data onto a Map using Python with Matplotlib Basemap
  详细解决方案

How to Plot netCDF data onto a Map using Python with Matplotlib Basemap

热度:79   发布时间:2024-02-10 11:25:25.0

https://www.youtube.com/watch?v=r5m_aU5V6oY&t=1532s

This is the Part 4 of the tutorial series on Handling netCDF files using Python. In this tutorial, you will learn how to plot netCDF data on to a map, using Matplotlib Basemap toolkit. 这

个视频救我狗命,大家就顺着这个人的

下载:

https://matplotlib.org/basemap/

在Windows平台上,如果你用的python有缺什么package,若在Python Package Index找不到合适的,也可到这地方找 (http://www.lfd.uci.edu/~gohlke/pythonlibs/)

他们直接提供Windows Binaries,只到找到与你的使用环境相对应的版本,装上即可
因为里面东西很多,直接用关键字搜索比较快找到所要的东西

  相关解决方案