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

batch spatial search #300

Open
burritojustice opened this issue Mar 22, 2021 · 0 comments
Open

batch spatial search #300

burritojustice opened this issue Mar 22, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request spatial_search

Comments

@burritojustice
Copy link
Contributor

Allow multiple feature IDs for spatial searches:

here xyz show dataSpace --spatial --feature adminSpace,90210,90125,20252

(If sent to a --targetSpace, these would run in parallel.)

Also allow iteration through a space of features and use the ids to do a spatial search:

here xyz show dataSpace --spatial --feature IWxOWKeo,*

(or maybe no list of features, and just the space ID?)

We should also allow --targetSpace (currently only available in the h3 search) to be used to direct all spatial search output to a target space. (We should also automatically create a space if one is not specified.)

Stretch goal: use property search to select features from a space, and use matching features for a spatial search:

here xyz show dataSpace --spatial --feature adminSpace,p.feature>10,p.feature2=x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spatial_search
Projects
None yet
Development

No branches or pull requests

2 participants