-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi!, 😀
I noticed that the feather files generated by quadfeather do not include metadata, such as extent or children, when I use deepscatter.
Steps to Reproduce
python3 -m pip install git+https://github.com/bmschmidt/quadfeather
quadfeather-test-data 1_000_000
quadfeather --files tmp.csv --tile_size 50_000 --destination tilesimport pyarrow.feather as feather
table = feather.read_table("tiles/0/0/0.feather")
print("Metadata:", table.schema.metadata)Output:
Schema: x: float
y: float
position: string
class: dictionary<values=string, indices=int16, ordered=0>
quantity: float
date: string
ix: uint64
Metadata: None
Expected Behavior
Feather files should include metadata such as:
extent: The bounding box of the tile.children: References to child tiles.
If metadata generation is supported but requires additional steps, updated documentation would be greatly appreciated.
Thank you!
ShakunIlya74 and markus-flicke
Metadata
Metadata
Assignees
Labels
No labels