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

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
- Open any
.nc file in VS Code.
- The dataset will automatically render inside the custom table editor tab.
- 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).
| |