Difference between revisions of "African great ape layers"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
// GEOJSON FILES | // GEOJSON FILES | ||
// var gadendist2021 = 'files/african_great_apes/great_ape_dendist_ION2021.geojson'; | // var gadendist2021 = 'files/african_great_apes/great_ape_dendist_ION2021.geojson'; | ||
+ | var gaabundance = 'files/african_great_apes/afr_great_ape_ab.geojson'; | ||
Line 34: | Line 35: | ||
// Set style function that sets fill color property | // Set style function that sets fill color property | ||
function stylegadendist2021(feature) { return { fillColor: '#F31818', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#F31818', dashArray: '3' }; } | function stylegadendist2021(feature) { return { fillColor: '#F31818', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#F31818', dashArray: '3' }; } | ||
− | + | function stylegaabundance(feature) { return { fillColor: '#F31818', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#F31818', dashArray: '3' }; } | |
+ | |||
// Null variable that will hold layer | // Null variable that will hold layer | ||
− | var | + | var gaabundanceLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylegaabundance}); |
− | $.getJSON( | + | $.getJSON(gaabundance, function(data) { gaabundanceLayer.addData(data);}); gaabundanceLayer.addTo(map); |
// for Layer Control | // for Layer Control | ||
Line 49: | Line 51: | ||
var overlayMaps = { | var overlayMaps = { | ||
"Great ape density distribution 2015": gadendist2021Layer, | "Great ape density distribution 2015": gadendist2021Layer, | ||
+ | "Great ape abundance per site": gaabundanceLayer, | ||
}; | }; | ||
Line 74: | Line 77: | ||
|The layer is the first attempt to model continent-wide great ape density distribution from site-level estimates of African great ape abundance. Populations in Central African Republic, Democratic Republic of the Congo, Liberia, and South Sudan are excluded due to excessively high estimates. | |The layer is the first attempt to model continent-wide great ape density distribution from site-level estimates of African great ape abundance. Populations in Central African Republic, Democratic Republic of the Congo, Liberia, and South Sudan are excluded due to excessively high estimates. | ||
|[https://onlinelibrary.wiley.com/doi/full/10.1002/ajp.23338 Ordaz-Németh, I., Sop, T., Amarasekaran, B., Bachmann, M., Boesch, C., Brncic, T., ... & Kühl, H. S. (2021). Range‐wide indicators of African great ape density distribution. American journal of primatology, 83(12), e23338.] | |[https://onlinelibrary.wiley.com/doi/full/10.1002/ajp.23338 Ordaz-Németh, I., Sop, T., Amarasekaran, B., Bachmann, M., Boesch, C., Brncic, T., ... & Kühl, H. S. (2021). Range‐wide indicators of African great ape density distribution. American journal of primatology, 83(12), e23338.] | ||
+ | |- | ||
+ | |African great apes | ||
+ | |[https://iucnapesportal.org/wiki/files/african_great_apes/afr_great_ape_ab.zip ''African great ape abundance per site shapefile''] (ZIP; 9.68 MB) | ||
+ | |[https://iucnapesportal.org/wiki/files/african_great_apes/afr_great_ape_ab.geojson''African great ape abundance per site geojson''](ZIP; 37.7 MB) | ||
+ | | | ||
+ | |Compilation of all polygons from all sites where great apes population abundance was estimated. | ||
+ | |IUCN SSC APES Database 2020 | ||
|- | |- | ||
|} | |} |
Revision as of 03:04, 10 March 2022
Species | Shapefile | GeoJSON | Year | Description | Source |
---|---|---|---|---|---|
African great apes | Predicted African great ape density distribution shapefile (ZIP; 568 KB) | Predicted African great ape density distribution geojson(ZIP; 2.55 MB) | 2015 | The layer is the first attempt to model continent-wide great ape density distribution from site-level estimates of African great ape abundance. Populations in Central African Republic, Democratic Republic of the Congo, Liberia, and South Sudan are excluded due to excessively high estimates. | Ordaz-Németh, I., Sop, T., Amarasekaran, B., Bachmann, M., Boesch, C., Brncic, T., ... & Kühl, H. S. (2021). Range‐wide indicators of African great ape density distribution. American journal of primatology, 83(12), e23338. |
African great apes | African great ape abundance per site shapefile (ZIP; 9.68 MB) | African great ape abundance per site geojson(ZIP; 37.7 MB) | Compilation of all polygons from all sites where great apes population abundance was estimated. | IUCN SSC APES Database 2020 |