alinutzal commited on
Commit
39c237d
·
1 Parent(s): 69e33da

Remove large CSV files and replace them with Parquet format for improved performance and storage efficiency. Added a new script to read and display the structure of the new Parquet files.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CITATION.cff +21 -0
  2. LICENSE +11 -0
  3. README.md +274 -1
  4. data/ATLAS_output/atlas_hh_06_007.csv +0 -3
  5. data/ATLAS_output/atlas_hh_06_009.csv +0 -3
  6. data/ATLAS_output/atlas_hh_06_011.csv +0 -3
  7. data/ATLAS_output/atlas_hh_06_013.csv +0 -3
  8. data/ATLAS_output/atlas_hh_06_015.csv +0 -3
  9. data/ATLAS_output/atlas_hh_06_017.csv +0 -3
  10. data/ATLAS_output/atlas_hh_06_019.csv +0 -3
  11. data/ATLAS_output/atlas_hh_06_021.csv +0 -3
  12. data/ATLAS_output/atlas_hh_06_023.csv +0 -3
  13. data/ATLAS_output/atlas_hh_06_025.csv +0 -3
  14. data/ATLAS_output/atlas_hh_06_027.csv +0 -3
  15. data/ATLAS_output/atlas_hh_06_029.csv +0 -3
  16. data/ATLAS_output/atlas_hh_06_031.csv +0 -3
  17. data/ATLAS_output/atlas_hh_06_033.csv +0 -3
  18. data/ATLAS_output/atlas_hh_06_035.csv +0 -3
  19. data/ATLAS_output/atlas_hh_06_037.csv +0 -3
  20. data/ATLAS_output/atlas_hh_06_039.csv +0 -3
  21. data/ATLAS_output/atlas_hh_06_041.csv +0 -3
  22. data/ATLAS_output/atlas_hh_06_043.csv +0 -3
  23. data/ATLAS_output/atlas_hh_06_045.csv +0 -3
  24. data/ATLAS_output/atlas_hh_06_047.csv +0 -3
  25. data/ATLAS_output/atlas_hh_06_049.csv +0 -3
  26. data/ATLAS_output/atlas_hh_06_051.csv +0 -3
  27. data/ATLAS_output/atlas_hh_06_053.csv +0 -3
  28. data/ATLAS_output/atlas_hh_06_055.csv +0 -3
  29. data/ATLAS_output/atlas_hh_06_057.csv +0 -3
  30. data/ATLAS_output/atlas_hh_06_059.csv +0 -3
  31. data/ATLAS_output/atlas_hh_06_061.csv +0 -3
  32. data/ATLAS_output/atlas_hh_06_063.csv +0 -3
  33. data/ATLAS_output/atlas_hh_06_065.csv +0 -3
  34. data/ATLAS_output/atlas_hh_06_067.csv +0 -3
  35. data/ATLAS_output/atlas_hh_06_069.csv +0 -3
  36. data/ATLAS_output/atlas_hh_06_071.csv +0 -3
  37. data/ATLAS_output/atlas_hh_06_073.csv +0 -3
  38. data/ATLAS_output/atlas_hh_06_075.csv +0 -3
  39. data/ATLAS_output/atlas_hh_06_077.csv +0 -3
  40. data/ATLAS_output/atlas_hh_06_079.csv +0 -3
  41. data/ATLAS_output/atlas_hh_06_081.csv +0 -3
  42. data/ATLAS_output/atlas_hh_06_083.csv +0 -3
  43. data/ATLAS_output/atlas_hh_06_085.csv +0 -3
  44. data/ATLAS_output/atlas_hh_06_087.csv +0 -3
  45. data/ATLAS_output/atlas_hh_06_089.csv +0 -3
  46. data/ATLAS_output/atlas_hh_06_091.csv +0 -3
  47. data/ATLAS_output/atlas_hh_06_093.csv +0 -3
  48. data/ATLAS_output/atlas_hh_06_095.csv +0 -3
  49. data/ATLAS_output/atlas_hh_06_097.csv +0 -3
  50. data/ATLAS_output/atlas_hh_06_099.csv +0 -3
CITATION.cff ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ title: "CA-HVF2025: California Household Vehicle Fleet Dataset"
3
+ authors:
4
+ - family-names: Lazar
5
+ given-names: Alina
6
+ - family-names: Panjaitan
7
+ given-names: Naomi
8
+ - family-names: Jin
9
+ given-names: Ling
10
+ - family-names: Brown
11
+ given-names: Caitlin
12
+ - family-names: Spurlock
13
+ given-names: Anna
14
+ - family-names: Wenzel
15
+ given-names: Thomas
16
+ version: "2025"
17
+ doi: ""
18
+ url: "https://huggingface.co/datasets/alinutzal/CA-HVF2025"
19
+ license: "CC-BY-4.0"
20
+ message: "If you use this dataset, please cite it using the metadata above."
21
+ abstract: "CA-HVF2025 is a statewide synthetic vehicle fleet dataset containing 13 million households and over 15 million vehicles across California. This dataset provides detailed household-level vehicle ownership information, including vehicle type, powertrain, vintage, and body type, generated using a Multiple Discrete Continuous Extreme Value (MDCEV) model and a geographically explicit synthetic population."
LICENSE ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International Public License
2
+
3
+ By exercising the Licensed Rights, You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License").
4
+
5
+ You may obtain a copy of the License at:
6
+
7
+ https://creativecommons.org/licenses/by/4.0/
8
+
9
+ Unless required by applicable law or agreed to in writing, the licensor provides the Licensed Material on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
+
11
+ See the full text of the license at the link above.
README.md CHANGED
@@ -1,3 +1,276 @@
 
 
 
 
 
 
 
 
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
2
+
3
+ # CA-HVF2025: California Household Vehicle Fleet Dataset (2025)
4
+
5
+ A statewide synthetic vehicle fleet dataset containing 13 million households and over 15 million vehicles across California. This dataset provides detailed household-level vehicle ownership information, including vehicle type, powertrain, vintage, and body type, generated using a Multiple Discrete Continuous Extreme Value (MDCEV) model and a geographically explicit synthetic population.
6
+
7
+ This dataset is designed to support transportation modeling, energy/emissions analysis, policy scenario evaluation, EV adoption studies, and agent-based simulations.
8
+
9
  ---
10
+
11
+ ## Overview
12
+
13
+ Modern transportation models require realistic household vehicle fleets, but privacy constraints limit access to micro-level vehicle ownership data.
14
+ CA-HVF2025 fills this gap by providing a statewide, publicly available, synthetic, validated representation of vehicle ownership across all California census tracts.
15
+
16
+ The dataset includes:
17
+
18
+ - Household characteristics (demographics, size, income)
19
+ - Detailed vehicle fleets for each household
20
+ - Geographic attributes at the census-tract level
21
+ - Location-based accessibility and built environment indicators
22
+
23
+ All values are synthetic but statistically consistent with real-world data.
24
+
25
  ---
26
+
27
+ # Data Dictionary: Input
28
+
29
+ Below is the full set of household-level variables included in the CA-HVF2025 dataset.
30
+
31
+ ---
32
+
33
+ ## Household Demographics
34
+
35
+ | Variable | Description | Values |
36
+ |---------|-------------|--------|
37
+ | child | Household has at least one child | 0, 1 |
38
+ | HOUSEID | Household ID | numeric |
39
+ | HHSIZE | Household size | numeric |
40
+ | HHSIZE1 | Household size = 1 | 0, 1 |
41
+ | HHSIZE2 | Household size = 2 | 0, 1 |
42
+ | HHSIZE3 | Household size = 3 | 0, 1 |
43
+ | HHSIZE4 | Household size = 4 or more | 0, 1 |
44
+ | NUMADLT | Number of adults | numeric |
45
+ | NUMCHILD | Number of children | numeric |
46
+ | NUM_WORKERS | Number of workers in household | numeric |
47
+ | retired | Household has at least one retiree | 0, 1 |
48
+
49
+ ---
50
+
51
+ ## Race / Ethnicity Indicators
52
+
53
+ | Variable | Description | Values |
54
+ |---------|-------------|--------|
55
+ | hhwhite | Householder identifies as White | 0, 1 |
56
+ | hhasian | Householder identifies as Asian | 0, 1 |
57
+ | hhblack | Householder identifies as Black or African American | 0, 1 |
58
+ | hhothers | Householder identifies as another race (not White/Black/Asian) | 0, 1 |
59
+
60
+ ---
61
+
62
+ ## Income Categories
63
+
64
+ | Variable | Description | Values |
65
+ |---------|-------------|--------|
66
+ | income1 | Income < $25,000 | 0, 1 |
67
+ | income2 | $25,000 ≤ income < $50,000 | 0, 1 |
68
+ | income3 | $50,000 ≤ income < $75,000 | 0, 1 |
69
+ | income4 | $75,000 ≤ income < $100,000 | 0, 1 |
70
+ | income5 | Income ≥ $100,000 | 0, 1 |
71
+
72
+ ---
73
+
74
+ ## Life Cycle Categories
75
+
76
+ | Variable | Description | Values |
77
+ |---------|-------------|--------|
78
+ | LIF_CYC1 | 1 adult, no children | 0, 1 |
79
+ | LIF_CYC2 | 2+ adults, no children | 0, 1 |
80
+ | LIF_CYC3 | 1 adult + child age 0–5 | 0, 1 |
81
+ | LIF_CYC4 | 2+ adults + child age 0–5 | 0, 1 |
82
+ | LIF_CYC5 | 1 adult + child age 6–15 | 0, 1 |
83
+ | LIF_CYC6 | 2+ adults + child age 6–15 | 0, 1 |
84
+ | LIF_CYC7 | 1 adult + child age 16–21 | 0, 1 |
85
+ | LIF_CYC8 | 2+ adults + child age 16–21 | 0, 1 |
86
+ | LIF_CYC9 | Household has at least one senior (65+) | 0, 1 |
87
+ | LIF_CYC10 | Household has 2+ seniors (65+) | 0, 1 |
88
+
89
+ ---
90
+
91
+ ## Housing & Tenure
92
+
93
+ | Variable | Description | Values |
94
+ |---------|-------------|--------|
95
+ | hhown | Household owns home | 0, 1 |
96
+ | perrent | % rental housing in tract | numeric |
97
+ | perrent1 | Rental housing < 25% | 0, 1 |
98
+ | perrent2 | Rental housing 25–45% | 0, 1 |
99
+ | perrent3 | Rental housing > 45% | 0, 1 |
100
+
101
+ ---
102
+
103
+ ## Work Status
104
+
105
+ | Variable | Description | Values |
106
+ |---------|-------------|--------|
107
+ | work0 | No members employed | 0, 1 |
108
+ | work1 | 1 worker in household | 0, 1 |
109
+ | work2 | 2 workers in household | 0, 1 |
110
+ | work3 | 3+ workers in household | 0, 1 |
111
+
112
+ ---
113
+
114
+ ## Geographic Identifiers
115
+
116
+ | Variable | Description | Values |
117
+ |---------|-------------|--------|
118
+ | county_fips | County FIPS code | numeric |
119
+ | county_name | County name | character |
120
+ | state_fips | State FIPS code | numeric |
121
+ | state_name | State name | character |
122
+ | tractid | Census tract ID | numeric |
123
+
124
+ ---
125
+
126
+ ## Transit & Accessibility Variables
127
+
128
+ | Variable | Description | Values |
129
+ |---------|-------------|--------|
130
+ | emp_zscore | Standardized jobs reachable by 30-min transit | numeric |
131
+ | tractmean | Average number of jobs reachable from tract | numeric |
132
+ | tas_acres | Total acres accessible via 30-minute transit | numeric |
133
+ | tci | Transit Connectivity Index (0–100) | 0–100 |
134
+ | hi_tps | AllTransit Performance Score ≥ 8 | 0, 1 |
135
+ | transit_performance_score | Transit Performance Score (0–10) | 0–10 |
136
+
137
+ ---
138
+
139
+ ## Built Environment Variables
140
+
141
+ | Variable | Description | Values |
142
+ |---------|-------------|--------|
143
+ | job_density | Jobs per km² | numeric |
144
+ | pop_density | People per km² | numeric |
145
+ | res_density | Housing units per acre (unprotected) | numeric |
146
+ | pct_ag_land | % agricultural land | numeric |
147
+ | pct_water | % water area | numeric |
148
+ | urban_cbsa | Census tract is urban | 0, 1 |
149
+ | walkndx | Walkability index (0–20) | 0–20 |
150
+
151
+ ---
152
+
153
+ ## Log-Transformed Built Environment / Transit Indicators
154
+
155
+ | Variable | Description | Values |
156
+ |---------|-------------|--------|
157
+ | log_job_density | Log(job_density) | numeric |
158
+ | log_job_above8 | Log(job_density) > 8 | 0, 1 |
159
+ | log_job_below4 | Log(job_density) < 4 | 0, 1 |
160
+ | log_pop_density | Log(pop_density) | numeric |
161
+ | log_pop_above9 | Log(pop_density) > 9 | 0, 1 |
162
+ | log_pop_below3 | Log(pop_density) < 3 | 0, 1 |
163
+ | log_res_density | Log(res_density) | numeric |
164
+ | log_pct_agland | Log(pct_ag_land) | numeric |
165
+ | log_pct_water | Log(pct_water) | numeric |
166
+ | log_lastyear_zevpct | Log(previous-year ZEV share) | numeric |
167
+
168
+ ---
169
+
170
+ ## Zero-Emission Vehicle (ZEV) Exposure
171
+
172
+ | Variable | Description | Values |
173
+ |---------|-------------|--------|
174
+ | lastyear_zev_pct | Percentage of ZEVs in prior year | numeric |
175
+
176
+
177
+ # Data Dictionary: Output
178
+
179
+ ## Household-Level Variables
180
+
181
+ | Variable name | Description | Value |
182
+ |---------------|-------------|--------|
183
+ | county_fips | County FIPS code | numeric |
184
+ | tractid | Census tract ID | numeric |
185
+ | HOUSEID | Household ID | numeric |
186
+ | nvehicles | Number of vehicle(s) owned by the household | numeric |
187
+
188
+ ## Vehicle-Level Variables
189
+
190
+ | Variable name | Description | Value |
191
+ |-------------------|-----------------------------------------------|--------|
192
+ | county_fips | County FIPS code | numeric |
193
+ | tractid | Census tract ID | numeric |
194
+ | HOUSEID | Household ID | numeric |
195
+ | VEHID | Vehicle ID associated with the household | numeric |
196
+ | bodytype | The vehicle's body type | car, van, suv (Sport Utility Vehicle), pickup (Light-duty pick-up truck) |
197
+ | vintage_category | Vehicle age range | 0–5 years, 6–11 years, 12+ years |
198
+ | annual_mileage | The vehicle's annual mileage | numeric |
199
+ | pred_power | The vehicle's powertrain | ICE (Internal Combustion Engine), AEV (All-Electric Vehicle), PHEV (Plug-in Hybrid Electric Vehicle) |
200
+ | modelyear | Vehicle model year (year manufactured) | numeric |
201
+
202
+ ---
203
+
204
+ ## Methodology Summary
205
+
206
+ ### 1. Synthetic Population
207
+
208
+ Generated using PopulationSim, producing approximately 13 million California households with demographics matched to ACS distributions.
209
+
210
+ ### 2. Multiple Discrete-Choice Vehicle Ownership Model
211
+
212
+ The dataset extends the MDCEV-based fleet composition model by Garikapati et al. (2014).
213
+ The model jointly predicts:
214
+
215
+ - Number of vehicles per household
216
+ - Vehicle category combinations
217
+ - Powertrain shares
218
+ - Vintage distributions
219
+
220
+ Predictors include:
221
+
222
+ - Income, household size, and workers
223
+ - Built environment metrics
224
+ - Accessibility indices
225
+ - Regional land-use patterns
226
+
227
+ ### 3. Validation
228
+
229
+ The synthetic fleet is externally validated against:
230
+
231
+ - California DMV vehicle registration data
232
+ - County-level vintage and powertrain distributions
233
+ - Household vehicle count statistics
234
+
235
+ The dataset reproduces observed distributions with high fidelity.
236
+
237
+ ---
238
+
239
+ ## Geographic and Temporal Scope
240
+
241
+ - Region: California
242
+ - Spatial resolution: Census tract (GEOID)
243
+ - Households: ~13 million
244
+ - Vehicles: ~15+ million
245
+ - Base demographic year: 2017
246
+ - Fleet calibration year: 2025
247
+
248
+ ---
249
+
250
+ ## License
251
+
252
+ This dataset is licensed under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
253
+
254
+ You are free to:
255
+
256
+ - **Share** — copy and redistribute the material in any medium or format
257
+ - **Adapt** — remix, transform, and build upon the material for any purpose, even commercially
258
+
259
+ Under the following terms:
260
+
261
+ - **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
262
+ You may do so in any reasonable manner, but not in a way that suggests the licensor endorses you or your use.
263
+
264
+ Full license text: https://creativecommons.org/licenses/by/4.0/
265
+
266
+ ---
267
+
268
+ ## How to Load the Dataset
269
+
270
+ ### Python (pandas)
271
+
272
+ ```python
273
+ import polars as pl
274
+
275
+ hh = pl.read_parquet("households.parquet")
276
+ veh = pl.read_parquet("vehicles.parquet")
data/ATLAS_output/atlas_hh_06_007.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:45c97c1292f15651a82dc48f47f3b19381cad5e91fbd25f6ac7eb24f592fac43
3
- size 2057127
 
 
 
 
data/ATLAS_output/atlas_hh_06_009.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be43d674511a69f45b966a86d60f3613fb662cce4a1a6665f91bd679fdcb9868
3
- size 416424
 
 
 
 
data/ATLAS_output/atlas_hh_06_011.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bff0ff87e48698b6f7cf4701f9b58623c46c137829afc2dd0b3826ae971e6269
3
- size 161013
 
 
 
 
data/ATLAS_output/atlas_hh_06_013.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca762c3ba1ab06a711ce231703c87256ad85070e4d63ddaeab7110cf15b28723
3
- size 9629667
 
 
 
 
data/ATLAS_output/atlas_hh_06_015.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:da19c443eb370483aff125e43142ca44b3cd0d12e56d71b5df646f34c05ae8ed
3
- size 221641
 
 
 
 
data/ATLAS_output/atlas_hh_06_017.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:18d67fca4ca71c32651d6fbca0e1de34a5812e092a7823721191aa133f8c4d0d
3
- size 1623052
 
 
 
 
data/ATLAS_output/atlas_hh_06_019.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dd34fa17bb64ef41c98181e385b6f3b6f549338a528ab22757dd115f90832b6
3
- size 7434689
 
 
 
 
data/ATLAS_output/atlas_hh_06_021.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94572278cd798386b2863d3ed0f28c28efe82466e9ce184b281b8e03a30729a6
3
- size 227461
 
 
 
 
data/ATLAS_output/atlas_hh_06_023.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfb75bc12c630dd58eed97d0382482e72c63d57c151423b51dd418d4d36984d2
3
- size 1284231
 
 
 
 
data/ATLAS_output/atlas_hh_06_025.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1c758c82c3a70221844708138c1111efdce687150954fd83d28501a94d1537b
3
- size 1073802
 
 
 
 
data/ATLAS_output/atlas_hh_06_027.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ccbd9e14ac3fff70fc9e14451b542a64fc42d79fcadb191655e8501adfa83e0a
3
- size 183531
 
 
 
 
data/ATLAS_output/atlas_hh_06_029.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0249c2d8bd5003f8fcf2448e71c4c4f0cc3fdc7f081d9923a63a2b3fcffbd81
3
- size 6513830
 
 
 
 
data/ATLAS_output/atlas_hh_06_031.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:45b8b4ec0e6fd0403946b2901e8a1eb49d3ada7692b60873f3e22762941d975a
3
- size 1005317
 
 
 
 
data/ATLAS_output/atlas_hh_06_033.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:21e2161e0f187a80e3b752d42a3cd2f77c9dca34ba004b90a02c21bbe2b529cc
3
- size 620799
 
 
 
 
data/ATLAS_output/atlas_hh_06_035.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3657c91c5454a595608a94a13c0e7d3c0dca6f4cbf65cdad4cbcf87b813885d7
3
- size 216075
 
 
 
 
data/ATLAS_output/atlas_hh_06_037.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:52bc1238be4b416f422050398fb767c764877fdadce8262f6eae26e1d8da9873
3
- size 84574485
 
 
 
 
data/ATLAS_output/atlas_hh_06_039.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ae8c1eed389e3dbb3e8d295f4866ba02f9cd1c3971b3877a2a936d7cf549007
3
- size 1056680
 
 
 
 
data/ATLAS_output/atlas_hh_06_041.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fcc17e9347222b88b7e491322a9180e50857e1939276b126bbf3978a3aa5a35
3
- size 2510085
 
 
 
 
data/ATLAS_output/atlas_hh_06_043.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e1824b2c48787c29e75e524f9e89872a4710aac2b2a632ae1a070eb8b74d527
3
- size 169914
 
 
 
 
data/ATLAS_output/atlas_hh_06_045.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cd27c1c4c9b8a4a9f5098d4a97219591b5d1d59c869e9623dbffd71294d95d8
3
- size 809332
 
 
 
 
data/ATLAS_output/atlas_hh_06_047.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:32f6711e3d035b9f5458048b64e3ed8b5d2755765037d435b7bb36a3834b01e5
3
- size 1891200
 
 
 
 
data/ATLAS_output/atlas_hh_06_049.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:76c51cb537ace70157af9c9d66cabf3793a66145787f801cd8741583e2d35142
3
- size 82606
 
 
 
 
data/ATLAS_output/atlas_hh_06_051.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d78cbc77edb2dffcd76aec1456e98c78aaeab998ef0b8bd672b66abc8ca9fce
3
- size 111609
 
 
 
 
data/ATLAS_output/atlas_hh_06_053.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cdda32d353ab0c1b9ea0b569ec6a7e8e0268e8d0b6836ed6c950d83d4321b582
3
- size 3038147
 
 
 
 
data/ATLAS_output/atlas_hh_06_055.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:43dc89e29eded46cfcae1dfa19eaf49be7912374becfa116f303ceb25d9dc461
3
- size 1166084
 
 
 
 
data/ATLAS_output/atlas_hh_06_057.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6736c71dfed1d8f3f7005aa4aa4e8071470b1a957d18162cfe9b8ad3dd0912d5
3
- size 958197
 
 
 
 
data/ATLAS_output/atlas_hh_06_059.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:37cb6d53df664d011fab494e4c0abdd582f4dbdd47f0d52ab443261b995fb124
3
- size 25543174
 
 
 
 
data/ATLAS_output/atlas_hh_06_061.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6eb904e678d34e91491f1e184f6e1de0d5c7592b9c1b55a5e82f4ebfb365577
3
- size 3353035
 
 
 
 
data/ATLAS_output/atlas_hh_06_063.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b07d125018f1aaf13e275934a51936c554e6cd5bb901905965babac62d1a160c
3
- size 189533
 
 
 
 
data/ATLAS_output/atlas_hh_06_065.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2aaf661f616f2fc8c5588cc10ec8fa566045d51b7b525cab4282f7a2eaf43bd
3
- size 17683882
 
 
 
 
data/ATLAS_output/atlas_hh_06_067.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b24fab6f21be9d686622b48860e80090a5f92117c413d1cfbd5c554b8aadd8d
3
- size 13191373
 
 
 
 
data/ATLAS_output/atlas_hh_06_069.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfc2aea1d1e1c729a8ce4f33d593efde325f70aef83df57ff1d6380b07548c57
3
- size 407512
 
 
 
 
data/ATLAS_output/atlas_hh_06_071.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d170194febd4de3c59612aa5b80acfd9e89332b01cfd30f4ee162751e871a976
3
- size 15481419
 
 
 
 
data/ATLAS_output/atlas_hh_06_073.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae74e53134285a9aef369034a65e44860309f8e345f4ff8234b75cbffdb0aced
3
- size 27799887
 
 
 
 
data/ATLAS_output/atlas_hh_06_075.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efd562d36e6f7a19df8eb42f321856f792f0dc907acdbeebb7ae20f21e528965
3
- size 8859509
 
 
 
 
data/ATLAS_output/atlas_hh_06_077.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:476cbbd68c472c6be83c7b1a8a832638a380fa0ccdf35e82b57a37745f3a98ac
3
- size 5484852
 
 
 
 
data/ATLAS_output/atlas_hh_06_079.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbcb48db57aa7cde8591d2d5bcb1c32bf98a5fa5ad2da251092ce7bc4d26baa4
3
- size 2515038
 
 
 
 
data/ATLAS_output/atlas_hh_06_081.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b73f25c91b39581929ce2a885ea55da9e9f56c6cfbc3f6bf902cfeace6edbc4
3
- size 6435372
 
 
 
 
data/ATLAS_output/atlas_hh_06_083.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b60a2f91e41e184df573b28ab031e4033f64a609c612e70cfe33b20d74bee9b
3
- size 3490936
 
 
 
 
data/ATLAS_output/atlas_hh_06_085.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7059850d098d181b68264816f6f9bb4263b37ee92ffac2a6581bac1b745c8481
3
- size 15653280
 
 
 
 
data/ATLAS_output/atlas_hh_06_087.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f13cb577df4ed45c99b44b093705a4fe30a7e6fd75ac89678ffd5f1a37cb4170
3
- size 2282298
 
 
 
 
data/ATLAS_output/atlas_hh_06_089.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1ca819ce8296058820a071ca3bb5b9338c01e871dfeab3a9c417f24cf11ca77
3
- size 1680600
 
 
 
 
data/ATLAS_output/atlas_hh_06_091.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0a3d7a559647c108d7a8f446b451370c127ed3574eb99b4553db6465505de0b
3
- size 26716
 
 
 
 
data/ATLAS_output/atlas_hh_06_093.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e626103b5b18c25fa81067abbb57853cf905af325bc88aa64bff888bf7cf0f34
3
- size 445365
 
 
 
 
data/ATLAS_output/atlas_hh_06_095.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ff4fb4600721f490db86b21fd6e4b0ec7709025921993d61c65d8045562014a
3
- size 3573166
 
 
 
 
data/ATLAS_output/atlas_hh_06_097.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f072e80d37e7d7c5f752cc69b977ad0beb4e27346bfcb5ea19590ca45f67b5b
3
- size 4640489
 
 
 
 
data/ATLAS_output/atlas_hh_06_099.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d35f00179f0c2fd2964f8ae52ad118001a79fb3df2486bc708b7868d502913f1
3
- size 4172919