Difference between revisions of "African great ape layers"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
 
[[Spatial Layers]] > [[African great ape layers]]
 
[[Spatial Layers]] > [[African great ape layers]]
  
Line 26: Line 25:
 
var wchimp2019 = 'files/african_great_apes/Heinicke2019_westernchimp.geojson';
 
var wchimp2019 = 'files/african_great_apes/Heinicke2019_westernchimp.geojson';
 
var sec = 'files/african_great_apes/SEC_merged_Af_apes.geojson';
 
var sec = 'files/african_great_apes/SEC_merged_Af_apes.geojson';
var occu_grauer = 'files/african_great_apes/gorilla_occupancy_plumptre.geojson';
+
var occugrauer = 'files/african_great_apes/gorilla_occupancy_plumptre.geojson';
var occu_echimp = 'files/african_great_apes/echimp_occupancy_plumptre.geojson';
+
var occuechimp = 'files/african_great_apes/echimp_occupancy_plumptre.geojson';
 +
var liberiadens = 'files/african_great_apes/liberia_chimp_density.geojson';
 
   
 
   
 
       // Create map  
 
       // Create map  
Line 44: Line 44:
 
  function stylewchimp2019(feature) { return { fillColor: '#E74F08', fillOpacity: 0.7,  weight: 2, opacity: 0.7, color: '#E74F08', dashArray: '3' }; }
 
  function stylewchimp2019(feature) { return { fillColor: '#E74F08', fillOpacity: 0.7,  weight: 2, opacity: 0.7, color: '#E74F08', dashArray: '3' }; }
 
  function stylesec(feature) { return { fillColor: '#DFE906', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#DFE906', dashArray: '3' }; }
 
  function stylesec(feature) { return { fillColor: '#DFE906', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#DFE906', dashArray: '3' }; }
  function styleoccu_grauer(feature) { return { fillColor: '#076419', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#076419', dashArray: '3' }; }
+
  function styleoccugrauer(feature) { return { fillColor: '#076419', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#076419', dashArray: '3' }; }
  function styleoccu_echimp(feature) { return { fillColor: '#752309', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#752309', dashArray: '3' }; }
+
  function styleoccuechimp(feature) { return { fillColor: '#752309', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#752309', dashArray: '3' }; }
 +
  function styleliberiadens(feature) { return { fillColor: '#07ACAD', fillOpacity: 0.8,  weight: 2, opacity: 0.8, color: '#07ACAD', dashArray: '3' }; }
 
   
 
   
 
       // Null variable that will hold layer // took out onEachFeature: forEachFeature,
 
       // Null variable that will hold layer // took out onEachFeature: forEachFeature,
Line 51: Line 52:
 
  var wchimp2019Layer = L.geoJson(null, {style: stylewchimp2019});
 
  var wchimp2019Layer = L.geoJson(null, {style: stylewchimp2019});
 
  var secLayer = L.geoJson(null, {style: stylesec});
 
  var secLayer = L.geoJson(null, {style: stylesec});
  var occu_grauerLayer = L.geoJson(null, {style: styleoccu_grauer});
+
  var occugrauerLayer = L.geoJson(null, {style: styleoccugrauer});
  var occu_echimpLayer = L.geoJson(null, {style: styleoccu_echimp});
+
  var occuechimpLayer = L.geoJson(null, {style: styleoccuechimp});
 +
  var liberiadensLayer = L.geoJson(null, {style: styleliberiadens});
 
   
 
   
 
       $.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);
 
  $.getJSON(wchimp2019, function(data) { wchimp2019Layer.addData(data);}); wchimp2019Layer.addTo(map);
 
  $.getJSON(sec, function(data) { secLayer.addData(data);}); secLayer.addTo(map);
 
  $.getJSON(sec, function(data) { secLayer.addData(data);}); secLayer.addTo(map);
  $.getJSON(occu_grauer, function(data) { occu_grauerLayer.addData(data);}); occu_grauerLayer.addTo(map);
+
  $.getJSON(occugrauer, function(data) { occugrauerLayer.addData(data);}); occugrauerLayer.addTo(map);
  $.getJSON(occu_echimp, function(data) { occu_echimpLayer.addData(data);}); occu_echimpLayer.addTo(map);
+
  $.getJSON(occuechimp, function(data) { occuechimpLayer.addData(data);}); occuechimpLayer.addTo(map);
 +
  $.getJSON(liberiadens, function(data) { liberiadensLayer.addData(data);}); liberiadensLayer.addTo(map);
  
 
       // for Layer Control
 
       // for Layer Control
Line 71: Line 74:
 
"Great ape abundance per site": gaabundanceLayer,
 
"Great ape abundance per site": gaabundanceLayer,
 
"Western chimpanzee density": wchimp2019Layer,
 
"Western chimpanzee density": wchimp2019Layer,
"Grauers gorilla occupancy probability": occu_grauerLayer,
+
"Grauers gorilla occupancy probability": occugrauerLayer,
"Eastern chimpanzee occupancy probability": occu_echimpLayer,
+
"Eastern chimpanzee occupancy probability": occuechimpLayer,
+
"Liberia chimpanzee density" : liberiadensLayer,
 
       };                    
 
       };                    
 
                    
 
                    
Line 123: Line 126:
 
|-
 
|-
 
|Grauer's gorilla and eastern chimpanzee
 
|Grauer's gorilla and eastern chimpanzee
|
+
|[https://iucnapesportal.org/wiki/files/african_great_apes/Gorilla_occupany_probability.tif''Grauer's gorilla occupancy probability''] (Tif; 171 KB)
 +
[https://iucnapesportal.org/wiki/files/african_great_apes/Chimpanzee_occupancy_probability.tif''Eastern chimpanzee occupancy probability''] (Tif; 170 KB)
 
|
 
|
 
|2015
 
|2015
 
|Occupancy probability models for the Grauer's gorillas and eastern chimpanzees in DRC.
 
|Occupancy probability models for the Grauer's gorillas and eastern chimpanzees in DRC.
 
|[https://doi.org/10.1371/journal.pone.0162697 Plumptre, A. J., Nixon, S., Kujirakwinja, D. K., Vieilledent, G., Critchlow, R., Williamson, E. A., ... & Hall, J. S. (2016). Catastrophic decline of world's largest primate: 80% loss of Grauer's Gorilla (Gorilla beringei graueri) population justifies critically endangered status. PloS one, 11(10), e0162697.]
 
|[https://doi.org/10.1371/journal.pone.0162697 Plumptre, A. J., Nixon, S., Kujirakwinja, D. K., Vieilledent, G., Critchlow, R., Williamson, E. A., ... & Hall, J. S. (2016). Catastrophic decline of world's largest primate: 80% loss of Grauer's Gorilla (Gorilla beringei graueri) population justifies critically endangered status. PloS one, 11(10), e0162697.]
 +
|-
 +
|Western chimpanzees
 +
|[https://iucnapesportal.org/wiki/files/african_great_apes/liberia_chimp_density.tif ''Western chimpanzee density in Liberia''] (Tif; 3.33 MB)
 +
|
 +
|2012
 +
|Predicted density distribution of chimpanzees in Liberia.
 +
|[https://doi.org/10.1017/S0030605313001191 Tweh, C. G., Lormie, M. M., Kouakou, C. Y., Hillers, A., Kühl, H. S., & Junker, J. (2015). Conservation status of chimpanzees Pan troglodytes verus and other large mammals in Liberia: a nationwide survey. Oryx, 49(4), 710-718.]
 
|-
 
|-
 
|}
 
|}

Revision as of 11:48, 13 March 2022

Spatial Layers > African great ape layers


Available African great ape layers
Species Shapefile GeoJSON Year Description Source
African great apes excluding bonobos and Grauer's gorillas Predicted African great ape density distribution shapefile (ZIP; 568 KB) Predicted African great ape density distribution geojson(Geojson; 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.
All African great apes African great ape abundance per site shapefile (ZIP; 9.68 MB) African great ape abundance per site geojson(Geojson; 37.7 MB) Compilation of all polygons from all sites where great apes population abundance was estimated. IUCN SSC APES Database 2020
Western chimpanzees Western chimpanzee density distribution (Tif; 3.33 MB) 2015 Range-wide predictions of chimpanzee density based on density distribution model. 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.
All African great apes SEC for great apes tif - original (Tif; 1,020 KB) 2000s Predicted distribution of suitable environmental conditions (SEC) for eight African great ape taxa for the 2000s. Junker, J., Blake, S., Boesch, C., Campbell, G., Toit, L. D., Duvall, C., ... & Kuehl, H. S. (2012). Recent decline in suitable environmental conditions for A frican great apes. Diversity and Distributions, 18(11), 1077-1091.
Grauer's gorilla and eastern chimpanzee Grauer's gorilla occupancy probability (Tif; 171 KB)

Eastern chimpanzee occupancy probability (Tif; 170 KB)

2015 Occupancy probability models for the Grauer's gorillas and eastern chimpanzees in DRC. Plumptre, A. J., Nixon, S., Kujirakwinja, D. K., Vieilledent, G., Critchlow, R., Williamson, E. A., ... & Hall, J. S. (2016). Catastrophic decline of world's largest primate: 80% loss of Grauer's Gorilla (Gorilla beringei graueri) population justifies critically endangered status. PloS one, 11(10), e0162697.
Western chimpanzees Western chimpanzee density in Liberia (Tif; 3.33 MB) 2012 Predicted density distribution of chimpanzees in Liberia. Tweh, C. G., Lormie, M. M., Kouakou, C. Y., Hillers, A., Kühl, H. S., & Junker, J. (2015). Conservation status of chimpanzees Pan troglodytes verus and other large mammals in Liberia: a nationwide survey. Oryx, 49(4), 710-718.