-
-
Notifications
You must be signed in to change notification settings - Fork 28
Add map output in the report #10
Comments
Brainstorming:The objective is to include basic mapping of the variable STEP 1 Define 2 additional columns in the xlsform (aka data analysis plan)to indicate whether the variable should be mapped as:
STEP 2 Add configuration to set up the polygons for the maps.2 options for the join between the dataset and the polygons:
STEP 3 Define default spatial visualization for the map:Case 1: the variable is numeric
###Case 2: the variable is categoric (aka select_one or select_multiple) Maps will have to be faceted using as many facet as modalities within the variable.
##SCRIPT TO WRITE
|
As a lot of map will be created, it would make sense to compute l-morand index to help identifying the most meaningful ones. Some references below: http://rspatial.org/analysis/rst/3-spauto.html |
Started building some raw map output from data + dictionary:
https://github.com/unhcr/koboloadeR/blob/master/R/kobo_map_cat.R
https://github.com/unhcr/koboloadeR/blob/master/R/kobo_map_int.R
This should be included in the report generation scripts
The text was updated successfully, but these errors were encountered: