-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color by attribute #148
base: main
Are you sure you want to change the base?
Color by attribute #148
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…f default attributes when fetching
Hi @andy-sweet and @aganders3, This PR is a bit bigger and contains the feature to color cells based on provided attributes. In short, 1) extra columns in the Considerations for review:
Thanks! |
It looks like you're creating another ragged array in the top-level of the Zarr bundle as I agree packing it all into |
Hi @aganders3, thanks for having a look! Yes, that is correct, What do you mean with "making |
Ahh, I see. I missed this distinction and thought the attributes were still interleaved. Never mind my suggestion then, I think this achieves the same thing! |
I closed #147, and started a new one on this topic:
This PR will implement the option to color the cells based on some attribute. The attribute could be any column added to the
tracks.csv
, or calculated features from the coordinates (think of velocity, direction, etc.)Implemented:
tracks.csv
into Zarr Store.zattrs
trackMaterial
colormaps)Bugs:
Example datasets:
Example of coloring based on z-coordinate: