visual-studio-codevisualizationnetcdf

Is there a plugin in vscode to easily view netcdf files?


Does such a plugin exist ? It would open the .nc files using that extenstion, as vscode is capable for other kind of files.

I would be happy with something similar to the xarray.Dataset output in the python interactive mode

Or something more fancy where we could also plot the data.


Solution

  • Another suggestion, which I found meanwhile is h5web: https://marketplace.visualstudio.com/items?itemName=h5web.vscode-h5web

    It has a neat UI to pick the dimensions and variables you want to inspect and even sliders to slide through additional dimensions. I wasn't able to open any .nc file that came a cross, but most of the times it worked for me.