Python 外传: Netcdf4 for python

Netcdf4 for python

Linux系统下的安装

依赖

  • h5py
  • numpy
  • cython

命令行操作

sudo apt-get install libhdf5-dev
sudo pip install h5py 
sudo pip install numpy 
sudo pip install cython

sudo apt-get install libnetcdf-dev libnetcdf4
sudo pip install netcdf4

你可能感兴趣的:(Python 外传: Netcdf4 for python)