Skip to content

Add NewareNDA extractor #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions yard/data/extractors/neware-nda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
id: >-
neware-nda
name: >-
NewareNDA
description: >-
Python module and command line tool for reading and converting Neware nda and
ndax battery cycling files. Auxiliary temperature fields are currently supported
in both formats.
supported_filetypes:
- id: neware-nda
license:
spdx: BSD-3-Clause
subject:
- electrochemistry
- voltammetry
citations:
- uri: https://github.com/d-cogswell/NewareNDA
creators:
- D. Cogswell
title: NewareNDA github repository
type: software
source_repository: https://github.com/d-cogswell/NewareNDA
usage:
- method: python
setup: NewareNDA
command: NewareNDA.read({{ input_path }})
- method: cli
command: NewareNDA-cli {{ input_path }} {{ output_path }}
installation:
- method: pip
packages:
- NewareNDA >= 2025
requires_python: '>=3.6'
Loading