You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As raised in #200: selection by polygon seems like a common operation, and it should be easily doable.
Currently, it requires burning the polygon into the topology followed by a where dropna. This could be facilitated easily by using the burn logic and directly calling an isel instead, I think.
The text was updated successfully, but these errors were encountered:
As raised in #200: selection by polygon seems like a common operation, and it should be easily doable.
Currently, it requires burning the polygon into the topology followed by a where dropna. This could be facilitated easily by using the burn logic and directly calling an
isel
instead, I think.The text was updated successfully, but these errors were encountered: