inbo / data-publication

🔓 Open biodiversity data publication by the INBO

Home Page:https://ipt.inbo.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

niche-Vlaanderen: occurrence and vegetation layer

DimEvil opened this issue · comments

It would be nice to indicate what vegetation layer each occurrence was observed in using the sandbox GBIF Vegetation Layer vocabulary: http://rs.gbif.org/sandbox/vocabulary/gbif/vegetation_layer.xml

vegetationLayer = CASE LayerCode WHEN 'K' then 'herbaceous'
WHEN 'S' then 'shrub'
WHEN 'M' then 'mosses'
WHEN 'B' then 'tree'
ELSE LayerCode
END

We have the vegetationLayer information in the occurrence extension query.