-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from IDEMSInternational/content/1.3.5
content: 1.3.5
- Loading branch information
Showing
30 changed files
with
1,695 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"flow_type": "data_list", | ||
"flow_name": "comp_map_layer_group_1", | ||
"status": "released", | ||
"rows": [ | ||
{ | ||
"id": "conflict_forecast", | ||
"name": "Conflict – Forecast", | ||
"description": "Probability of conflict occuring in the next 4 weeks", | ||
"source_asset": "map_data/forecast_data_geojson.json", | ||
"type": "heatmap", | ||
"property": "pred_prob_any_riot_4w", | ||
"point_radius_max": 14, | ||
"blur": 8, | ||
"scale_max": 1, | ||
"scale_min": 0, | ||
"scale_bins": "0, 0.15, 0.3, 0.4, 0.6, 0.7, 0.8, 1", | ||
"scale_title": "Conflict probability (next 4 weeks)", | ||
"excluded_features_colour": "red", | ||
"gradient_palette": "#c4c4c4, #f0e0cc, #e5c9a9, #d29780, #c4665c, #bc3630, #9d222e, #740035", | ||
"opacity": 1, | ||
"visible_default": false | ||
}, | ||
{ | ||
"id": "riots_forecast", | ||
"name": "Riots Forecast", | ||
"description": "Next 4 weeks", | ||
"source_asset": "map_data/forecast_riots.json", | ||
"type": "vector", | ||
"stroke": "none", | ||
"property": "prob_bin", | ||
"scale_max": 8, | ||
"scale_min": 1, | ||
"scale_title": "Riots risks level", | ||
"scale_slider": true, | ||
"gradient_palette": "#fcf8f3, #f0e0cc, #e5c9a9, #d29780, #c4665c, #bc3630, #9d222e, #740036", | ||
"visible_default": true | ||
}, | ||
{ | ||
"id": "conflict_incidence", | ||
"name": "Conflict – Incidence", | ||
"source_asset": "map_data/forecast_data_geojson.json", | ||
"type": "vector", | ||
"fill": "blue", | ||
"stroke": "none", | ||
"point_radius_max": 10, | ||
"point_radius_property_max": 1, | ||
"point_radius_property": "any_riot_4w", | ||
"opacity": 0.5, | ||
"visible_default": false | ||
} | ||
], | ||
"_xlsxPath": "component_sheets/component_map.xlsx", | ||
"_metadata": { | ||
"point_radius_max": { | ||
"type": "number" | ||
}, | ||
"blur": { | ||
"type": "number" | ||
}, | ||
"scale_max": { | ||
"type": "number" | ||
}, | ||
"scale_min": { | ||
"type": "number" | ||
}, | ||
"opacity": { | ||
"type": "number" | ||
}, | ||
"visible_default": { | ||
"type": "boolean" | ||
}, | ||
"scale_slider": { | ||
"type": "boolean" | ||
}, | ||
"point_radius_property_max": { | ||
"type": "number" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"flow_type": "data_list", | ||
"flow_name": "comp_map_layer_group_2", | ||
"status": "released", | ||
"rows": [ | ||
{ | ||
"id": "county_bouindaries", | ||
"name": "County Boundaries", | ||
"source_asset": "map_data/ke.json", | ||
"type": "vector", | ||
"fill": "none", | ||
"stroke": "red", | ||
"opacity": 1, | ||
"visible_default": false | ||
}, | ||
{ | ||
"id": "county_centroids", | ||
"name": "County Centroids", | ||
"description": "Centroids for each county", | ||
"source_asset": "map_data/centroids.json", | ||
"type": "vector", | ||
"fill": "red", | ||
"stroke": "none", | ||
"point_radius_max": 6, | ||
"point_radius_property_max": 50, | ||
"point_radius_property": "centroid_size_sum", | ||
"scale_title": "County Centroids", | ||
"opacity": 1, | ||
"visible_default": true | ||
} | ||
], | ||
"_xlsxPath": "component_sheets/component_map.xlsx", | ||
"_metadata": { | ||
"opacity": { | ||
"type": "number" | ||
}, | ||
"visible_default": { | ||
"type": "boolean" | ||
}, | ||
"point_radius_max": { | ||
"type": "number" | ||
}, | ||
"point_radius_property_max": { | ||
"type": "number" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"flow_type": "data_list", | ||
"flow_name": "comp_map_layer_group_3", | ||
"status": "released", | ||
"rows": [ | ||
{ | ||
"id": "total_population", | ||
"name": "Total Population", | ||
"description": "Total population by county", | ||
"source_asset": "map_data/population_and_boundaries.json", | ||
"type": "vector", | ||
"property": "sum_Z", | ||
"scale_max": 2000000, | ||
"scale_min": 0, | ||
"scale_title": "Total Population", | ||
"gradient_palette": "#e7e1ef, #c994c7, #dd1c77", | ||
"opacity": 0.8, | ||
"visible_default": false | ||
}, | ||
{ | ||
"id": "population_density", | ||
"name": "Population Density", | ||
"description": "Average population density by county", | ||
"source_asset": "map_data/population_and_boundaries.json", | ||
"type": "vector", | ||
"property": "mean_Z", | ||
"scale_max": 400, | ||
"scale_min": 0, | ||
"scale_title": "Population Density (units)", | ||
"gradient_palette": "#380645, #298680, yellow", | ||
"visible_default": true | ||
} | ||
], | ||
"_xlsxPath": "component_sheets/component_map.xlsx", | ||
"_metadata": { | ||
"scale_max": { | ||
"type": "number" | ||
}, | ||
"scale_min": { | ||
"type": "number" | ||
}, | ||
"opacity": { | ||
"type": "number" | ||
}, | ||
"visible_default": { | ||
"type": "boolean" | ||
} | ||
} | ||
} |
Oops, something went wrong.