Science Score: 54.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
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Large-scale Visualization Data Storage in Python
Basic Info
- Host: GitHub
- Owner: inducer
- License: mit
- Language: Python
- Default Branch: main
- Homepage: http://mathema.tician.de/software/pyvisfile
- Size: 392 KB
Statistics
- Stars: 20
- Watchers: 5
- Forks: 11
- Open Issues: 1
- Releases: 2
Created almost 15 years ago
· Last pushed 7 months ago
Metadata Files
Readme
License
Citation
README.rst
PyVisfile: Write VTK/XDMF Visualization Files Efficiently
---------------------------------------------------------
.. image:: https://gitlab.tiker.net/inducer/pyvisfile/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/pyvisfile/commits/main
.. image:: https://github.com/inducer/pyvisfile/actions/workflows/ci.yml/badge.svg
:alt: Github Build Status
:target: https://github.com/inducer/pyvisfile/actions/workflows/ci.yml
.. image:: https://badge.fury.io/py/pyvisfile.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/pyvisfile/
.. image:: https://zenodo.org/badge/1575355.svg
:alt: Zenodo DOI for latest release
:target: https://zenodo.org/badge/latestdoi/1575355
PyVisfile allows you to write a variety of visualization file formats,
including
* `Kitware's `__
`XML-style `__
`VTK `__ data files. VTK files can be written without
additional software installed (e.g. VTK's Python bindings).
* `XDMF `__ data files.
PyVisfile supports many mesh geometries, such as unstructured
and rectangular structured meshes, particle meshes, as well as
scalar and vector variables on them. In addition, PyVisfile allows the
semi-automatic writing of parallelization-segmented visualization files
in both VTK and XDMF formats.
Resources:
* `Documentation `_.
* `Source Code `_.
Owner
- Name: Andreas Klöckner
- Login: inducer
- Kind: user
- Location: Champaign, IL
- Company: Scientific Computing, CS@UIUC
- Website: http://andreask.cs.illinois.edu/aboutme
- Repositories: 225
- Profile: https://github.com/inducer
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Kloeckner" given-names: "Andreas" orcid: "https://orcid.org/0000-0003-1228-519X" - family-names: Fikl given-names: Alex - family-names: Statz given-names: Christoph - family-names: Diener given-names: Matthias - family-names: Smith given-names: Matt - family-names: Wala given-names: Matt title: "pyvisfile" version: 2022.1.1 doi: 10.5281/zenodo.6533976 date-released: 2022-05-09 url: "https://github.com/inducer/pyvisfile" license: MIT
GitHub Events
Total
- Delete event: 5
- Issue comment event: 4
- Push event: 16
- Pull request event: 17
- Create event: 5
Last Year
- Delete event: 5
- Issue comment event: 4
- Push event: 16
- Pull request event: 17
- Create event: 5
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 52
- Average time to close issues: 7 days
- Average time to close pull requests: 6 days
- Total issue authors: 2
- Total pull request authors: 7
- Average comments per issue: 4.0
- Average comments per pull request: 0.96
- Merged pull requests: 45
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 2
- Pull requests: 11
- Average time to close issues: 7 days
- Average time to close pull requests: about 5 hours
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 4.0
- Average comments per pull request: 0.73
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- inducer (1)
- matthiasdiener (1)
Pull Request Authors
- alexfikl (33)
- inducer (27)
- dependabot[bot] (3)
- matthiasdiener (2)
- cstatz (2)
- majosm (1)
- mattwala (1)
Top Labels
Issue Labels
bug (2)
Pull Request Labels
dependencies (3)
github_actions (1)
Packages
- Total packages: 2
-
Total downloads:
- pypi 353 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 11
(may contain duplicates) - Total versions: 18
- Total maintainers: 1
pypi.org: pyvisfile
Large-scale Visualization Data Storage
- Homepage: https://mathema.tician.de/software/pyvisfile
- Documentation: https://documen.tician.de/pyvisfile
- License: MIT
-
Latest release: 2022.1.1
published almost 4 years ago
Rankings
Dependent repos count: 4.4%
Dependent packages count: 10.1%
Average: 11.0%
Downloads: 18.4%
Maintainers (1)
Last synced:
7 months ago
conda-forge.org: pyvisfile
pyvisfile lets you write new-style Vtk visualization files.
- Homepage: http://pypi.python.org/pypi/pyvisfile
- License: MIT
-
Latest release: 2022.1.1
published almost 4 years ago
Rankings
Dependent repos count: 34.0%
Forks count: 40.0%
Average: 42.5%
Stargazers count: 44.9%
Dependent packages count: 51.2%
Last synced:
7 months ago
Dependencies
setup.py
pypi
- pytools >=2013.2
.github/workflows/autopush.yml
actions
- actions/checkout v3 composite
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite