Skip to content
New issue

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

Habitat data for FBDZ #295

Closed
mvarewyck opened this issue Mar 25, 2022 · 6 comments
Closed

Habitat data for FBDZ #295

mvarewyck opened this issue Mar 25, 2022 · 6 comments

Comments

@mvarewyck
Copy link
Collaborator

Related to #281

@SanderDevisscher uploaded habitat data for faunabeheerdeelzones. These are 2 files.

> subset(spatialData[["fbz_gemeentes"]]@data, NAAM %in% c("5_Mol", "9_Mol"))
   OBJECTID FID_Gemeen     AREA PERIMETER REGION_ REGION_ID TERRID TERRDATINW
48       90         35 61.88036  78600.21      35        35      3   18310101
49       91         35 52.69343  78600.21      35        35      3   18310101
   GEOMID  GEOMDAT  NAAM NISCODE     EUCODE Shape_Leng FID_Faunab Code
48      3 20021009 9_Mol   13025 BE21300017   78600.22          8    9
49      3 20021009 5_Mol   13025 BE21300017   78600.22          9    5
   Shape_Le_1 Shape_Area CENTROID_X CENTROID_Y FBZ_GEMLIN Aantal
48   50201.80   61883802   207620.7   216609.4    9_13025    114
49   50662.73   52695204   201396.7   211030.3    5_13025      0
@SanderDevisscher
Copy link
Collaborator

Related to #281

@SanderDevisscher uploaded habitat data for faunabeheerdeelzones. These are 2 files.

  • I guess one is with relevant data until the year 2018 and the other from 2019 onwards?

Correct

You are mixing the fbz_gemeentes and fbdz.
fbz_gemeentes is the intersect of the fbz with the communes (gemeente in faunabeheerzone).
while fbdz are the faunabeheerdeelzones Currently we don't display the fbdz in the app.
However there is no habitatlist for the fbz_gemeentes atm. I'll look into making one.
For now we have no intention to display the fbdz on the grofwild app. but this may change in the future.

This is a different issue. I'll look into this also.

  • I don't see how to match these habitat data with the spatial data. E.g. for Mol we have 5_Mol and 9_Mol in the spatial data. While codes in the habitat data are like 1, 3, 8C, 6/1 etc

would be wierd if the layers matched ;-)

> subset(spatialData[["fbz_gemeentes"]]@data, NAAM %in% c("5_Mol", "9_Mol"))
   OBJECTID FID_Gemeen     AREA PERIMETER REGION_ REGION_ID TERRID TERRDATINW
48       90         35 61.88036  78600.21      35        35      3   18310101
49       91         35 52.69343  78600.21      35        35      3   18310101
   GEOMID  GEOMDAT  NAAM NISCODE     EUCODE Shape_Leng FID_Faunab Code
48      3 20021009 9_Mol   13025 BE21300017   78600.22          8    9
49      3 20021009 5_Mol   13025 BE21300017   78600.22          9    5
   Shape_Le_1 Shape_Area CENTROID_X CENTROID_Y FBZ_GEMLIN Aantal
48   50201.80   61883802   207620.7   216609.4    9_13025    114
49   50662.73   52695204   201396.7   211030.3    5_13025      0

@mvarewyck
Copy link
Collaborator Author

Code ready to include 'Aantal/100ha bos & natuur' for grofwild page.
When habitat data for fbz_gemeentes is available, need to change in uiGrofwild.R

unitChoices = c("Aantal" = "absolute", 
      "Aantal/100ha" = "relative", 
      "Aantal/100ha bos & natuur" = "relativeDekking")

@SanderDevisscher
Copy link
Collaborator

@mvarewyck shall I upload the habitat data for fbz_gemeentes to the update_mei_2022 or 218_test_wbe branch ?

@SanderDevisscher
Copy link
Collaborator

Same question for the jachtterreinen?

@mvarewyck
Copy link
Collaborator Author

mvarewyck commented Apr 26, 2022 via email

SanderDevisscher added a commit that referenced this issue Apr 26, 2022
SanderDevisscher added a commit that referenced this issue Apr 26, 2022
@SanderDevisscher
Copy link
Collaborator

continued in #311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants