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

Nested knots #10

Open
GMMULLER opened this issue May 24, 2023 · 1 comment
Open

Nested knots #10

GMMULLER opened this issue May 24, 2023 · 1 comment
Labels
enhancement New feature or request Hard

Comments

@GMMULLER
Copy link
Collaborator

The user can use knots inside other knots (in and out fields) as if it was a layer. In that case, the final layer and thematic values of the knot are considered.

{
    spatial_relation: "INTERSECTS",
    out: {
      name: "layer1",
      level: "COORDINATES"
     },
    in: "knot2",
    operation: "AVG",
    abstract: true
}
@GMMULLER GMMULLER added enhancement New feature or request Hard labels May 24, 2023
@GMMULLER
Copy link
Collaborator Author

Also this should be implemented in a generic way so we can get rid of the knotOp that indicates if we are operating knots. In summary what should happen is:

  • When using knots to compose other knots the last physical layer and the thematic output should be considered.
  • If the user specifies an operation in the knot like (op = in - out) that is only allowed if in and out are either knots with thematic data (not pure) or layers that are out of the previous integration scheme (and therefore must have thematic data).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hard
Projects
None yet
Development

No branches or pull requests

1 participant