openkfw / mapme.protectedareas

Reproducible workflows in R for processing open geodata to create knowledge about KfW supported protected areas and conservation effectiveness.
GNU General Public License v3.0
3 stars 0 forks source link

Create additional covariates for regression #89

Closed Jo-Schie closed 2 years ago

Jo-Schie commented 2 years ago
Jo-Schie commented 2 years ago

@melvinhlwong : Bitte code schicken für disbursement

melvinhlwong commented 2 years ago

https://github.com/openkfw/mapme.protectedareas/blob/22c2a7bf0dc63cf6a9649f3ff94eb958465ebe3c/code/development/00_clean_data.R#L123

Hi @Jo-Schie anbei findest du den LInk zur code sektion. Die geht von Zeile 123-131 und wir hatten das sogar zusammen gemacht. Ich hoffe das hilft

Jo-Schie commented 2 years ago

Todo:

Create table: wdpa_id + bmz + area wdpa

group_by(bmz) %>%
summarize (sum(area_reported))

# divide by financial disbursement data

-> link financial disbursement to gridcells via WDPA id

Jo-Schie commented 2 years ago

i will close this issue because disbursement data will need a separate issue.