Difference between revisions of "African great ape layers"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
[[Spatial Layers]] > [[African great ape layers]] | [[Spatial Layers]] > [[African great ape layers]] | ||
Line 23: | Line 24: | ||
// 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'; | var gaabundance = 'files/african_great_apes/afr_great_ape_ab.geojson'; | ||
+ | var wchimp2019 = 'files/african_great_apes/Heinicke2019_westernchimp.geojson'; | ||
Line 38: | Line 40: | ||
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: '#5F0CE4', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#5F0CE4', dashArray: '3' }; } | function stylegaabundance(feature) { return { fillColor: '#5F0CE4', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#5F0CE4', dashArray: '3' }; } | ||
+ | function stylewchimp2019(feature) { return { fillColor: '#5F0CE4', fillOpacity: 0.7, weight: 2, opacity: 0.7, color: '#5F0CE4', dashArray: '3' }; } | ||
// Null variable that will hold layer | // Null variable that will hold layer | ||
var gaabundanceLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylegaabundance}); | var gaabundanceLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylegaabundance}); | ||
− | + | var wchimp2019Layer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylewchimp2019}); | |
$.getJSON(gaabundance, function(data) { gaabundanceLayer.addData(data);}); gaabundanceLayer.addTo(map); | $.getJSON(gaabundance, function(data) { gaabundanceLayer.addData(data);}); gaabundanceLayer.addTo(map); | ||
+ | $.getJSON(wchimp2019, function(data) { wchimp2019Layer.addData(data);}); wchimp2019Layer.addTo(map); | ||
// for Layer Control | // for Layer Control | ||
Line 55: | Line 59: | ||
"Great ape abundance per site": gaabundanceLayer, | "Great ape abundance per site": gaabundanceLayer, | ||
+ | "Western chimpanzee density" : wchimp2019Layer | ||
}; | }; | ||
+ | |||
//Add layer control | //Add layer control | ||
Line 74: | Line 80: | ||
!Source | !Source | ||
|- | |- | ||
− | |African great apes | + | |All African great apes except bonobos and Grauer's gorillas |
|[https://iucnapesportal.org/wiki/files/african_great_apes/great_ape_dendist_ION2021.zip ''Predicted African great ape density distribution shapefile''] (ZIP; 568 KB) | |[https://iucnapesportal.org/wiki/files/african_great_apes/great_ape_dendist_ION2021.zip ''Predicted African great ape density distribution shapefile''] (ZIP; 568 KB) | ||
|[https://iucnapesportal.org/wiki/files/african_great_apes/great_ape_dendist_ION2021.geojson''Predicted African great ape density distribution geojson''](ZIP; 2.55 MB) | |[https://iucnapesportal.org/wiki/files/african_great_apes/great_ape_dendist_ION2021.geojson''Predicted African great ape density distribution geojson''](ZIP; 2.55 MB) | ||
Line 81: | Line 87: | ||
|[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 | + | |All 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.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) | |[https://iucnapesportal.org/wiki/files/african_great_apes/afr_great_ape_ab.geojson''African great ape abundance per site geojson''](ZIP; 37.7 MB) | ||
Line 87: | Line 93: | ||
|Compilation of all polygons from all sites where great apes population abundance was estimated. | |Compilation of all polygons from all sites where great apes population abundance was estimated. | ||
|IUCN SSC APES Database 2020 | |IUCN SSC APES Database 2020 | ||
+ | |- | ||
+ | |Western chimpanzees | ||
+ | |[https://iucnapesportal.org/wiki/files/african_great_apes/Heinicke2019_westernchimp.tif ''Western chimpanzee density distribution tif - original''] (ZIP; 9.68 MB) | ||
+ | |[https://iucnapesportal.org/wiki/files/african_great_apes/Heinicke2019_westernchimp.geojson''Western chimpanzee density distribution geojson''](ZIP; 37.7 MB) | ||
+ | |Range-wide predictions of chimpanzee density based on density distribution model. | ||
+ | |2015 | ||
+ | |[https://iopscience.iop.org/article/10.1088/1748-9326/ab1379 Heinicke, S., Mundry, R., Boesch, C., Amarasekaran, B., Barrie, A., Brncic, T., ... & Kühl, H. S. (2019). Advancing conservation planning for western chimpanzees using IUCN SSC APES—the case of a taxon-specific database. Environmental Research Letters, 14(6), 064001.] | ||
|- | |- | ||
|} | |} |
Revision as of 07:00, 10 March 2022
Spatial Layers > African great ape layers