Visualization of Multi-Dimensional Data -- The data-slicer Package

Visualization of Multi-Dimensional Data -- The data-slicer Package - Published in JOSS (2021)

https://github.com/kuadrat/data-slicer

Science Score: 49.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
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (19.1%) to scientific vocabulary

Keywords

python visualization
Last synced: 6 months ago · JSON representation

Repository

Multidimensional data visualization tools

Basic Info
  • Host: GitHub
  • Owner: kuadrat
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 113 MB
Statistics
  • Stars: 12
  • Watchers: 0
  • Forks: 4
  • Open Issues: 3
  • Releases: 0
Topics
python visualization
Created over 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog License

README.md

Data slicer

The data-slicer package offers fast tools for inspection, visualization, slicing and analysis of 3(+) dimensional datasets at a general level. It also provides a framework and building blocks for users to easily create more specialized and customized tools for their individual use cases.

data-slicer was originally developed to deal with the high data throughput of modern measurement instruments, where quick visualizations and preliminary analyses are necessary to guide the direction of a measurement session. However, the package is designed to be agnostic of the concrete use-case and all scientific, engineering, medical, artistic or other data driven disciplines where inspection and slicing of (hyper)cubes is required could potentially benefit from data-slicer.

Documentation

This README just gives a minimal overview. For more information, guides, examples and more, visit the documentation which is hosted by the friendly people over at ReadTheDocs.org: https://data-slicer.readthedocs.io/en/latest/

Installation

data-slicer should run on all platforms that support python and has been shown to run on Windows, macOS ans Linux.

The package can be installed from PyPI using pip install data_slicer. It is recommended to do this from within some sort of virtual environment. Visit the documentation for more detailed instructions: https://data-slicer.readthedocs.io/en/latest/installation.html

Dependencies

This software is built upon on a number of other open-source frameworks. The complete list of packages can be found in the file requirements.txt. Most notably, this includes matplotlib, numpy and pyqtgraph.

Citing

If you use data-slicer in your work, please credit it by citing the following publication:

DOI

Kramer et al., (2021). Visualization of Multi-Dimensional Data -- The data-slicer Package. Journal of Open Source Software, 6(60), 2969, https://doi.org/10.21105/joss.02969

Contributing

You are welcome to help making this software package more useful! You can do this by giving feedback, reporting bugs, issuing feature requests or fixing bugs and adding new features yourself. Furthermore, you can create and share your own plugins (refer to the documentation).

Feedback, bugs and feature requests

The most straightforward and organized way to help improve this software is by opening an issue on the github repository. To do this, navigate to the Issues tab and click New issue. Please try to describe the bug you encountered or the new feature you would like to see as detailed as possible. If you have several bugs/ideas please open a separate issue for each of them in order to keep the discussions focused.

If you have anything to tell me that does not seem to warrant opening an issue or you simply prefer to contact me directly you can do this via e-mail: kevin.pasqual.kramer@protonmail.ch

Contributing code

If you have fixed a bug or created a new feature in the source code yourself, it can be merged into this project. Code contributions will be acknowledged in this README or, if the number of contributors grows too large, in a separate file. If you are familiar with the workflow on github, please go ahead and create a pull request. If you are unsure you can always contact me via e-mail (see above).

Plugins

If you have created a PIT plugin, feel free to add it to the list below, either via pull request or through an e-mail (see above). Also check the documentation for a guide on how to create a plugin.

| Plugin Name (link) | Description | | ------------------ | ----------- | | ds-example-plugin | exists as a minimal example that can be used for guidance when creating your own plugins. A step-by-step tutorial on how it was made can be found in the documentation | | ds-arpes-plugin | tools for angle-resolved photoelectron spectroscopy (ARPES) |

Owner

  • Login: kuadrat
  • Kind: user

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 154
  • Total Committers: 3
  • Avg Commits per committer: 51.333
  • Development Distribution Score (DDS): 0.019
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kevin Kramer k****r@g****m 151
Kevin Kramer k****r@p****h 2
jukue 1****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 15
  • Total pull requests: 2
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 22 hours
  • Total issue authors: 5
  • Total pull request authors: 2
  • Average comments per issue: 1.93
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • 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
  • Chilipp (6)
  • kuadrat (5)
  • sabinomaggi (2)
  • ikd-sci (1)
  • brixel-1984 (1)
Pull Request Authors
  • jukue (1)
  • kuadrat (1)
Top Labels
Issue Labels
joss (11) documentation (8) bug (2) enhancement (1)
Pull Request Labels

Dependencies

doc/requirements.txt pypi
  • sphinx *
  • sphinx_rtd_theme *
.github/workflows/draft-pdf.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v1 composite
  • openjournals/openjournals-draft-action master composite