SkillAgentSearch skills...

Pyncview

PyNcView is a cross-platform NetCDF viewer written in Python. It provides an easy-to-use graphical user interface to the creation of animations and publication-quality figures.

Install / Use

/learn @BoldingBruggeman/Pyncview
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyNcView

PyNcView is a cross-platform NetCDF viewer written in Python. It provides an easy-to-use graphical user interface to the creation of animations and publication-quality figures. It can open multiple NetCDF files side-by-side and can plot expressions containing NetCDF variables and mathematical operators.

Installation (Windows, Mac, Linux)

If you use Anaconda or Miniconda, the easiest way to install PyNcView is:

conda install -c conda-forge pyncview

Alternatively, PyNcView can be installed with pip:

pip install pyncview

In that case, you will also need to have PySide6, PyQt6, PyQt5, or PySide2 installed. PySide6 can be installed with pip install pyside6.

Use

To use PyNcView, start it from the command line with

pyncview

If you add the path to the NetCDF file you want to open, PyNcView will show that right away, for instance:

pyncview result.nc
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Python

Security Score

87/100

Audited on Oct 4, 2025

No findings