We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32b4c commit 464934bCopy full SHA for 464934b
LoopStructural/utils/features.py
@@ -0,0 +1,5 @@
1
+from ..modelling.features import LambdaGeologicalFeature
2
+
3
+X = LambdaGeologicalFeature(lambda pos: pos[:, 0], name="x")
4
+Y = LambdaGeologicalFeature(lambda pos: pos[:, 1], name="y")
5
+Z = LambdaGeologicalFeature(lambda pos: pos[:, 2], name="z")
0 commit comments