Skip to content

entity-toolkit/nt2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nt2.py

Python package for visualization and post-processing of the Entity simulation data. For usage, please refer to the documentation. The package is distributed via PyPI:

pip install nt2py

Features

  1. Lazy loading and parallel processing of the simulation data with dask.
  2. Context-aware data manipulation with xarray.
  3. Parellel plotting and movie generation with multiprocessing and ffmpeg.

TODO

  • Unit tests
  • Plugins for other simulation data formats
  • Usage examples