We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need some practical exercises :
It's nice to provide an EDIGEO export as geopackage in a training for the last one
I assign myself, but others are welcome of course ! :)
The text was updated successfully, but these errors were encountered:
3.16: create uuid regexp_replace(uuid(), '[{}]', '')
regexp_replace(uuid(), '[{}]', '')
Create values from existing values (categorization)
CASE WHEN lower(trim("juveniles")) = 'oui' THEN 'oui' WHEN lower(trim("juveniles")) = 'non' THEN 'non' ELSE 'nsp' END
Get the code of the corresponding glossary feature
aggregate( layer:='especes_chiro', aggregate:='max', expression:="cd_nom", filter:=trim("nom_scientifique")=trim(attribute(@parent,'espece')) )
attributes( get_feature( 'especes_chiro', 'espece', "espece") )['cd_nom']
to_date("date", 'dd/MM/yyyy')
aggregate( layer:='commune', aggregate:='max', expression:="code_commune", filter:=intersects($geometry, buffer(geometry(@parent), 50)) )
Sorry, something went wrong.
Gustry
No branches or pull requests
We need some practical exercises :
It's nice to provide an EDIGEO export as geopackage in a training for the last one
I assign myself, but others are welcome of course ! :)
The text was updated successfully, but these errors were encountered: