-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The Allan et al (2019) paper, "Hotspots of human impact on threatened terrestrial vertebrates", looked at terrestrial spp globally comparing their range extents to the presence/absence of threats. For each spp they could show "impacted" area. From the abstract:
Here, we present a global analysis of cumulative human impacts on threatened species by using a spatial framework that jointly considers the co-occurrence of eight threatening processes and the distribution of 5,457 terrestrial vertebrates.
The process:
Here I can do the same for marine species, by identifying for each spp which stressors it's sensitive to, i.e. which stressors cause an "impact" - then creating a spp map for impacted range (any of the stressors "present" and overlapping with range - not a cumulative impact on the species, just yes/no impacted in any way) vs. not-impacted range. Then we can map all species impacted/non-impacted ranges to show for each cell how many species are impacted.
- This is basically what I've got for the aquaculture/fisheries project - each spp is determined to be "sensitive" to one gear or another and then compared to maps of those gear types.
- This could also be done per stressor, i.e. in each cell, how many species are threatened by stressor X.
- This makes cool maps, like this one:
BUT! Because the IUCN threats are classified for most species with a "score" from 0-9 indicating low, medium, high impact, we can actually create a CHI at the species level, i.e. species-weighting rather than habitat-weighting. This would communicate not just "impacted/not impacted" but actually quantify the level of impact from the spatial distribution of stressors. The process:
- choose a single species, identify the threats and the scores for those threats
- multiply each stressor layer by its associated score, add 'em up
- compare the resulting potential impact map to the species range to determine
- area and proportion of range impacted (any non-zero overlaps), basically the Allan paper
- a map of spatially explicit cumulative impacts from all threats (new thing!)
This issue isn't so much about the process but how can we create a map that communicates threatened ranges well - the Allan figure is pretty nice. But quantifying species CHI beyond simple impacted/not-impacted complicates matters. At the level of a single species, this is easy to create a map. But I feel like aggregating all these maps for all species across all stressors would be not helpful - too many things going on to explain easily. Two potential options:
- For each stressor, we could aggregate all species impacted (weighted by their threat scores) to get a sense of the actual spatial impact on species for that stressor - e.g. a high stressor in an area where few sensitive species exist is perhaps less a problem than a low-level stressor in an area with many sensitive species.
- Try to do a CHI for each taxonomic group - within a group, spp are likely to be similar in terms of threats and threat scores so it's a little more comparable than trying to do all species overall.
For non-visuals, we can replicate all the same tables in Allan et al and push those farther using the threat weightings...

