/idea-netcdf-plugin

JetBrains IDEA plugin for working with netCDF files.

Primary LanguageKotlinOtherNOASSERTION

NetCDF Plugin for IDEA

IDEA version Latest release Test status

Description

Tools for inspecting Network Common Data Form (netCDF) files in any JetBrains IDE. Right-click on a file in the Project tool window to access the NetCDF context menu, which offers these actions:

Open in Viewer

Open the file in the NetCDF tool window. The Schema tab shows the file structure. Variables selected in this tab will be displayed in the Data tab. Multiple variables can be selected as long as they have the same dimensions.

The plugin does not yet support pagination, so beware of attempting to view large variables.

Create CDL File

Write the file header to a Common Data Language (CDL) file. This is equivalent to executing ndcump -h.

Create NcML File

Write the file header to a NetCDF Markup Language (NcML) file.

Installation

The latest version is available via a custom plugin repository. Releases include a binary distribution named idea-ansible-plugin-<version>.zip that can be installed from disk.