| Crates.io | oxkart |
| lib.rs | oxkart |
| version | 0.0.2 |
| created_at | 2025-11-26 08:55:23.238655+00 |
| updated_at | 2025-12-07 20:10:46.181675+00 |
| description | Kart utils |
| homepage | |
| repository | https://github.com/blacha/oxkart |
| max_upload_size | |
| id | 1951137 |
| size | 132,245 |
CLI to convert kart datasets into parquet
$ oxkart list ~/kart-test
nz_vineyard_polygons_topo_150k
List with dataset schemas and output into json
$ oxkart list ~/kart-test --schema --json
List with dataset stats
$ oxkart list ~/kart-test --stats
{"name":"nz_imagery_surveys","count":518,"size":9685898}
$ oxkart export ~/kart-test/ nz_vineyard_polygons_topo_150k.parquet
Finished processing 2,362 features in 11.85ms (199,383 features/sec)
Can be run on both packed .git or .kart indexes and on full clones
$ gh repo clone blacha/kart-test
$ ls -a1 kart-test/nz_vineyard_polygons_topo_150k
metadata.xml
.table-dataset/
# Read from the file system
$ oxkart export ~/kart-test/nz_vineyard_polygons_topo_150k nz_vineyard_polygons_topo_150k.parquet
# Force read from git
$ oxkart export ~/kart-test/.git nz_vineyard_polygons_topo_150k.parquet