https://github.com/pycroscopy/scifireaders
Tools for extracting data and metadata from scientific data files
https://github.com/pycroscopy/scifireaders
Last synced: about 1 year ago
JSON representation
Tools for extracting data and metadata from scientific data files
- Host: GitHub
- URL: https://github.com/pycroscopy/scifireaders
- Owner: pycroscopy
- License: mit
- Created: 2020-08-23T18:17:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T23:43:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:17:37.041Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://pycroscopy.github.io/SciFiReaders/about.html
- Size: 108 MB
- Stars: 13
- Watchers: 6
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
SciFiReaders
============
.. image:: https://github.com/pycroscopy/SciFiReaders/workflows/build/badge.svg?branch=main
:target: https://github.com/pycroscopy/SciFiReaders/actions?query=workflow%3Abuild
:alt: GitHub Actions
.. image:: https://img.shields.io/pypi/v/SciFiReaders.svg
:target: https://pypi.org/project/SciFiReaders/
:alt: PyPI
.. image:: https://img.shields.io/conda/vn/conda-forge/SciFiReaders.svg
:target: https://github.com/conda-forge/SciFiReaders-feedstock
:alt: conda-forge
.. image:: https://img.shields.io/pypi/l/SciFiReaders.svg
:target: https://pypi.org/project/SciFiReaders/
:alt: License
.. image:: http://pepy.tech/badge/SciFiReaders
:target: http://pepy.tech/project/SciFiReaders
:alt: Downloads
.. image:: https://codecov.io/gh/pycroscopy/SciFiReaders/branch/main/graph/badge.svg?token=5511SG1YWE
:target: https://codecov.io/gh/pycroscopy/SciFiReaders
:alt: Coverage
Tools for extracting data and metadata from scientific data files.
Extracted information are returned as a dictionary of `sidpy.Dataset `_ objects.
Please see `SciFiReaders documentation website `_ for more information.