This is a simple package for reading in .npz files and writing out their data to .csv, .json and tiled .json files.
Clone this repository
git clone https://github.com/mvaradi/npz_util.git
Run the process:
python3 run.py path/to/files/
1.) The script will first load .npz files from a path, and grab the useful part of the data
2.) Then it will convert the information and save it into .csv output files
For running:
numpy
For development:
codecov, pytest-cov
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Mihaly Varadi - Initial work - mvaradi
See also the list of contributors who participated in this project.
This project is licensed under the Apache License (version 2.) - see the LICENSE file for details.