< Home - < Back

netcdf4-python


Information about the package, netcdf4-python, which is shipped with common Linux distributions. The netcdf4-python package is designed for, Python/numpy interface to netCDF.


Package Name:

netcdf4-python

Summary:

Python/numpy interface to netCDF

Description:

netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modeled after Scientific.IO.NetCDF, and should be familiar to users of that module. Most new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new numeric data types (such as 64 bit and unsigned integer types) are implemented. Compound and variable length (vlen) data types are supported, but the enum and opaque data types are not. Mixtures of compound and vlen data types (compound types containing vlens, and vlens containing compound types) are not supported.

Architecture:

x86_64

Version:

1.0.2

Release:

1.el6

Size:

326 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for netcdf4-python


Control the netcdf4-python package with the following handy commands outlined below.


Command

Description of Command

yum install netcdf4-python

This command will install netcdf4-python on the server.

yum remove netcdf4-python

This command will un-install netcdf4-python on the server. When you run this command, you will be asked if you are sure that you want to remove netcdf4-python, so you have to manually confirm that you want to do this.

yum -y remove netcdf4-python

This command will un-install netcdf4-python on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove netcdf4-python when using the -y flag.

yum update netcdf4-python

This command will update netcdf4-python to the latest version. When you run this command, you will be asked if you are sure that you want to remove netcdf4-python, so you have to manually confirm that you want to do this.

yum -y update netcdf4-python

This command will update netcdf4-python to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove netcdf4-python when using the -y flag.

yum info netcdf4-python

This command will show you core information about the netcdf4-python package.

yum deplist netcdf4-python

This command will show you the dependencies for netcdf4-python. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update netcdf4-python

This command will check if there is an update waiting on netcdf4-python. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.