Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pretty_name: Xet Protocol Reference Files
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
The files in this repository are intended to provide a reference to content processed using the xet protocol, relative to the original file: `Electric_Vehicle_Population_Data_20250917.csv`
|
| 7 |
+
|
| 8 |
+
> The original file was exported from <https://data.wa.gov/Transportation/Electric-Vehicle-Population-Data/f6w7-q2d2/about_data> on September 16, 2025.
|
| 9 |
+
|
| 10 |
+
The contents are as described:
|
| 11 |
+
|
| 12 |
+
- `Electric_Vehicle_Population_Data_20250917.csv` - the original file
|
| 13 |
+
- `Electric_Vehicle_Population_Data_20250917.csv.chunks` - a list of the chunk hashes and lengths in order when processing the file using the chunking algorithm
|
| 14 |
+
- The chunk lengths can be used to verify that a chunker implementation is producing correct chunk boundaries.
|
| 15 |
+
- The hashes can be used to verify that an hasher implementation is computing hashes correctly given the listed chunk lengths.
|
| 16 |
+
- `Electric_Vehicle_Population_Data_20250917.csv.xet-file-hash` - contains the result file hash in string format.
|