Skip to content
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

Add csv data #6

Open
kruegert opened this issue Jun 25, 2020 · 1 comment
Open

Add csv data #6

kruegert opened this issue Jun 25, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kruegert
Copy link
Collaborator

Add the possibility to register csv data to the lens and map x and y columns.
The csv data example: [ID, x_position, y_position, ... , ... , ...]

Show values:
When the user hovers over a certain x and y position in the image and one row in the csv file is within the lens, we want to show the value next to the lens. Later this could be in some visual form. For now, we could have just the raw value output.
For a quick lookup in the csv data you can use a quadtree structure: https://www.npmjs.com/package/data-tree

Here is a sketch of how that could look like:
image

The registration of a csv file should be optional and user should be able to specify x and y columns and later on how the values are displayed (text as in image, or grahpical with bars, histograms, etc.)

@kruegert kruegert added the enhancement New feature or request label Jun 25, 2020
@jessupjs
Copy link
Owner

Update: CSV / JSON support in progress - currently able to bring in color objects for data_rGB filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants