Skip to content

[idea] Handling of scan vars in scientific metadata #940

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

Closed
bpedersen2 opened this issue Dec 8, 2023 · 2 comments
Closed

[idea] Handling of scan vars in scientific metadata #940

bpedersen2 opened this issue Dec 8, 2023 · 2 comments

Comments

@bpedersen2
Copy link
Contributor

The problem:
If a variable is scanned in a dataset, it's value can not be represented with a single value.
If you want to search for datasets, you expect to find it if the scan range did include it.

Way to a solution:
followup on #924 and if a value is an array, then interpret it in the search as min/max.

(pseudo-code) Example search for T = 100

search ( T =100 or 
           if T is array then 
                if T[0] < 100 and T[1]> 100
)
@nitrosx
Copy link
Member

nitrosx commented Dec 8, 2023

I am planning to discuss this topic at the next meeting.
I think we should define all the operators for the arrays, so than the behavior is clear.

@nitrosx
Copy link
Member

nitrosx commented Jan 2, 2024

Opened issue #984 with a proposed comprehensive solution that integrates the one proposed in this issue.

@nitrosx nitrosx closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants