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
Assuming that a grid system is able to determine the resolution from the input cell ids, we could provide (integer) ids of parent cells via .sel() and a DGGSIndex is able to select all the (children) cells having those parents. It is not possible to pass custom options to .sel() so not possible to manually set the resolution of the input cells.
The text was updated successfully, but these errors were encountered:
Assuming that a grid system is able to determine the resolution from the input cell ids, we could provide (integer) ids of parent cells via
.sel()
and a DGGSIndex is able to select all the (children) cells having those parents. It is not possible to pass custom options to.sel()
so not possible to manually set the resolution of the input cells.The text was updated successfully, but these errors were encountered: