minor documentation update needed to make clear that unique records in the second layer are identified by polygon_id, type, certain.
polygon_id, type, certain will be the first columns returned for the second layer, in case of the latest data source version. This is to be updated in the documentation (Value section); other order in previous versions can be ignored here (perhaps it can be mentioned this is 'for the latest data source version').
version argument will need to be updated to latest version tag
you may want to add a note on the interpretation of phab for code combinations from one column of the original habitatmap
For reference, based on https://github.com/inbo/n2khab-preprocessing/pull/50:
read_habitatmap()
has been verified by Toon and myself to work withhabitatmap
versionhabitatmap_2020
. No changes needed AFAIK.read_habitatmap_stdized()
&read_habitatmap_terr()
:polygon_id
,type
,certain
.polygon_id
,type
,certain
will be the first columns returned for the second layer, in case of the latest data source version. This is to be updated in the documentation (Value section); other order in previous versions can be ignored here (perhaps it can be mentioned this is 'for the latest data source version').version
argument will need to be updated to latest version tag@cecileherr feel free to update or discuss.