https://github.com/iagappel/turbx
Tools for analysis of turbulent flow datasets
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Keywords
Repository
Tools for analysis of turbulent flow datasets
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 16
Topics
Metadata Files
README.md
turbx
turbx is a python3 module which contains tools for organization, storage and parallelized processing of turbulent flow datasets, including super()ed wrappers of h5py.File that streamline data & metadata access.
python3 -m pip install turbx
turbx runs in python3 and uses parallel HDF5 (wrapped by h5py) for high-performance collective MPI-IO with mpi4py. This requires:
- A
python3installation (3.11+ recommended) - An MPI implementation such as
OpenMPI - A parallel
HDF5installation (must be compiled with--enable-parallel) mpi4pyh5pycompiled with parallel configuration
Visualization of HDF5 datasets in Paraview is supported through the use of XML/XDMF sidecar descriptor files. All major data classes (such as rgd) can automatically generate the descriptor files by calling .make_xdmf().
GitHub Events
Total
- Release event: 1
- Push event: 2
Last Year
- Release event: 1
- Push event: 2
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jason Appelbaum | a****m@i****e | 50 |
| iagappel | 8****l | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 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
- cmasher >=1.6
- cmocean >=2.0
- colorcet >=3.0
- h5py >=3.6
- matplotlib >=3.5
- mpi4py >=3.1
- numpy >=1.22
- psutil >=5.9
- scikit-image >=0.19
- scipy >=1.8
- tqdm >=4.64