https://github.com/fschuch/xarray-binfile
Read and write raw binary files using the familiar interface from the Xarray library
https://github.com/fschuch/xarray-binfile
Last synced: 3 months ago
JSON representation
Read and write raw binary files using the familiar interface from the Xarray library
- Host: GitHub
- URL: https://github.com/fschuch/xarray-binfile
- Owner: fschuch
- License: mit
- Created: 2025-07-17T21:08:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T00:35:25.000Z (6 months ago)
- Last Synced: 2025-07-18T03:49:58.271Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xarray-binfile
Custom Xarray file engine to handle raw binary files
______________________________________________________________________
- QA:
[](https://github.com/fschuch/xarray-binfile/actions/workflows/ci.yaml)
[](https://github.com/fschuch/xarray-binfile/actions/workflows/github-code-scanning/codeql)
[](https://results.pre-commit.ci/latest/github/fschuch/xarray-binfile/main)
[](https://sonarcloud.io/summary/new_code?id=fschuch_xarray-binfile)
[](https://sonarcloud.io/summary/new_code?id=fschuch_xarray-binfile)
[](https://www.codefactor.io/repository/github/fschuch/xarray-binfile)
- Package:
[](https://pypi.org/project/xarray-binfile/)
[](https://pypi.org/project/xarray-binfile/)
- Meta:
[](https://github.com/fschuch/wizard-template)
[](https://mypy-lang.org/)
[](https://github.com/pypa/hatch)
[](https://github.com/astral-sh/ruff)

[](https://jacobtomlinson.dev/effver)
______________________________________________________________________
## Overview
Xarray-binfile is a Python package designed to extend the capabilities of Xarray, a powerful library for working with labeled multi-dimensional arrays. This package provides a custom file engine specifically for reading and writing raw binary files, enabling users to leverage Xarray's data structures while working with binary data formats.
## Copyright and License
© 2025 [Felipe N. Schuch](https://github.com/fschuch).
All content is under [MIT License](https://github.com/fschuch/xarray-binfile/blob/main/LICENSE).
