Metadata-Version: 2.1
Name: pan3d
Version: 0.2.1
Summary: Utility package for processing and visualizing 3D datasets
Author: Kitware Inc.
License: Apache Software License
Keywords: Python,Interactive,Web,Application,Framework
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: dask
Requires-Dist: fsspec
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: pyvista
Requires-Dist: pyvista-xarray
Requires-Dist: trame
Requires-Dist: trame-vtk>=2.6.3
Requires-Dist: trame-vuetify
Requires-Dist: vtk
Requires-Dist: xarray
Requires-Dist: zarr

===========
Pan3D
===========

Pan3D aims to be an utility package for viewing and processing a wide variety of datasets (zarr, hdf5, netcdf...)


* Free software: Apache Software License


Installing
----------

Install the application

.. code-block:: console

    pip install pan3d


Run the application

.. code-block:: console

    pan3d-viewer --dataset=/path/to/directory.zarr


Requires
--------

- https://github.com/pyvista/pyvista-xarray/pull/39
- https://github.com/pyvista/pyvista/pull/3318
