Skip to content

Commit bf6a7f2

Browse files
authored
Add NewareNDA extractor (#29)
1 parent 569c664 commit bf6a7f2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
id: >-
3+
neware-nda
4+
name: >-
5+
NewareNDA
6+
description: >-
7+
Python module and command line tool for reading and converting Neware nda and
8+
ndax battery cycling files. Auxiliary temperature fields are currently supported
9+
in both formats.
10+
supported_filetypes:
11+
- id: neware-nda
12+
license:
13+
spdx: BSD-3-Clause
14+
subject:
15+
- electrochemistry
16+
- voltammetry
17+
citations:
18+
- uri: https://github.com/d-cogswell/NewareNDA
19+
creators:
20+
- D. Cogswell
21+
title: NewareNDA github repository
22+
type: software
23+
source_repository: https://github.com/d-cogswell/NewareNDA
24+
usage:
25+
- method: python
26+
setup: NewareNDA
27+
command: NewareNDA.read({{ input_path }})
28+
- method: cli
29+
command: NewareNDA-cli {{ input_path }} {{ output_path }}
30+
installation:
31+
- method: pip
32+
packages:
33+
- NewareNDA >= 2025
34+
requires_python: '>=3.6'

0 commit comments

Comments
 (0)