mihnathul commited on
Commit
5b9539c
·
verified ·
1 Parent(s): 2f57247

celljar v0.2.0 — initial publish

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +211 -0
  2. cells/BILLS_EVTOL_VAH01.json +16 -0
  3. cells/BILLS_EVTOL_VAH02.json +16 -0
  4. cells/BILLS_EVTOL_VAH05.json +16 -0
  5. cells/BILLS_EVTOL_VAH06.json +16 -0
  6. cells/BILLS_EVTOL_VAH07.json +16 -0
  7. cells/BILLS_EVTOL_VAH09.json +16 -0
  8. cells/BILLS_EVTOL_VAH10.json +16 -0
  9. cells/BILLS_EVTOL_VAH11.json +16 -0
  10. cells/BILLS_EVTOL_VAH12.json +16 -0
  11. cells/BILLS_EVTOL_VAH13.json +16 -0
  12. cells/BILLS_EVTOL_VAH15.json +16 -0
  13. cells/BILLS_EVTOL_VAH16.json +16 -0
  14. cells/BILLS_EVTOL_VAH17.json +16 -0
  15. cells/BILLS_EVTOL_VAH20.json +16 -0
  16. cells/BILLS_EVTOL_VAH22.json +16 -0
  17. cells/BILLS_EVTOL_VAH23.json +16 -0
  18. cells/BILLS_EVTOL_VAH24.json +16 -0
  19. cells/BILLS_EVTOL_VAH25.json +16 -0
  20. cells/BILLS_EVTOL_VAH26.json +16 -0
  21. cells/BILLS_EVTOL_VAH27.json +16 -0
  22. cells/BILLS_EVTOL_VAH28.json +16 -0
  23. cells/BILLS_EVTOL_VAH30.json +16 -0
  24. cells/CLO_B4C0.json +16 -0
  25. cells/CLO_B4C1.json +16 -0
  26. cells/CLO_B4C10.json +16 -0
  27. cells/CLO_B4C11.json +16 -0
  28. cells/CLO_B4C12.json +16 -0
  29. cells/CLO_B4C13.json +16 -0
  30. cells/CLO_B4C14.json +16 -0
  31. cells/CLO_B4C15.json +16 -0
  32. cells/CLO_B4C16.json +16 -0
  33. cells/CLO_B4C17.json +16 -0
  34. cells/CLO_B4C18.json +16 -0
  35. cells/CLO_B4C19.json +16 -0
  36. cells/CLO_B4C2.json +16 -0
  37. cells/CLO_B4C20.json +16 -0
  38. cells/CLO_B4C21.json +16 -0
  39. cells/CLO_B4C22.json +16 -0
  40. cells/CLO_B4C23.json +16 -0
  41. cells/CLO_B4C24.json +16 -0
  42. cells/CLO_B4C25.json +16 -0
  43. cells/CLO_B4C26.json +16 -0
  44. cells/CLO_B4C27.json +16 -0
  45. cells/CLO_B4C28.json +16 -0
  46. cells/CLO_B4C29.json +16 -0
  47. cells/CLO_B4C3.json +16 -0
  48. cells/CLO_B4C30.json +16 -0
  49. cells/CLO_B4C31.json +16 -0
  50. cells/CLO_B4C32.json +16 -0
README.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: celljar
6
+ tags:
7
+ - battery
8
+ - lithium-ion
9
+ - energy-storage
10
+ - timeseries
11
+ - electrochemistry
12
+ - bms
13
+ - hppc
14
+ - cycling
15
+ size_categories:
16
+ - 10K<n<100M
17
+ task_categories:
18
+ - time-series-forecasting
19
+ - tabular-regression
20
+ source_datasets:
21
+ - bills
22
+ - clo
23
+ - ecker
24
+ - hnei
25
+ - matr
26
+ - nasa_pcoe
27
+ - naumann
28
+ - ornl
29
+ ---
30
+
31
+ # celljar
32
+
33
+ **Public battery cell test data, harmonized and sealed in one schema (Parquet + JSON).**
34
+
35
+ celljar reads raw files from published sources and writes them into one
36
+ canonical schema across four entities: `cell_metadata` + `test_metadata`
37
+ (JSON), `timeseries` + `cycle_summary` (Parquet). Consumers read one format
38
+ instead of writing per-source loaders.
39
+
40
+ **Scope: harmonization only.** celljar focuses on measurements — unit
41
+ conversion and schema normalization. It deliberately leaves fitting and
42
+ modeling to downstream tools that specialize in those steps.
43
+
44
+ - Upstream code / issue tracker: <https://github.com/mihnathul/celljar>
45
+ - Sources in this snapshot: `BILLS`, `CLO`, `ECKER`, `HNEI`, `MATR`, `NASA_PCOE`, `NAUMANN`, `ORNL`
46
+ - Contents: **273 cells**, **348 tests**, **167,820,250 timeseries rows**
47
+
48
+ ## Files
49
+
50
+ ```
51
+ cells/*.json # one file per cell (hardware metadata)
52
+ tests/*.json # one file per test (protocol + provenance + observed stats)
53
+ timeseries.parquet # all tests' V/I/T samples; join on test_id
54
+ cycle_summary.parquet # per-cycle aggregates (aging studies); join on (test_id, cycle_number)
55
+ ```
56
+
57
+ ## Schema (overview)
58
+
59
+ Four entities; field list generated from the authoritative [JSON Schemas](https://github.com/mihnathul/celljar/tree/main/schemas):
60
+
61
+ - **`cell_metadata`** (JSON, one file per cell) — `cell_id`*, `source`*, `source_cell_id`, `manufacturer`, `model_number`, `chemistry`*, `cathode`, `anode`, `electrolyte`, `form_factor`*, `nominal_capacity_Ah`, `nominal_voltage_V`, `max_voltage_V`, `min_voltage_V`
62
+ - **`test_metadata`** (JSON, one file per test) — `test_id`*, `cell_id`*, `test_type`*, `temperature_C_min`, `temperature_C_max`, `soc_range_min`, `soc_range_max`, `soc_step`, `c_rate_charge`, `c_rate_discharge`, `protocol_description`, `num_cycles`, `soh_pct`, `soh_method`, `cycle_count_at_test`, `test_year`, `source_doi`, `source_url`, `source_citation`, `source_license`, `source_license_url`, `n_samples`, `duration_s`, `voltage_observed_min_V`, `voltage_observed_max_V`, `current_observed_min_A`, `current_observed_max_A`, `temperature_observed_min_C`, `temperature_observed_max_C`, `sample_dt_min_s`, `sample_dt_median_s`, `sample_dt_max_s`
63
+ - **`timeseries`** (Parquet, one row per measurement sample) — `test_id`*, `cycle_number`*, `step_number`, `step_type`, `timestamp_s`*, `voltage_V`, `current_A`, `temperature_C`, `coulomb_count_Ah`, `energy_Wh`, `displacement_um`
64
+ - **`cycle_summary`** (Parquet, one row per cycle / aging checkpoint) — `test_id`*, `cell_id`*, `cycle_number`, `equivalent_full_cycles`, `elapsed_time_s`, `capacity_Ah`, `capacity_retention_pct`, `resistance_dc_ohm`, `resistance_dc_pulse_duration_s`, `resistance_dc_soc_pct`, `energy_Wh`, `coulombic_efficiency`, `temperature_C_mean`
65
+
66
+ `*` = required field (others nullable). See [JSON Schemas](https://github.com/mihnathul/celljar/tree/main/schemas) for full type info, enum values, and constraints.
67
+
68
+ SI units. Relative timestamps. Missing data is explicit `null` (no NaN
69
+ sentinels). Current sign convention: positive = charge (into the cell),
70
+ negative = discharge.
71
+
72
+ Join keys: `cells.cell_id = tests.cell_id`, `tests.test_id = timeseries.test_id`,
73
+ `(tests.test_id, cycle_number) = cycle_summary.(test_id, cycle_number)`.
74
+
75
+ ## Quick start
76
+
77
+ ### DuckDB — read everything in place, no download
78
+
79
+ ```sql
80
+ INSTALL httpfs; LOAD httpfs;
81
+ SELECT c.chemistry, c.nominal_capacity_Ah,
82
+ t.test_id, t.test_type, t.soh_pct,
83
+ COUNT(*) AS n_samples
84
+ FROM read_json('https://huggingface.co/datasets/mihnathul/celljar/resolve/main/cells/*.json') c
85
+ JOIN read_json('https://huggingface.co/datasets/mihnathul/celljar/resolve/main/tests/*.json') t
86
+ ON c.cell_id = t.cell_id
87
+ JOIN 'https://huggingface.co/datasets/mihnathul/celljar/resolve/main/timeseries.parquet' ts
88
+ ON t.test_id = ts.test_id
89
+ GROUP BY 1,2,3,4,5
90
+ ORDER BY t.test_id;
91
+ ```
92
+
93
+ ### pandas — predicate-pushdown read of one test
94
+
95
+ ```python
96
+ import pandas as pd
97
+
98
+ df = pd.read_parquet(
99
+ "https://huggingface.co/datasets/mihnathul/celljar/resolve/main/timeseries.parquet",
100
+ filters=[("test_id", "==", "ORNL_LEAF_2013_HPPC_25C")],
101
+ )
102
+ print(df.head())
103
+ ```
104
+
105
+ ### `datasets` library — streaming
106
+
107
+ ```python
108
+ from datasets import load_dataset
109
+
110
+ ds = load_dataset(
111
+ "parquet",
112
+ data_files="https://huggingface.co/datasets/mihnathul/celljar/resolve/main/timeseries.parquet",
113
+ split="train",
114
+ streaming=True,
115
+ )
116
+ for row in ds.take(5):
117
+ print(row)
118
+ ```
119
+
120
+ ### `huggingface_hub` — pull the whole bundle locally
121
+
122
+ ```python
123
+ from huggingface_hub import snapshot_download
124
+
125
+ local = snapshot_download(repo_id="mihnathul/celljar", repo_type="dataset")
126
+ print(local) # contains cells/, tests/, timeseries.parquet
127
+ ```
128
+
129
+ ## License & citation
130
+
131
+ The science here belongs to the original authors; celljar simply puts their
132
+ data in one place with a shared schema. Please cite their papers when you use
133
+ the data, and, if it's helpful, celljar alongside.
134
+
135
+ - **This harmonized bundle** (packaging, schema, derived test-metadata fields):
136
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/).
137
+ - **Upstream raw data** retains each publisher's original license — listed
138
+ per-source below. Each source's license terms apply when you use its tests.
139
+
140
+ To make attribution easy, every `tests/*.json` row carries its own
141
+ `source_doi`, `source_citation`, `source_license`, and `source_license_url`
142
+ fields, so you can pull references for any analysis with one query.
143
+
144
+ ## Per-source citations
145
+
146
+ ### BILLS
147
+
148
+ > Bills, A., Sripad, S., Fredericks, W. L., et al. (2023). A battery dataset for electric vertical takeoff and landing aircraft. Scientific Data 10, 344. https://doi.org/10.1038/s41597-023-02180-5
149
+
150
+ **License:** CC-BY-4.0 · [license terms](https://creativecommons.org/licenses/by/4.0/) · [dataset](https://kilthub.cmu.edu/articles/dataset/eVTOL_Battery_Dataset/14226830) · DOI: `10.1184/R1/14226830`
151
+
152
+ ### CLO
153
+
154
+ > Attia, P. M., Grover, A., Jin, N., et al. (2020). Closed-loop optimization of fast-charging protocols for batteries with machine learning. Nature 578, 397-402. https://doi.org/10.1038/s41586-020-1994-5
155
+
156
+ **License:** CC-BY-4.0 · [license terms](https://creativecommons.org/licenses/by/4.0/) · [dataset](https://data.matr.io/1/projects/5d80e633f405260001c0b60a) · DOI: `10.1038/s41586-020-1994-5`
157
+
158
+ ### ECKER
159
+
160
+ > (citation unavailable in harmonized bundle)
161
+
162
+ **License:** see upstream
163
+
164
+ ### HNEI
165
+
166
+ > Kollmeyer, P. (2018). Panasonic 18650PF Li-ion Battery Data. Mendeley Data, v1. https://doi.org/10.17632/wykht8y7tg.1
167
+
168
+ **License:** CC-BY-4.0 · [license terms](https://creativecommons.org/licenses/by/4.0/) · [dataset](https://data.mendeley.com/datasets/wykht8y7tg/1) · DOI: `10.17632/wykht8y7tg.1`
169
+
170
+ ### MATR
171
+
172
+ > Severson, K. A., Attia, P. M., Jin, N., et al. (2019). Data-driven prediction of battery cycle life before capacity degradation. Nature Energy 4, 383-391. https://doi.org/10.1038/s41560-019-0356-8
173
+
174
+ **License:** CC-BY-4.0 · [license terms](https://creativecommons.org/licenses/by/4.0/) · [dataset](https://data.matr.io/1/projects/5c48dd2bc625d700019f3204) · DOI: `10.1038/s41560-019-0356-8`
175
+
176
+ ### NASA_PCOE
177
+
178
+ > Saha, B. & Goebel, K. (2007). Battery Data Set. NASA Prognostics Data Repository, NASA Ames Research Center, Moffett Field, CA. https://www.nasa.gov/intelligent-systems-division/discovery-and-systems-health/pcoe/pcoe-data-set-repository/ Cells are 18650 Li-ion; chemistry/vendor not disclosed by NASA — community consensus treats them as LCO.
179
+
180
+ **License:** CC0-1.0 · [license terms](https://creativecommons.org/publicdomain/zero/1.0/) · [dataset](https://www.nasa.gov/intelligent-systems-division/discovery-and-systems-health/pcoe/pcoe-data-set-repository/)
181
+
182
+ ### NAUMANN
183
+
184
+ > Naumann, M. (2021). Data for: Analysis and modeling of calendar/cycle aging of a commercial LiFePO4/graphite cell. Mendeley Data. DOIs: 10.17632/kxh42bfgtj.1 (calendar) and 10.17632/6hgyr25h8d.1 (cycle). Companion papers: Naumann et al. JPS 2018 doi:10.1016/j.est.2018.01.019, Naumann et al. JPS 2020 doi:10.1016/j.jpowsour.2019.227666
185
+
186
+ **License:** CC-BY-4.0 · [license terms](https://creativecommons.org/licenses/by/4.0/) · [dataset](https://data.mendeley.com/datasets/kxh42bfgtj/1) · DOI: `10.17632/kxh42bfgtj.1`
187
+
188
+ ### ORNL
189
+
190
+ > Wiggins, G., Allu, S., & Wang, H. (2019). Battery cell data from a 2013 Nissan Leaf. Oak Ridge National Laboratory. https://doi.org/10.5281/zenodo.2580327
191
+
192
+ **License:** MIT · [license terms](https://opensource.org/licenses/MIT) · [dataset](https://zenodo.org/records/2580327) · DOI: `10.5281/zenodo.2580327`
193
+
194
+ ## Citing celljar
195
+
196
+ If you'd like to cite celljar:
197
+
198
+ ```bibtex
199
+ @software{celljar,
200
+ author = {Mihna Neerulpan},
201
+ title = {celljar: Public Battery Test Dataset Harmonization with a Canonical Schema},
202
+ year = {2026},
203
+ url = {https://github.com/mihnathul/celljar},
204
+ }
205
+ ```
206
+
207
+ ## Links
208
+
209
+ - Code: <https://github.com/mihnathul/celljar>
210
+ - Issues / new-source requests: <https://github.com/mihnathul/celljar/issues>
211
+ - Canonical JSON Schemas: <https://github.com/mihnathul/celljar/tree/main/schemas>
cells/BILLS_EVTOL_VAH01.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH01",
3
+ "source_cell_id": "VAH01",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH02.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH02",
3
+ "source_cell_id": "VAH02",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH05.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH05",
3
+ "source_cell_id": "VAH05",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH06.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH06",
3
+ "source_cell_id": "VAH06",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH07.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH07",
3
+ "source_cell_id": "VAH07",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH09.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH09",
3
+ "source_cell_id": "VAH09",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH10.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH10",
3
+ "source_cell_id": "VAH10",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH11.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH11",
3
+ "source_cell_id": "VAH11",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH12.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH12",
3
+ "source_cell_id": "VAH12",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH13.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH13",
3
+ "source_cell_id": "VAH13",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH15.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH15",
3
+ "source_cell_id": "VAH15",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH16.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH16",
3
+ "source_cell_id": "VAH16",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH17.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH17",
3
+ "source_cell_id": "VAH17",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH20.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH20",
3
+ "source_cell_id": "VAH20",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH22.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH22",
3
+ "source_cell_id": "VAH22",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH23.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH23",
3
+ "source_cell_id": "VAH23",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH24.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH24",
3
+ "source_cell_id": "VAH24",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH25.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH25",
3
+ "source_cell_id": "VAH25",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH26.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH26",
3
+ "source_cell_id": "VAH26",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH27.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH27",
3
+ "source_cell_id": "VAH27",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH28.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH28",
3
+ "source_cell_id": "VAH28",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/BILLS_EVTOL_VAH30.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "BILLS_EVTOL_VAH30",
3
+ "source_cell_id": "VAH30",
4
+ "source": "BILLS",
5
+ "manufacturer": "Sony-Murata",
6
+ "model_number": "US18650VTC6",
7
+ "chemistry": "NMC",
8
+ "cathode": "NMC",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 3.0,
13
+ "nominal_voltage_V": 3.6,
14
+ "max_voltage_V": 4.2,
15
+ "min_voltage_V": 2.5
16
+ }
cells/CLO_B4C0.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C0",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c0",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C1.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C1",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c1",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C10.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C10",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c10",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C11.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C11",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c11",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C12.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C12",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c12",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C13.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C13",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c13",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C14.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C14",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c14",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C15.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C15",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c15",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C16.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C16",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c16",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C17.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C17",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c17",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C18.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C18",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c18",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C19.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C19",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c19",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C2.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C2",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c2",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C20.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C20",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c20",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C21.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C21",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c21",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C22.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C22",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c22",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C23.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C23",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c23",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C24.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C24",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c24",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C25.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C25",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c25",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C26.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C26",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c26",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C27.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C27",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c27",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C28.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C28",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c28",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C29.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C29",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c29",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C3.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C3",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c3",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C30.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C30",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c30",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C31.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C31",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c31",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }
cells/CLO_B4C32.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_id": "CLO_B4C32",
3
+ "source": "CLO",
4
+ "source_cell_id": "b4c32",
5
+ "manufacturer": "A123 Systems",
6
+ "model_number": "APR18650M1A",
7
+ "chemistry": "LFP",
8
+ "cathode": "LFP",
9
+ "anode": "graphite",
10
+ "electrolyte": null,
11
+ "form_factor": "cylindrical",
12
+ "nominal_capacity_Ah": 1.1,
13
+ "nominal_voltage_V": 3.3,
14
+ "max_voltage_V": 3.6,
15
+ "min_voltage_V": 2.0
16
+ }