Installation¶
We have tried to keep dependencies to a minimum. Most users working with climate data and python will already have the following installed.
MkMov requires:
- matplotlib
- numpy
- netCDF4
- ffmpeg
- NCO tools (optional, needed for 2d –bias options)
- pandas (optional, needed for 2d –hamming)
If you already have these installed, skip to the usage section.
If you’re not sure if you have the right packages or not, skip to usage and try and run mkmov and it will tell you if you do not have the correct python packages and ffmpeg.
Matplotlib, numpy and netCDF4¶
There are a number of ways to install the python packages matplotlib, numpy and netCDF4, Anaconda is recommend.
Steps:
- Go to Anaconda and get the lastest version of Anaconda
- Install Anaconda with bash FILE_NAME, where FILE_NAME is the file you just downloaded
- Add netCDF4 library with
conda install netcdf4