Science Score: 77.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    4 of 92 committers (4.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords from Contributors

mesh fem finite-element-analysis finite-elements mesh-processing meshviewer open-science vtk closember tk
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: akaszynski
  • License: mit
  • Default Branch: main
  • Size: 175 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Authors

README.rst

#######
PyVista
#######

.. image:: https://github.com/pyvista/pyvista/raw/main/doc/_static/pyvista_banner_small.png
   :target: https://docs.pyvista.org/examples/index.html
   :alt: pyvista


.. |zenodo| image:: https://zenodo.org/badge/92974124.svg
   :target: https://zenodo.org/badge/latestdoi/92974124

.. |joss| image:: http://joss.theoj.org/papers/10.21105/joss.01450/status.svg
   :target: https://doi.org/10.21105/joss.01450

.. |pypi| image:: https://img.shields.io/pypi/v/pyvista.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/pyvista/

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/pyvista.svg?logo=conda-forge&logoColor=white
   :target: https://anaconda.org/conda-forge/pyvista

.. |GH-CI| image:: https://github.com/pyvista/pyvista/actions/workflows/testing-and-deployment.yml/badge.svg
   :target: https://github.com/pyvista/pyvista/actions/workflows/testing-and-deployment.yml

.. |codecov| image:: https://codecov.io/gh/pyvista/pyvista/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/pyvista/pyvista

.. |codacy| image:: https://app.codacy.com/project/badge/Grade/779ac6aed37548839384acfc0c1aab44
   :target: https://www.codacy.com/gh/pyvista/pyvista/dashboard?utm_source=github.com&utm_medium=referral&utm_content=pyvista/pyvista&utm_campaign=Badge_Grade

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT

.. |slack| image:: https://img.shields.io/badge/Slack-pyvista-green.svg?logo=slack
   :target: http://slack.pyvista.org

.. |PyPIact| image:: https://img.shields.io/pypi/dm/pyvista.svg?label=PyPI%20downloads
   :target: https://pypi.org/project/pyvista/

.. |condaact| image:: https://img.shields.io/conda/dn/conda-forge/pyvista.svg?label=Conda%20downloads
   :target: https://anaconda.org/conda-forge/pyvista

.. |discuss| image:: https://img.shields.io/badge/GitHub-Discussions-green?logo=github
   :target: https://github.com/pyvista/pyvista/discussions

.. |isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat
  :target: https://timothycrosley.github.io/isort
  :alt: isort

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
  :target: https://github.com/psf/black
  :alt: black


+----------------------+-----------+------------+
| Deployment           | |pypi|    |   |conda|  |
+----------------------+-----------+------------+
| Build Status         | |GH-CI|                |
+----------------------+-----------+------------+
| Metrics              | |codacy|  |  |codecov| |
+----------------------+-----------+------------+
| Activity             | |PyPIact| | |condaact| |
+----------------------+-----------+------------+
| Citation             | |joss|    |  |zenodo|  |
+----------------------+-----------+------------+
| License              | |MIT|     |            |
+----------------------+-----------+------------+
| Community            | |slack|   |  |discuss| |
+----------------------+-----------+------------+
| Formatter            | |black|   |  |isort|   |
+----------------------+-----------+------------+


    3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)

PyVista is...

* *Pythonic VTK*: a high-level API to the `Visualization Toolkit`_ (VTK)
* mesh data structures and filtering methods for spatial datasets
* 3D plotting made simple and built for large/complex data geometries

.. _Visualization Toolkit: https://vtk.org

PyVista is a helper module for the Visualization Toolkit (VTK) that wraps the VTK library
through NumPy and direct array access through a variety of methods and classes.
This package provides a Pythonic, well-documented interface exposing
VTK's powerful visualization backend to facilitate rapid prototyping, analysis,
and visual integration of spatially referenced datasets.

This module can be used for scientific plotting for presentations and research
papers as well as a supporting module for other mesh 3D rendering dependent
Python modules; see Connections for a list of projects that leverage
PyVista.


.. |tweet| image:: https://img.shields.io/twitter/url.svg?style=social&url=http%3A%2F%2Fshields.io
   :target: https://twitter.com/intent/tweet?text=Check%20out%20this%20project%20for%203D%20visualization%20in%20Python&url=https://github.com/pyvista/pyvista&hashtags=3D,visualization,Python,vtk,mesh,plotting,PyVista

Share this project on Twitter: |tweet|


Highlights
==========

.. |binder| image:: https://static.mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/pyvista/pyvista-examples/master
   :alt: Launch on Binder

Head over to the `Quick Examples`_ page in the docs to explore our gallery of
examples showcasing what PyVista can do! Want to test-drive PyVista?
All of the examples from the gallery are live on MyBinder for you to test
drive without installing anything locally: |binder|

.. _Quick Examples: http://docs.pyvista.org/examples/index.html


Overview of Features
--------------------

* Extensive gallery of examples (see `Quick Examples`_)
* Interactive plotting in Jupyter Notebooks using server-side rendering
  with `ipyvtklink`_ or client-side rendering with ``panel`` or ``ipygany``.
* Filtering/plotting tools built for interactivity (see `Widgets`_)
* Direct access to mesh analysis and transformation routines (see Filters_)
* Intuitive plotting routines with ``matplotlib`` similar syntax (see Plotting_)
* Import meshes from many common formats (use ``pyvista.read()``). Support for all formats handled by `meshio`_ is built-in!
* Export meshes as VTK, STL, OBJ, or PLY (``mesh.save()``) file types or any formats supported by meshio_ (``pyvista.save_meshio()``)

.. _ipyvtklink: https://github.com/Kitware/ipyvtklink
.. _Widgets: https://docs.pyvista.org/api/plotting/index.html#widget-api
.. _Filters: https://docs.pyvista.org/api/core/filters.html
.. _Plotting: https://docs.pyvista.org/api/plotting/index.html
.. _meshio: https://github.com/nschloe/meshio


Documentation
=============

Refer to the `documentation `_ for detailed
installation and usage details.

For general questions about the project, its applications, or about software
usage, please create a discussion in `pyvista/discussions`_
where the community can collectively address your questions. You are also
welcome to join us on Slack_ or send one of the developers an email.
The project support team can be reached at `info@pyvista.org`_.

.. _pyvista/discussions: https://github.com/pyvista/pyvista/discussions
.. _Slack: http://slack.pyvista.org
.. _info@pyvista.org: mailto:info@pyvista.org


Installation
============

PyVista can be installed from `PyPI `_
using ``pip`` on Python >= 3.7::

    pip install pyvista

You can also visit `PyPI `_,
`Anaconda `_, or
`GitHub `_ to download the source.

See the `Installation `_
for more details regarding optional dependencies or if the installation through pip doesn't work out.


Connections
===========

PyVista is a powerful tool that researchers can harness to create compelling,
integrated visualizations of large datasets in an intuitive, Pythonic manner.

Learn more about how PyVista is used across science and engineering disciplines
by a diverse community of users on our `Connections page`_.

.. _Connections page: https://docs.pyvista.org/getting-started/connections.html


Authors
=======

Please take a look at the `contributors page`_ and the active `list of authors`_
to learn more about the developers of PyVista.

.. _contributors page: https://github.com/pyvista/pyvista/graphs/contributors/
.. _list of authors: https://docs.pyvista.org/getting-started/authors.html#authors


Contributing
============

.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
   :target: CODE_OF_CONDUCT.md

.. |codetriage| image:: https://www.codetriage.com/pyvista/pyvista/badges/users.svg
   :target: https://www.codetriage.com/pyvista/pyvista
   :alt: Code Triage

|Contributor Covenant|
|codetriage|

We absolutely welcome contributions and we hope that our `Contributing Guide`_
will facilitate your ability to make PyVista better. PyVista is mostly
maintained on a volunteer basis and thus we need to foster a community that can
support user questions and develop new features to make this software a useful
tool for all users while encouraging every member of the commutinity to share
their ideas. To learn more about contributing to PyVista, please see the
`Contributing Guide`_ and our `Code of Conduct`_.

.. _Contributing Guide: https://github.com/pyvista/pyvista/blob/main/CONTRIBUTING.rst
.. _Code of Conduct: https://github.com/pyvista/pyvista/blob/main/CODE_OF_CONDUCT.md


Citing PyVista
==============

There is a `paper about PyVista `_!

If you are using PyVista in your scientific research, please help our scientific
visibility by citing our work!


    Sullivan and Kaszynski, (2019). PyVista: 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK). Journal of Open Source Software, 4(37), 1450, https://doi.org/10.21105/joss.01450


BibTex:

.. code::

    @article{sullivan2019pyvista,
      doi = {10.21105/joss.01450},
      url = {https://doi.org/10.21105/joss.01450},
      year = {2019},
      month = {May},
      publisher = {The Open Journal},
      volume = {4},
      number = {37},
      pages = {1450},
      author = {Bane Sullivan and Alexander Kaszynski},
      title = {{PyVista}: {3D} plotting and mesh analysis through a streamlined interface for the {Visualization Toolkit} ({VTK})},
      journal = {Journal of Open Source Software}
    }

Owner

  • Name: Alex Kaszynski
  • Login: akaszynski
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you are using PyVista in your research, please help our scientific visibility by citing our work!"
preferred-citation:
  type: article
  authors:
  - family-names: "Sullivan"
    given-names: "Bane"
    orcid: "https://orcid.org/0000-0001-8628-4566"
  - family-names: "Kaszynski"
    given-names: "Alexander"
    orcid: "https://orcid.org/0000-0002-8232-7212"
  doi: "10.21105/joss.01450"
  journal: "Journal of Open Source Software"
  publisher: 
    name: "The Open Journal"
  month: May
  title: "PyVista: 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)"
  volume: 4
  issue: 37
  start: 1450
  year: 2019
  url: "https://github.com/pyvista/pyvista"

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 2,632
  • Total Committers: 92
  • Avg Commits per committer: 28.609
  • Development Distribution Score (DDS): 0.467
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bane Sullivan b****n@g****m 1,402
Alex Kaszynski a****p@g****m 502
Tetsuo Koyama t****0@g****m 135
dependabot[bot] 4****] 130
Andras Deak d****s@g****m 70
Guillaume Favelier g****r@g****m 68
MatthewFlamm 3****m 57
Jevin Jones j****s@p****m 36
Rodrigo Mologni r****i@g****m 21
Phil Chiu w****l 20
Eric Larson l****d@g****m 18
github-actions[bot] 4****] 16
dcbr 1****r 9
RichardScottOZ 7****Z 9
Simon Frei f****3@g****m 8
darikg d****g 8
Henrik Åhl h****l@g****m 7
Shannon Keough s****h@g****m 6
math-artist 5****t 5
Nathan Neeteson n****n@g****m 4
Keurfon Luu k****u@o****m 3
Félix f****6@g****m 3
David Stansby d****y@g****m 3
Derrick d****s 3
aleena a****i@g****m 3
Yung Chi Daniel Cho d****0@g****m 3
Steffen Rehberg s****g@g****m 3
Blue Tyson b****n 3
Håkon Strandenes h****s@k****o 3
James Wright j****s@j****z 3
and 62 more...

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/docker-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
.github/workflows/docs.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • peaceiris/actions-gh-pages v3 composite
  • syphar/restore-virtualenv v1 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/intersphinx-update-pull-request.yml actions
  • actions/checkout v3 composite
  • peter-evans/create-pull-request v4 composite
.github/workflows/label.yml actions
  • actions-ecosystem/action-add-labels v1 composite
  • actions/labeler v4 composite
.github/workflows/merge-me.yml actions
  • ridedott/merge-me-action v2 composite
.github/workflows/pre-commit-update.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • peter-evans/create-pull-request v4 composite
.github/workflows/style_docstr.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/testing-and-deployment.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
  • pyvista/setup-headless-display-action v1 composite
docker/requirements.txt pypi
  • cmocean *
  • colorcet *
  • imageio *
  • imageio-ffmpeg *
  • ipygany *
  • ipyvtklink *
  • matplotlib *
  • meshio *
  • panel *
  • pythreejs *
  • trimesh *
environment.yml pypi
  • pytest-memprof *
examples_flask/dynamic_ex/requirements.txt pypi
  • flask *
examples_flask/static_ex/requirements.txt pypi
  • flask *
pyproject.toml pypi
requirements_docs.txt pypi
  • Sphinx ==4.5.0
  • cmocean ==2.0
  • colorcet ==3.0.0
  • imageio >=2.5.0
  • imageio-ffmpeg ==0.4.7
  • ipygany ==0.5.0
  • ipyvtklink ==0.2.2
  • jupyter_sphinx ==0.4.0
  • jupyterlab ==3.4.3
  • lxml ==4.9.0
  • matplotlib ==3.5.2
  • meshio ==5.3.4
  • mypy ==0.961
  • mypy-extensions ==0.4.3
  • numpydoc ==1.4.0
  • osmnx ==1.2.1
  • panel ==0.13.1
  • param ==1.12.2
  • pydata-sphinx-theme ==0.9.0
  • pypandoc ==1.8.1
  • pytest-sphinx ==0.4.0
  • pythreejs ==2.3.0
  • scipy ==1.8.1
  • sphinx-autobuild ==2021.3.14
  • sphinx-copybutton ==0.5.0
  • sphinx-gallery ==0.10.1
  • sphinx-notfound-page ==0.8
  • sphinx-panels ==0.6.0
  • sphinxcontrib-websupport ==1.2.4
  • trimesh ==3.12.6
  • typed-ast ==1.5.4
  • typing_extensions ==4.2.0
requirements_test.txt pypi
  • Sphinx <4.6.0 test
  • cmocean <2.1 test
  • codecov <2.2.0 test
  • colorcet <3.1.0 test
  • hypothesis <6.48.2 test
  • imageio <2.20.0 test
  • imageio-ffmpeg <0.5.0 test
  • ipygany <0.6.0 test
  • ipython <9.0.0 test
  • ipyvtklink <0.4.0 test
  • itkwidgets <0.33.0 test
  • matplotlib <3.6.0 test
  • meshio <5.4.0 test
  • panel <0.14.0 test
  • param <1.13.0 test
  • pytest <7.2.0 test
  • pytest-cov <3.1.0 test
  • pytest-memprof <0.3.0 test
  • pytest-xdist <2.6.0 test
  • pythreejs <2.4.0 test
  • sphinx-gallery <0.11.0 test
  • tqdm <4.65.0 test
  • trimesh <3.13.0 test
setup.py pypi
  • appdirs *
  • imageio *
  • numpy *
  • pillow *
  • scooby >=0.5.1
  • vtk *