-
Notifications
You must be signed in to change notification settings - Fork 0
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
Creating feature set from features #21
Comments
You are correct, these capabilities don't currently exist. We've considered adding them, here are some thoughts:
|
Thanks for considering this! It's true that I can use |
Yes, you raised some very good points.
Both have different challenges and limitations, but we should be able to at least implement one of these in the next major release. |
Suppose I’ve done some filtering that I couldn’t do in Geodesk and GQOL, so I’ve done some version of
[a for a in list(areas) if xyz]
. Now I want to do an operation on the resulting set that I would know how to do if I had a feature set.I can’t figure out how to get my list of nodes back into a Features object so I can use
contains
and other things I can do with feature sets.There could be many ways to solve my problem.. if there was, for example,
It looks like none of these options exist (yet)? Sorry I may have overlooked something obvious.
The text was updated successfully, but these errors were encountered: