What is this layer?
The distribution of pegmatite units in Western Australia, coloured by the likelihood of their presence in these areas.
Legend
Legend |
Description |
---|---|
Pegmatite dominant |
Pegmatite is considered to be a dominant lithology within the polygon. There is a high probability of observing pegmatite in these areas |
Pegmatite minor |
Pegmatite is considered to be a minor lithology within the polygon. There is a lower probability of observing pegmatite in these areas |
Pegmatite filter
Terms |
SQL query |
---|---|
Pegmatite |
LOWER (DESCRIPTN) LIKE LOWER ('%pegmatite%') OR |
Metapegmatite |
LOWER (DESCRIPTN) LIKE LOWER ('%metapegmatite%') |
Model logic and recipe
Operation |
Expression |
Operation |
Expression |
Operation |
---|---|---|---|---|
Select |
(LOWER (DESCRIPTN) LIKE LOWER ('%pegmatite%') OR LOWER (DESCRIPTN) LIKE LOWER ('%metapegmatite%')) AND CODE LIKE '%gp%' |
Calculate Field |
CLASS= "Pegmatite dominant" |
Merge |
Select2 |
(LOWER (DESCRIPTN) LIKE LOWER ('%pegmatite%') OR LOWER (DESCRIPTN) LIKE LOWER ('%metapegmatite%')) AND NOT (CODE LIKE '%gp%') |
Calculate Field (2) |
CLASS= "Pegmatite minor" |