Difference between revisions of "Orangutan layers"
Jump to navigation
Jump to search
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Spatial Layers]] > [[Orangutan layers]] | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
Line 19: | Line 21: | ||
<script> | <script> | ||
// GEOJSON FILES | // GEOJSON FILES | ||
− | var | + | var borneanou2019 = '../files/orangutans/PHVA_SOA_metapop.geojson'; |
+ | |||
// Create map | // Create map | ||
Line 25: | Line 28: | ||
// Create open maps | // Create open maps | ||
+ | var osm=new L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',{attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'}).addTo(map); | ||
var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{attribution: '© <a href="http://osm.org/copyright">OpenTopoMap</a> contributors'}).addTo(map); | var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{attribution: '© <a href="http://osm.org/copyright">OpenTopoMap</a> contributors'}).addTo(map); | ||
− | |||
// POPUP -> this "feature.properties.xxxx" needs to be matching the file please look it up in the file | // POPUP -> this "feature.properties.xxxx" needs to be matching the file please look it up in the file | ||
Line 32: | Line 35: | ||
// Set style function that sets fill color property | // Set style function that sets fill color property | ||
− | function | + | function styleborneanou2019(feature) { return { fillColor: '#790FC5', fillOpacity: 0.7, weight: 4, opacity: 0.5, color: '#790FC5', dashArray: '3' }; } |
+ | |||
+ | // Null variable that will hold layer | ||
+ | var borneanou2019Layer = L.geoJson(null, {onEachFeature: forEachFeature, style: styleborneanou2019}); | ||
+ | |||
− | + | $.getJSON(borneanou2019, function(data) { borneanou2019Layer.addData(data);}); borneanou2019Layer.addTo(map); | |
− | |||
− | |||
// for Layer Control | // for Layer Control | ||
var baseMaps = { | var baseMaps = { | ||
Line 45: | Line 50: | ||
var overlayMaps = { | var overlayMaps = { | ||
− | "Bornean orangutan 2019": | + | "Bornean orangutan 2019": borneanou2019Layer, |
}; | }; | ||
Line 56: | Line 61: | ||
− | {|border="1" cellpadding="5" cellspacing="0" | + | {|border="1" cellpadding="5" cellspacing="0", class="orangutan_layers" !style="background-color:#ccffcc;" |
− | |+''' | + | |+'''Available orangutan layers''' |
!Species | !Species | ||
− | !Shapefile | + | !Original data |
− | + | !Year | |
+ | !Description | ||
+ | !Source | ||
+ | |- | ||
+ | |Bornean orangutans | ||
+ | |Shapefile | ||
+ | |2019 | ||
+ | |The layer is an update of the original [https://www.cell.com/current-biology/fulltext/S0960-9822(18)30086-1?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0960982218300861%3Fshowall%3Dtrue Voigt et al.2018] layer predicting the Bornean orangutan density distribution. In 2021 Voigt & Wich provided an update of the initial predictions, based on forest lost in Borneo. This new layer does not consider hunting in the predictions and hence might have overestimated the numbers of orangutans. | ||
+ | |Voigt & Wich 2021 | ||
+ | |- | ||
+ | |Sumatran orangutans | ||
+ | |Shapefile | ||
+ | |2015 | ||
+ | |Predictive density distribution model for the entire Sumatran orangutan geographic range based on available orangutan presence localities and land land-cover change. | ||
+ | |[https://www.science.org/doi/10.1126/sciadv.1500789 Wich, S. A., Singleton, I., Nowak, M. G., Utami Atmoko, S. S., Nisam, G., Arif, S. M., ... & Kühl, H. S. (2016). Land-cover changes predict steep declines for the Sumatran orangutan (Pongo abelii). Science advances, 2(3), e1500789.] | ||
+ | |- | ||
+ | |Tapanuli and Sumatran orangutans | ||
+ | |Shapefile | ||
+ | |2020 | ||
+ | |Predicted density distribution of Tapanuli and Sumatran orangutans. | ||
+ | |Wich et al. 2020 | ||
+ | |- | ||
+ | |Bornean orangutans | ||
+ | |Shapefile | ||
+ | |1999-2015 | ||
+ | |Predictive density distribution model for the entire Bornean orangutan geographic range based on available orangutan surveys and climatic, habitat and threat predictors. | ||
+ | |[https://doi.org/10.1016/j.cub.2018.01.053 Voigt, M., Wich, S. A., Ancrenaz, M., Meijaard, E., Abram, N., Banes, G. L., ... & Llano Sanchez, K. Global demand for natural resources eliminated more than 100,000 Bornean orangutans http://researchonline. ljmu. ac. uk/id/eprint/7886.] | ||
|- | |- | ||
+ | |} |
Latest revision as of 06:34, 15 June 2022
Spatial Layers > Orangutan layers
Species | Original data | Year | Description | Source |
---|---|---|---|---|
Bornean orangutans | Shapefile | 2019 | The layer is an update of the original Voigt et al.2018 layer predicting the Bornean orangutan density distribution. In 2021 Voigt & Wich provided an update of the initial predictions, based on forest lost in Borneo. This new layer does not consider hunting in the predictions and hence might have overestimated the numbers of orangutans. | Voigt & Wich 2021 |
Sumatran orangutans | Shapefile | 2015 | Predictive density distribution model for the entire Sumatran orangutan geographic range based on available orangutan presence localities and land land-cover change. | Wich, S. A., Singleton, I., Nowak, M. G., Utami Atmoko, S. S., Nisam, G., Arif, S. M., ... & Kühl, H. S. (2016). Land-cover changes predict steep declines for the Sumatran orangutan (Pongo abelii). Science advances, 2(3), e1500789. |
Tapanuli and Sumatran orangutans | Shapefile | 2020 | Predicted density distribution of Tapanuli and Sumatran orangutans. | Wich et al. 2020 |
Bornean orangutans | Shapefile | 1999-2015 | Predictive density distribution model for the entire Bornean orangutan geographic range based on available orangutan surveys and climatic, habitat and threat predictors. | Voigt, M., Wich, S. A., Ancrenaz, M., Meijaard, E., Abram, N., Banes, G. L., ... & Llano Sanchez, K. Global demand for natural resources eliminated more than 100,000 Bornean orangutans http://researchonline. ljmu. ac. uk/id/eprint/7886. |