Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 465 Bytes

File metadata and controls

6 lines (6 loc) · 465 Bytes

ParaView-NetCDF-Date-And-Time-Plugin

A simple user-friendly Python-based ParaView plugin that displays the date and time of NetCDF files in the 3D viewport. Works with ParaView 5.6+, requires the netCDF4-python module https://github.com/Unidata/netcdf4-python. The netCDF4-python module can be easily be installed via Anaconda: conda install -c anaconda netcdf4 ( https://anaconda.org/anaconda/netcdf4 ) Instructions and an example NetCDF file are provided.