https://github.com/ok97465/npzheader
Numpy binary format header viewer
https://github.com/ok97465/npzheader
Last synced: 4 months ago
JSON representation
Numpy binary format header viewer
- Host: GitHub
- URL: https://github.com/ok97465/npzheader
- Owner: ok97465
- License: mit
- Created: 2020-02-19T09:59:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T13:24:50.000Z (about 5 years ago)
- Last Synced: 2024-12-27T00:22:03.351Z (5 months ago)
- Language: Python
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npzheader
Quickly view the information of Npz, Npy, Mat format files.
- npzheader parses only dtype, shape of array and value of scalar.
- Support to drag & drag
## Usage
-------------------------
If the file size is large, use Npzviewer to check the simple information and then read the required file.