A VisiData plugin for reading NetCDF files.
Early prototype that let's you read NetCDF files within VisiData.
Assuming you have pip and Git installed you can install the development version directly
from GitHub.
pip install git+git://github.com/timtroendle/vdnetcdf@developThen, update your VisiData config file by adding this line:
from vdnetcdf import open_ncvd some-data.nc
Open attributes of Datasets or DataArrays with the show-attributes (^A) command.
Best install vdnetcdf in editable mode:
$ pip install -r requirements-test.txt
Add vdnetcdf to your VisiData config, see above.
Run the test suite with py.test:
$ py.test