mvaradi / npz_util

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPZ utility

Build Status codecov Maintainability

Basic information

This is a simple package for reading in .npz files and writing out their data to .csv, .json and tiled .json files.

Usage

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

Dependencies

For running: numpy

For development: codecov, pytest-cov

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Mihaly Varadi - Initial work - mvaradi

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License (version 2.) - see the LICENSE file for details.

About

License:Other


Languages

Language:Python 100.0%