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

Some searches should always be query_type="intersection" #51

Open
kthyng opened this issue Feb 23, 2023 · 0 comments
Open

Some searches should always be query_type="intersection" #51

kthyng opened this issue Feb 23, 2023 · 0 comments

Comments

@kthyng
Copy link
Member

kthyng commented Feb 23, 2023

I think that a search like this:

import intake
kwargs_search = {"min_time": "2022-1-1",
                   "max_time": "2022-1-2",
                   "min_lon": -154,
                   "min_lat": 58,
                   "max_lon": -151,
                   "max_lat": 61.5,
}
cat_erddap = intake.open_erddap_cat(server=server, kwargs_search=kwargs_search, standard_names=["sea_water_temperature"])

should always be the combination of the spatial/temporal search AND variable "sea_water_temperature" because I don't think anyone wants to look for in a space/time range OR a specific variable. In my experience, I want to combine only search_for and standard_name searches as either OR or AND (within multiple search_for search terms and combined with standard_names).

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

1 participant