VS Code Extensions
NetCDF Table Viewer

NetCDF Table Viewer

by IsmailFaruqi

View NetCDF (.nc) scientific datasets as interactive tables in VS Code

Downloads

19

Rating

(0)

Version

0.0.4

Last updated

Jul 24, 2026

Contact here for any inquiries.

NetCDF Table Viewer

An interactive table viewer for scientific NetCDF (.nc) datasets in Visual Studio Code.

NetCDF Table Viewer Preview

Features

  • Fast Lazy Loading: Effortlessly inspect large datasets with millions of data points.
  • Interactive Data Grid: Sort, filter, and page through NetCDF dimensions and variables.
  • Variable Selector: Switch dynamically between climate or spatial variables.
  • Native VS Code Styling: Blends directly with your editor's dark and light themes.

Usage

  1. Open any .nc file in VS Code.
  2. The dataset will automatically render inside the custom table editor tab.
  3. Use the page controls and column filters to inspect your data.

Requirements

  • Python installed with xarray and pandas packages available in your environment (pip install xarray pandas netcdf4).

Related extensions