https://pypi.org/project/pygrib/

 

pip3 install numpy pyproj

sudo apt-get install libeccodes-dev

 

 

下载解压缩

https://github.com/jswhit/pygrib

 

复制一份setup.cfg.template to setup.cfg

修改一行

packages_to_install = [pygrib, ncepgrib2]

 

python3 setup.py build

sudo python3 setup.py install 

python3 test.py

 

相关文章:

  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-01-01
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-02-09
  • 2021-11-16
  • 2021-10-13
  • 2021-10-21
相关资源
相似解决方案