Welcome to EViz’s documentation page!
This documentation describes the EViz project.
EViz consists of two Python-based visualization libraries, autoViz and iViz, that can process a variety of model generated output and produce a corresponding variety of diagnostic plots.
This page includes a quickstart guide describing installation and supported datasets. The eViz and iViz sections describe use cases for eViz and iViz respectively, including all the supported Earth system models for which configurations are available. Finally, the EViz API section show in-depth information on all modules, classes, and functions within EViz.
- Quick Start
- autoViz: a map-generating tool
- Visualize one field from a single netCDF file
- Metadump: creating the configuration files
- Visualize multiple fields field from a single netCDF file
- Visualize fields with a SPECS file
- Visualize with a predefined generic model
- Visualize with a predefined GEOS model
- Visualize NU-WRF output
- sViz: the web-based interface for EViz
- iViz: the interactive tool
- How to run iViz
- Use iViz on Discover
- Data sources and types currently supported
- Visualize configuration supported data sources
- Visualize satellite data (beta)
- Visualize tabular data formats (beta)
- Customize configuration files on Discover
- iViz layout and controls
- Bokeh based plotting
- All plot types available
- All plot kinds available
- Comparing two netcdf files
- Visualizing multiple files at once
- Time series and time averaging
- Saving and restoring a user session
- Plot settings available
- Data Sources
- EViz API