ncview: command not found

Ncview is a visual browser for netCDF format files. Typically you would use ncview to get a quick and easy, push-button look at your netCDF files. You can view simple movies of the data, view along various dimensions, take a look at the actual data values, change color maps, invert the data, etc. It runs on UNIX platforms under X11, R4 or higher.

Syntax:

$ ncview [-beep] [-copying] [-frames] [-warranty] [-private] [-ncolors XX] [-extrainfo] [-mtitle "title"] [-minmax fast | med | slow | all] datafiles ...

If you encounter bellow error:

ncview: command not found

you may try installing below package as per your choice of distribution.

Distribution Command
OS X brew install ncview
Debian apt-get install ncview
Ubuntu apt-get install ncview
Kali Linux apt-get install ncview
Fedora dnf install ncview
Raspbian apt-get install ncview

Summary

Ncview displays 2-D slices of a netCDF data file, using the X Window System graphical user interface (Release 4 or higher). You can examine different floating point variables in the file, and animate the floating point data along the ”record dimension” (usually time) to see how it evolves. You can also display 1-D (line plot) views of the data simply by clicking the mouse on the point of interest.

Related Post