Skip to main content

BatTool: projecting bat populations facing multiple stressors using a demographic model

Abstract

Bats provide ecologically and agriculturally important ecosystem services but are currently experiencing population declines caused by multiple environmental stressors, including mortality from white-nose syndrome and wind energy development. Analyses of the current and future health and viability of these species may support conservation management decision making. Demographic modeling provides a quantitative tool for decision makers and conservation managers to make more informed decisions, but widespread adoption of these tools can be limited because of the complexity of the mathematical, statistical, and computational components involved in implementing these models. In this work, we provide an exposition of the BatTool R package, detailing the primary components of the matrix projection model, a publicly accessible graphical user interface (https://rconnect.usgs.gov/battool) facilitating user-defined scenario analyses, and its intended uses and limitations (Wiens et al., US Geol Surv Data Release 2022; Wiens et al., US Geol Surv Softw Release 2022). We present a case study involving wind energy permitting, weighing the effects of potential mortality caused by a hypothetical wind energy facility on the projected abundance of four imperiled bat species in the Midwestern United States.

Peer Review reports

Introduction

Bats play an important ecological and agricultural role in controlling insect populations, but many bat species are currently experiencing population declines as they face multiple environmental stressors [1]. The U.S. Fish and Wildlife Service (USFWS) has already listed several cave-hibernating bat species as threatened or endangered under the Endangered Species Act (ESA) [2, 3]. White-nose syndrome (WNS), a deadly disease caused by the fungal pathogen Pseudogymnoascus destructans, has contributed most to the decimation of many populations of cave-hibernating bats [1] and is quickly spreading across North America [4,5,6,7,8,9,10]. In addition, wind energy developments threaten migratory bats, whose carcasses have been found at many wind turbine operations throughout the United States [11]. Estimated fatalities combined with demographic modeling suggest that bats will likely be impacted by increased wind energy development [12, 13]. These as well as other factors including habitat loss and fragmentation, human disturbance, flying hazards, insecticide use, and climate change motivate analyses of the current and future health of these species.

Conservation managers and decision makers frequently rely on population viability analysis (PVA) when assessing the future health of a population or species. Matrix projection models are a useful tool for conducting PVA, combining species-specific demography into a statistical framework capable of incorporating sources of uncertainty and producing probabilistic forecasts of population abundance and risk of extinction [14, 15]. These models can accommodate a diverse set of life histories and can be used to determine which life stages and vital rates contribute most to population health and future viability. In addition, these models are also used to evaluate the impacts of various stressors and management approaches, allowing PVA to inform effective decision strategies and have significant policy implications in environmental conservation. For example, [16] combined matrix projection models with estimates of wind turbine-caused bird fatalities to assess the relative vulnerability of raptor species to current and future wind energy. More generally, [17] developed a spatially explicit framework for evaluating population-level impacts of anthropogenic stressors on terrestrial wildlife. Widespread adoption of these mathematical and statistical tools in ecological decision making can, however, be limited by implementation and accessibility barriers. Making these models easily accessible to a wider audience can be achieved by creating an application with a graphical user interface (GUI), so the user can avoid writing code.

Matrix projection models have been developed to forecast population dynamics in bat populations facing environmental stressors [4, 15]. The BatTool [18] is a package in R [19] providing access to code and a GUI implementing the model developed in [15]. This statistical model and R package have allowed experts to use population projections under different scenarios as a tool when assessing the status of bats and the effects of possible future environmental stressors. USFWS and collaborators have used the BatTool in one analysis contributing to a species status assessment for three cave-hibernating bat species affected by WNS, Myotis lucifugus, M. septentrionalis, and Perimyotis subflavus, to help decide their conservation status under the ESA [20]. USFWS has also utilized the tool to assess mortality consequences when issuing Incidental Take Permits to entities pursuing wind energy development; see [21,22,23]. Currently, the existing BatTool R package and some of its dependencies are no longer maintained.

The purpose of our work is two-fold: we introduce the updated BatTool R package with web-enabled GUI [24, 25] and demonstrate use of the tool in a case study assessing the potential impacts of wind energy generation on bat populations and permitting decisions. The updated package has increased modeling functionality available to the user, and the new GUI is developed using the Shiny package [26] in R, which enables R users to easily create and distribute interactive web applications, including complex mathematical and statistical models [27]. To make the software more broadly available, the GUI is hosted publicly at https://rconnect.usgs.gov/battool [24, 25], obviating the need for users to maintain R locally while still reaping the benefits of the R programming language. Our case study provides an example of how the model and tool can be used for PVA, including quantifying the populations under investigation and the stressors affecting them. The documented process and results could be used as a template for future wind permitting analyses or more generally for assessing impacts of wind energy development or other stressors on bat populations.

In the Materials and methods section, we review the demographic model in the context of the updated BatTool R package and associated application. In the Results section, we provide details on the case study and present the outcomes. The Discussion section contains model assumptions and limitations.

Materials and methods

One quantitative approach to population dynamics includes simulating the future population trajectory of a single population based on its current status and trend (population abundance and growth rate, respectively). Matrix projection models are flexible tools in demography that can accomplish this task and for which a large set of examples exists [28,29,30,31]. The discrete state space of stage-structured models provides computational tractability and these models can be incorporated into statistical frameworks to account for various epistemic and aleatory sources of uncertainty.

Stage-structured matrix projection model

Using a seasonal, two-stage model for adults and first-year individuals can effectively capture the demography of most cave-hibernating bat species hibernating in winter, roosting in summer, and migrating in spring and fall [15, 18]. The model tracks females, and offspring production is assumed to conform to a 1:1 sex ratio. This arrangement means that the input starting abundance (in units of total bats of the population, males plus females) is halved before projection, and then the projected abundance results are doubled in the output. Spatial structure is not explicitly accommodated so the modeled population is assumed to be closed; however, it could represent a population at any spatial scale given certain assumptions.

Let \(\textbf{x}(t) = (x_J, x_A)_t^T\) be the population abundance vector at time t, where \(^T\) denotes the transpose of a vector, \(x_J\) is the abundance of first-year individuals (juveniles) and \(x_A\) is the abundance of adults. The demographic model projects the population abundance at time t to time \(t+1\) by multiplication with the \(2\times 2\) projection matrix A via the equation \(\textbf{x}(t+1) = A \textbf{x}(t)\).

The projection matrix A is defined by the life cycle of the organism, depicted in Fig. 1. We construct a seasonal model, where superscripts W, G, S, and F on vital rates and matrices denote winter, spring, summer, and fall, respectively. Survival rates are denoted by \(\phi\), reproductive propensity rates by p, and breeding success rates by b. For the fall, winter, and spring seasons, the subscripts on the vital rates denote whether they correspond to first-year/juvenile individuals (J), adults (A), or pups (P). Pups are born at the end of summer and if they survive through the fall become juveniles. During the summer the population is split into reproductive and non-reproductive groups, and in this case J represents breeding juveniles, A represents breeding adults, and N represents the combination of non-breeding adults and first-year individuals. With these conventions, the projection matrix equation can be written as follows

$$\begin{aligned} \left( \begin{array}{c} x_J \\ x_A \end{array}\right) _{t+1} = \left( \begin{array}{cc} 0.5\phi _J^W p_J \phi ^S_J b_J \phi _P^F &{} 0.5\phi _A^W p_A \phi _A^S b_A \phi _P^F \\ \phi _J^W p_J \phi ^S_J \phi _J^F + \phi _J^W (1-p_J) \phi _N^{SF} &{} \phi _A^W p_A \phi ^S_A \phi _A^F + \phi _A^W (1-p_A) \phi _N^{SF} \end{array}\right) \left( \begin{array}{c} x_J \\ x_A \end{array}\right) _t. \end{aligned}$$
(1)
Fig. 1
figure 1

The seasonal transitions of the demographic model are represented in this hibernating bat species lifecycle diagram [32]. Bottom nodes indicate the population during winter/November, the top nodes during summer/June before pups are birthed, the middle node and vital rates indicate the transition from summer to fall to winter (black lines). The red nodes indicate the adult population, the orange nodes the first-year/juvenile population, and the yellow node the pup population. \(x_A\) and \(x_J\) are the total population of adults and juveniles, respectively. Survival rates are indicated by the letter \(\phi\) with superscripts corresponding to seasons winter, spring, summer and fall (WGSF) and superscripts corresponding to life stage (adult A/juvenile J/pup P). During the transition from winter to summer, the total population is split into reproducing (R) and nonreproducing (N) groups (with probabilities \(p_A\) and \(p_J\) for adults and juveniles), indicated by the light blue lines. Reproducing individuals producing offspring with breeding success rates (\(b_A, b_J\)) can then produce pups (green lines)

The top left and right entries in Eq (1) represent the reproductive output from juvenile and adult bats, respectively. The bottom left entry represents the juveniles surviving into adulthood, whereas the bottom right entry represents the adult bats surviving into the next year.

All vital rates are contained in [0, 1], except fecundities (\(b_J\) and \(b_A\)) when the annual pups per litter of a species exceed one. For example, Myotis spp. most often have one pup whereas Perimyotis subflavus more typically have two. This parameter is the only vital rate varying among different cave-hibernating bat species.

We define the following seasonal and breeding/non-breeding matrices

$$\begin{aligned} \begin{array}{l} A^W = \left( \begin{array}{cc} \phi _J^W &{} 0 \\ 0 &{} \phi _A^W \end{array}\right) \\[12pt] A^{G} = \left( \begin{array}{cc} 1 &{} 0 \\ 0 &{} 1 \end{array}\right) \end{array} \qquad \qquad \begin{array}{l} A_{N}^{S,F} = \left( \begin{array}{cc} 0 &{} 0 \\ (1-p_J) \phi _N^{S,F} &{} (1-p_A) \phi _N^{S,F} \end{array}\right) \\[12pt] A^{S}_R = \left( \begin{array}{cc} 0.5 p_J \phi ^S_J b_J &{} 0.5 p_A \phi _A^S b_A \\ p_J \phi ^S_J &{} p_A \phi ^S_A \end{array}\right) \\[12pt] A^F_R = \left( \begin{array}{cc} \phi _P^F &{} \phi _P^F \\ \phi _J^F &{} \phi _A^F \end{array}\right) . \\ \end{array} \end{aligned}$$

Then the projection matrix can be decomposed into seasonal components and direct mortality can be applied as follows

$$\begin{aligned} \textbf{x}(t+1) = \left[ A^{S,F}_{N} + \left( A^F_R \odot A^{S}_R\right) \right] \left[ A^{G} \left( A^{W} \textbf{x}(t) - \varvec{\tau }_{W}(t)\right) - \varvec{\tau }_{G}(t)\right] - \varvec{\tau }_{S}(t) - \varvec{\tau }_F(t), \end{aligned}$$
(2)

where \(\odot\) is the element-wise product of matrices, and direct mortality is represented by \(\tau _{W}(t), \tau _{G}(t), \tau _{S}(t),\) and \(\tau _{F}(t)\), which are \(2\times 1\) vectors to be subtracted from the population at time t whose two components are in units of juvenile and adults bats, respectively.

Parameterizing the model

To project a population into the future using the demographic model, one must specify the starting abundance \((x_J, x_A)^T_{t=0}\) and the twelve vital rates making up the projection matrix A. Estimating stage-specific vital rates can be a difficult task, especially for elusive species such as bats. An alternative to direct estimation is to create a mapping between the growth rate of a population, \(\lambda\), and the set of vital rates in the model. To create a look up table encoding this mapping, as was done in [15], one can begin with a set of vital rates, fill the projection matrix A, and calculate its leading eigenvalue, which corresponds to the growth rate \(\lambda\). Since the mapping is not one-to-one, different combinations of vital rates can result in the same value of \(\lambda\).

Environmental stressors on the population can be incorporated into the model in two ways. Direct mortality, the first method of applying a population stressor, is modeled by subtracting individuals directly from the population abundance in a given season and year; see Eq (2). This option allows for seasonal mortality events such as threats faced during spring or fall migration or habitat loss occurring in summer or winter. This approach, often relying on field records of fatalities, could quantify impacts of wind energy development, flying hazards, extreme weather, or other sources.

The second approach in our model acts by altering the vital rates in the model. This approach has been used to model the effects of WNS by decreasing adult winter survival rates according to observed patterns of disease-related decline [18]. Other rate-based estimates of stressors could be incorporated into the model in this manner as well. For instance, hypotheses pertaining to effects of diminished adult and first-year breeding success rates, reflecting observed and hypothesized effects of WNS, could also be evaluated.

The population model is deterministic with this set of input parameters, but the BatTool also includes the options of including environmental and demographic stochasticity. Environmental stochasticity is included in the model by annually perturbing the vital rates by a user-defined amount. The annual vital rates are drawn from a uniform distribution of user-input width centered at the values prescribed in the \(\lambda\) look up table. There is a safeguard applied which bounds the vital rates to the range of theoretically allowed values (between 0 and either 1 for survival and birthing success rates or the maximum fecundity allowed for each species).

After these vital rates are drawn, the projection matrix A is defined for each year. In addition, demographic stochasticity can be optionally included in each simulation. Demographic stochasticity reflects the discrete nature of birth and death processes by using statistical distributions to model survival and reproduction instead of treating them as deterministic. In this case, we use a binomial distribution to simulate each birth and death in the model, which assumes lifetime births by the same individual are independent events.

Finally, a carrying capacity may be included in the model to prevent unrealistic exponential growth. If the total population of adult and first-year individuals exceeds the carrying capacity, the projection matrix A becomes the identity matrix for that time step, before the effects of stressors are added.

Thus, the model inputs include the starting abundance and population growth rate, carrying capacity, the option of demographic stochasticity and magnitude of environmental stochasticity, and annual/seasonal stressor schedules consisting of vital rate alterations and direct mortality estimates. Hereafter the set of inputs to the demographic model and its outputs will be referred to as a scenario.

For each scenario, uncertainty is captured in the model by producing an ensemble of simulations. A range of abundance values and population growth rate values can be supplied by the user, with each simulation drawing a starting abundance and growth rate from these set ranges. Vital rates are specified via the \(\lambda\) look-up table, and the stochastic projection matrix is applied to the population vector in conjunction with the specified impacts of stressors. The set of simulations for a scenario take into account the variation included in the starting abundance, growth rate, mapping to vital rates, stressors, and environmental and demographic stochasticity.

Each simulation projecting abundance into the future produces an annual time series with total population size \(N(t) = x_J(t) + x_A(t)\) and the derived population growth rate \(\tilde{\lambda }(t) = \frac{N(t)}{N(t-1)}\). Note that the input \(\lambda\) value defining the vital rates is not necessarily the derived growth rate of a given simulation. The addition of stressors and stochasticity in the model can cause the derived growth rate \(\tilde{\lambda }(t)\) to deviate from the input growth rate \(\lambda\). We distinguish between the input growth rate \(\lambda\) and the derived growth rate \(\tilde{\lambda }\); the derived population growth rate is reported in the model output.

We let the set of simulated abundance time series for simulations \(k=1,\cdots ,K\) under scenario i be written as \(\{N_k^{(i)}(t)\}_{k=1}^K\), and the set of derived growth rates \(\{\tilde{\lambda }_k^{(i)}(t)\}_{k=1}^K\). Then we can define the median population abundance \({\text {med}}_k\{N_k^{(i)}(t)\}\) and median derived annual growth rate \({\text {med}}_k\{\tilde{\lambda }_k^{(i)}(t)\}\) over simulations \(k=1,\cdots ,K\) at time t for scenario i, where we have suppressed the set notation over k. Other quantiles and summary statistics can be defined similarly.

For each scenario, the set of simulated abundance time series can be summarized using several output metrics, including the median, mean, and user-specified confidence intervals for projected abundance and derived annual growth rate, as well as the probability of survival (percent of simulations with greater than or equal to the quasi-extinction threshold specified by the user), probability of growth (percent of simulations with greater than the starting abundance at time step 0), probability of extinction (percent of simulations with ending abundance less than the quasi-extinction threshold), and the median time to extinction.

We define the s-year average annual growth rate between abundance estimates N(t) and \(N(t+s)\) of a given population as \(\gamma (t,t+s) = \left( \frac{N(t+s)}{N(t)}\right) ^{\frac{1}{s}}\). We also consider two metrics to aid in comparison between scenarios. We define the percent difference in median abundance in year t between scenarios i and j as

$$\begin{aligned} D_{i,j}(t)=\frac{{\text {med}}_k\{N_k^{(i)}(t)\} - {\text {med}}_k\{N_k^{(j)}(t)\}}{ \frac{1}{2}({\text {med}}_k\{N_k^{(i)}(t)\}+{\text {med}}_k\{N_k^{(j)}(t)\})}, \end{aligned}$$

and define the difference in median derived growth rate between scenarios i and j as

$$\begin{aligned} \ell _{i,j}(t) = {\text {med}}_k\{\tilde{\lambda }_k^{(i)}(t)\} - {\text {med}}_k\{\tilde{\lambda }_k^{(j)}(t)\}. \end{aligned}$$

The BatTool application gives the user the ability to control all model inputs we have discussed, some of which are shown in the left panel of Fig. 2, and compare scenarios with different model inputs. Instructions for using the BatTool application can be found in the User’s guide section. The BatTool R package is available on GitLab at https://code.usgs.gov/umesc/wthogmartin/BatTool with support for installation via R and the BatTool application is hosted publicly at https://rconnect.usgs.gov/battool [24, 25].

Fig. 2
figure 2

Hosted at https://rconnect.usgs.gov/battool [24, 25], the BatTool application is shown here with the model inputs tab in the left panel and the scenario 1 results tab in the right panel. The information tab on the far right provides instructions, a description of the application, and model definitions, and the population table & map tab allows the user to upload their own bat population data containing model inputs (neither shown here). Logo credit: U.S. Geological Survey; Department of the Interior

User’s guide

The BatTool R package [24, 25] can be installed from GitLab within R using the command remotes::install_git(“https://code.usgs.gov/umesc/wthogmartin/BatTool.git”) and friends. The package can then be loaded with library(BatTool).

The Shiny application can be launched using the function runBatTool(). Within the application, pressing either Run Scenario button will initiate the demographic model to project the starting population abundance into the future using an ensemble of simulations, with the results summarized into a plot and table, shown in the right panel of Fig. 2.

There are a handful of primary functions in the R package for command line use. The run_demographic_model() function projects an ensemble of simulations given abundance, growth rate, stressors and stochasticity model inputs, corresponding to pressing the Run Scenario buttons in the Shiny application. The project_population() function produces one simulation consisting of an abundance time series, and is used within run_demographic_model(). The summary_stats() function summarizes the output into summary statistics over time while pop_plot() creates a plot using the simulations from run_demographic_model() (the table and plot in the app are slight variations of the output from these functions).

After launching the app, the user can find a description of the model, definitions of all model inputs and outputs, instructions for saving and loading data, and more in the Information tab in the right panel.

Once the Run Scenario button has been clicked, the Scenario 1/2 results tabs will populate with a table of summary statistics and a plot of the projected median abundance with uncertainty bounds. The model inputs and outputs for one sample simulation are also summarized and plotted (dashed black line); in addition, the projection matrix and its eigendecomposition for the simulation are displayed. The Scenario comparison results tab contains a summary of the difference between scenario 1 and scenario 2 simulations.

All model inputs and outputs can be saved as CSV files contained in a ZIP file after the model has been run. The saved CSVs containing the direct mortality and white-nose syndrome vital rate reductions can then be uploaded into the app for future use. The projection plot can additionally be saved as a PNG within the app.

Finally, the Population table & map tab gives the user the option to try the BatToolPro version of the Shiny application. Clicking the checkbox loads a sample population table where each row corresponds to a population and contains model inputs, including a unique pop_name identifier, a range of abundance and growth rate values, the year of arrival of WNS, and optionally latitude and longitude values for the leaflet map displayed in the app [33].

The starting point for using BatToolPro is to click a row in the population table which selects a population to be modeled and updates the model inputs with the corresponding values in the table. The sample population table consists of fictitious populations that makes it easy for the first-time user to utilize the application. The R package includes this sample CSV (the table initialized in the app) that can be used as a template for the user to format their data for upload within the app.

The application is initialized with a set of default starting parameters arbitrarily chosen to serve as a template, so that the user can immediately press either Run Scenario button to run and produce results from the demographic model. The choice of the distribution of the starting growth rate is the most critical, determining the sets of vital rates that are possible for simulations.

This tool is flexible enough to model the population dynamics of any North American bat. The user can upload their estimates on the species of their interest. But, because the tool infers vital rates from growth rates there is inherently parametric uncertainty. It is up to the user to employ knowledge of the system to anchor growth rates and therefore vital rates to reasonable values.

Growth rates and vital rates vary among populations and can be difficult to estimate due to data limitations. Estimates are often made by aggregating populations into regional spatial scales, pooling data and thus hopefully making estimates more robust. However, even when assessing the growth rate across the entire species range there is uncertainty in estimates, and estimates change over time and as more data are collected. For these reasons, we do not include estimates of growth rates of real populations or metapopulation aggregates in the application, but inquiries about obtaining data on North American bats can be made to the North American Bat Monitoring Program.

Version >2.0.0 of the BatTool R package incorporates a number of changes to the command line tools and graphical user interface described in [18]. Model functionality is increased in two ways. First, the model now allows the input of a range of starting abundance values (akin to the \(\lambda\) input), incorporating another possible source of uncertainty in the model. Second, the user now has the ability to apply female take to the first-years in the population, in addition to the adult population as was available previously. The Shiny application has several new features, providing additional user control of model settings within a more user-friendly interface. The population table is now visible with selectable rows that fill-in the model inputs. Both the population table as well as all stressor impacts can be uploaded with CSV files. Reporting of model results is improved by including tables of annual metrics directly in the application and reporting a greater range of metrics relevant to conservation decisions. In addition to tables and plots for the two scenarios individually, plots and metrics are included for the difference between the two scenarios, avoiding the need for manual post-processing. Finally, for computationally intensive scenario analyses a progress bar is displayed when running many simulations.

Results

In this case study we demonstrate a typical workflow using the BatTool which can serve as a user template. Our goal is to investigate the potential impacts of a hypothetical wind farm in the Midwestern United States on several regional bat populations, specifically four bat species of special conservation concern whose ranges overlap with the energy generation site (Myotis lucifugus, M. septentrionalis, M. sodalis, and Perimyotis subflavus).

Taking advantage of high wind resources in the area, east-central Illinois and west-central Indiana have concentrations of existing and new wind energy development projects that may pursue incidental take coverage for listed bat species. As many cave bat species migrate between winter hibernacula situated to the south and summer breeding grounds to the north, a wind farm in this area may be a concern for these declining species.

Thus, proponents whose projects are likely to result in the take of species covered under the ESA may seek an Incidental Take Permit (ITP) under Section 10(a)(1)(B) of the ESA in consultation with USFWS [2]. The applicant submits a Habitat Conservation Plan (HCP) that includes a strategy to offset the potential negative impacts of the project, e.g. by mitigating harm done to listed species and by conserving or restoring habitat. The USFWS analyzes and describes the potential impacts of the proponent’s HCP through a National Environmental Policy Act (NEPA) document and a Biological Opinion before issuing a permit decision [34]. An important component of the Biological Opinion is a quantitative analysis evaluating the potential population-level impacts of imminent stressors, in this case wind turbines posing a flying hazard to bats.

There are no known winter hibernacula in the immediate vicinity of the hypothetical wind farm shown in Fig. 3, so it is reasonable to assume that most impacts to these species, were they to occur, will occur during migration. Thus, we demarcated the populations of interest for each species using a spatial catchment area, defined using estimated species-specific migration radii. Estimates of the average and maximum migration distances of these species vary widely; we used four times the average migration radii of 119.69 kilometers and 227 kilometers for Myotis spp. and Perimyotis subflavus, respectively, estimated from previous studies as well as banding data [35,36,37,38,39,40,41,42,43,44,45,46,47,48].

Fig. 3
figure 3

Concentric circles are the spatial catchment areas for the four regional bat populations, defined using estimated migration radii centered around a hypothetical wind farm (black wind turbine icon). The dashed inner circle defines the three Myotis spp. regional populations, and dotted outer circle defines the Perimyotis subflavus population. Approximate locations of known winter hibernacula are distinguished by color for the four bat species, and the size of the symbol indicates the maximum observed winter count at that site for data collected between 1979 and 2021 [49]. Only sites with at least one count greater than 5 bats are shown here

The North American Bat Monitoring Program (NABat) has collated contributions of winter colony counts from many partners [50]. A count is comprised of a count of one or more species of bats in a winter colony (hibernacula) at a given point in time. This collection of data allows for robust estimation of species population status and assessment of the effects of stressors on species health [1]. To construct the regional populations we analyzed, we collected the set of all known winter hibernacula sites in the NABat database within 479 kilometers (Myotis spp.) and 908 kilometers (Perimyotis subflavus) of the hypothetical wind energy generation site [49]. While not strictly a closed population, modeling a large regional population more closely approximates this assumption required by the BatTool demographic model. Colony counts in the data set were divided based on whether there were three or more historical observations between 1979-2021. For each of the four species, abundance and growth rates were estimated for each site within the spatial catchment areas using Bayesian hierarchical models (if sufficiently sampled over time, i.e., >3 observations); time series were simulated from these models 600 times to characterize potential uncertainty in unobserved abundance. For less well sampled sites, we used log interpolation to predict a single abundance estimate over time. For each simulation, we then summed the estimated abundance of all sites within the spatial catchment area (for each species), yielding 600 simulations of abundance over time for each of the regional populations. The 2021 estimates of abundance were used as the starting abundance values in the demographic projection model.

WNS caused severely declining growth rates in many populations of all four of the species we considered since its presumed arrival in North America in winter 2007 [1], thus, using growth rates from the recent history of decline will project the population to extirpation. Instead, we assumed that these regional populations, which we estimated started experiencing the effects of WNS around 2010-2012, returned to growth rates experienced before the arrival of WNS. Thus, we estimated the pre-WNS population growth rates, and did not include any WNS impacts to vital rates. To estimate the regional population growth rates before the arrival of WNS, we used the set of annual growth rates calculated from the 600 simulations of abundance over time for each of the regional populations from 1979-2009. For each of the four species’ regional populations, we use the first and third quartiles of the set of annual growth rates as the (pre-WNS) starting population growth rate interval in the BatTool. The median estimates of starting abundance (with 90% CI) and growth rate (with interquartile range) for the four regional species populations are given in the third and fourth column of Table 1.

Table 1 Model inputs and output metrics for the four species regional populations each under three different mortality scenarios. Columns three and four show the starting abundance and growth rate distributions, distributions denoted by \([\cdot ]\). Entries in parentheses contain the 5, 50, and 95% quantiles of simulations in the given year. Columns five and six contain the ending abundance distribution and the 20-year cumulative growth rate. Columns seven and eight contain the relative abundance difference and absolute growth rate difference at the end of the simulation period between the baseline and both mortality scenarios

Direct mortality of bats in the form of collision with wind turbines is the primary stressor in the scenarios we investigated here. We compared three wind mortality scenarios to assess the potential impacts of wind development, a) the expected mortality from the project, b) the authorized (worst-case) mortality from the project, as well as c) a baseline scenario where no direct mortality is applied. The expected and authorized mortality data were provided by USFWS and were calculated using existing carcass recovery data from a real site. Mortality estimates are given in Table 2. See [51] for an overview of methods used to estimate bird and bat fatality rates from carcass recovery data. USFWS uses the term take, which is defined in Section 3(18) of the Federal Endangered Species Act as "to harass, harm, pursue, hunt, shoot, wound, kill, trap, capture, or collect, or to attempt to engage in any such conduct." We consider all take to result in individuals which no longer contribute to future generations through reproduction, which is effectively mortality in the model.

Table 2 The expected and authorized adult take (mortality) scenarios caused by the hypothetical wind farm, for each the four bat species. Estimates are in units of the number of adult individuals killed in the given season

Previous work analyzing variation in long-term time series of Myotis lucifugus indicated populations often exhibit annual variation on the order of 4% of mean value in vital rates due to environmental stochasticity [4]. Since regional populations will experience less variability than one hibernacula, we fixed the model input environmental stochasticity at 0.01 for all scenarios. We also included demographic stochasticity.

Using these inputs, we utilized the BatTool to project the four regional populations 20 years into the future, equivalent to several generations of bats, from 2021 to 2041, using 600 simulations for each population and scenario. Columns five through eight of Table 1 contain several metrics summarizing the resulting simulations of the three scenarios, including the population abundance distribution at the end of simulations, the cumulative growth rate over the simulation period, and two quantities comparing the mortality scenarios to the baseline scenario.

The results for all four species are similar, showing stationary or slightly declining trajectories with average annual losses between 0–6% (Table 1 column six). All four regional populations survive the simulation period, with median and lower bounds for abundance above zero in year 2041 (Table 1 column five).

To disentangle the effects of the wind mortality from the input growth rates, we can compare the median abundance predictions among scenarios. The relative difference in median abundance \(D_{i,0}(t)\) and the absolute difference in derived growth rate \(\ell _{i,0}(t)\) at the end of the simulation period are shown in columns seven and eight of Table 1, where the expected and authorized mortality scenarios \(i=1, 2\) are compared to the baseline scenario \(j=0\). These two metrics indicate the magnitude of the impacts caused by direct mortality due to wind (quantified by the direct mortality in Table 2) because all other model inputs are equal among scenarios for each species.

For the regional Perimyotis subflavus and Myotis sodalis populations, some of the median population abundance differences are zero or positive, even with the addition of the wind take stressor. Clearly, bat mortality attributed to the wind energy facility cannot create a population increase (in the absence of some sort of density-dependent response, which we do not incorporate). That we see a positive effect on the population indicates mortality from wind energy generation is negligible in this case, and therefore the positive effect must simply be a result of stochastic variation applied in the simulations. That is, a positive difference outcome indicates the magnitude of stochasticity in the inputs obscures any effects on mortality the wind energy facility may impose. Note the Perimyotis subflavus population is stationary while the Myotis sodalis population is declining over the projection period, yet the impacts of the single wind farm appear negligible for both.

Conversely, for Myotis lucifugus there is a -2– -10.2% median difference between the ending population abundance compared to the baseline scenario, and a -0.1– -0.6% median difference in ending growth rate. The impacts of wind mortality are even more severe for the Myotis septentrionalis population, which showed a -4.4– -28.1% median difference between the ending population abundance compared to the baseline scenario, and a -0.7– -2.2% median difference ending growth rate. An example graphical depiction of the difference in projected population trajectories between baseline and mortality scenarios for the Myotis lucifugus regional population from 2021 to 2041 are shown in Fig. 4.

Fig. 4
figure 4

Clockwise from top left: a Historical modeled and future projected abundance for the Myotis septentrionalis regional population. The vertical line at 2021 separates abundance predictions with uncertainty from the Bayesian hierarchical model (pre-2021) and the three scenario projections from the demographic matrix model (2021-2041). The solid lines show the median and the dashed lines encompass 90% confidence intervals of simulations. b Simulation differences between the baseline scenario and mortality scenarios for Myotis septentrionalis. Solid line shows the median of simulation differences, and the dashed lines encompass 90% confidence intervals of simulation differences (y-axes in units of bats). c Inset enlarging the future projected abundance under three scenarios

Note that all uncertainty intervals about estimates of \(D_{i,0}(t)\) and \(\ell _{i,0}(t)\) overlap zero. This criterion is often used as a test of significance; in our case it is a reflection of the large amount of parametric uncertainty in the input parameters. If stochasticity or the widths of the starting abundance and growth rate distributions were reduced, the widths of the uncertainty intervals about estimates of \(D_{i,0}(t)\) and \(\ell _{i,0}(t)\) would be reduced similarly. It is clear by the skew in the uncertainty intervals that the Authorized Myotis lucifugus and Expected and Authorized Myotis septentrionalis scenarios intervals would not overlap zero if input uncertainty were sufficiently reduced.

On the other hand, increasing input stochasticity will often increase the widths of uncertainty intervals. To assess sensitivity of the results to stochasticity, we ran the case study with identical input parameters but heightened environmental stochasticity to 5% instead of 1%. This change caused the widths of the Myotis lucifugus and Perimyotis subflavus uncertaintry intervals to increase by about 100% for all scenarios, to increase by about 50% for all Myotis septentrionalis scenarios, and to cause a negligible increase for all Myotis sodalis scenarios (columns 5-8 of Table 3). This result corroborates our assessment of the smaller influence of stochasticity for the Myotis sodalis and Perimyotis subflavus scenarios compared to the Myotis lucifugus and Myotis septentrionalis scenarios.

Table 3 Case study results with identical input parameters except using 5 percent stochasticity instead of 1 percent

Finally, we assessed the sensitivity of the case study results to the size of the spatial catchment area, where we used five (instead of four) times the average migration radii to define the population of interest. Clearly, changing the population of interest is bound to change the results. Table 4 shows all populations increased in size, but growth rates remained largely the same. These changes in inputs caused little change in the results for the Myotis sodalis and Perimyotis subflavus scenarios, but they mitigated the impacts (decreases in ending population and growth rate) up to 50% in the Myotis lucifugus and M. septentrionalis scenarios, according to the \(D_{i,0}(t)\) and \(\ell _{i,0}(t)\) metrics.

Table 4 Case study results with identical input parameters except using 5 times migration radii instead of 4 times

These results are based on mortality from a single wind facility and do not account for the impacts from cumulative mortality incurred from dozens of wind facilities occurring across the range of the populations. In light of this, these results give insight into whether mitigation of the additional stressor of wind energy mortality can have an effect on the future viability of these species. These outcomes may suggest that use of feathering, reduced operations during low wind speeds, and cut-in speeds could help extend the future viability for at least some of the threatened and endangered species investigated here by lessening the number of bats annually killed by wind energy generation [11, 52]. This case study illustrates how the BatTool R package can help natural resource managers quantitatively analyze scenarios relating to ESA deliberations and the issuance of Incidental Take Permits as part of regulatory decision making.

Discussion

In this work, we introduced the updated BatTool and utilized it in a case study to quantitatively estimate potential impacts of hypothetical wind energy development. Conservation managers have been using similar analyses for over a decade, and this work is intended to provide guidance on the BatTool demographic model, graphical user interface, and an example of their application to a real scenario. Our case study can serve as a template for future analyses of stressors on bat populations. While several methods used in the case study are not specifically part of the BatTool application and demographic model (for example, mathematical models for analyzing historical data to determine starting abundance, growth rates, and WNS impacts; spatial catchment area for determining which hibernacula are included in the regional population; aggregating site growth rates to the regional spatial scale; and methods for estimating wind farm induced mortality), these methods can serve as a template for conducting similar population viability analyses. Many modifications are possible and can be tailored to the data available for the application at hand.

Given the present and expected future growth of wind energy development, it is clear mortality associated with wind energy can have measurable impacts at regional scales. More generally, this type of quantitative analysis may inform permitting and listing decisions. The summarized results from these simulations are not immutable forecasts of the population trajectory, however, but rather a glimpse into what would happen under the hypotheses and assumptions comprising each scenario. Projections incorporate a substantial amount of uncertainty, and we use the tool under the assumptions that the stage-structured demographic matrix projection model can capture the population dynamics of these species, the true abundance and growth rates of the population lie in the ranges specified, stressors are quantified and estimated reasonably, and aggregation using an abundance-weighted geometric mean is a reasonable way to assess trend of regional population. Our model also assumes a closed population, but we address this commonly violated assumption by modeling a large regional population.

Critically, the model and results are only as good as the data informing the population parameters. Most importantly, because they determine population vital rates, estimates of population-level trends must be representative and accurate, but can be sensitive to data quality. Thus, while the demographic model rests on a solid theoretical foundation, there is a danger that mis-specification of the user-supplied inputs may mis-characterize the impact of anthropogenic and environmental stressors, either by design, error, or by simply not knowing how precisely to specify the model. Safeguards against improper use of this tool arise from rigorous inspection by users and reviewers of input data and the resulting inferences.

In our case study, we modeled a regional population exhibiting heterogeneity in vital rates over space. Rather than individually projecting site-specific abundances within the region using estimated site-level growth rates (which are then translated to vital rates, akin to [15]), we use a regional population growth rate calculated as an abundance-weighted average of site-level growth rates. We believe the estimated uncertainty about the regional-level population growth rate produces appropriate uncertainty in vital rates for reflecting realistic regional population projections. Our use of an abundance-weighted geometric mean when aggregating the growth rates anticipates the possibility of a nonsensical population dynamic by taking account of both abundance (rather than distance or precision weighting) and the multiplicative nature of growth rates (using a geometric rather than an arithmetic mean). However, if a user is interested in investigating population dynamics at a finer spatial scale, this tool provides the means for understanding those dynamics.

Publicly available software such as the BatTool allows producers and users of science to work collaboratively to improve decision-making [53]. The BatTool makes sophisticated modeling of bat population dynamics readily accessible to a wider audience of biologists and conservation practitioners; we imagine there are pedagogical, especially inquiry-based, applications as well. Given the abundant threats facing bats worldwide, this tool may allow users to model the fate of species and support the design of strategies for biodiversity conservation: bats comprise roughly one-fifth of mammalian diversity.

Availability of data and materials

The BatTool R package is available for download at https://code.usgs.gov/umesc/wthogmartin/BatTool [24, 25]. The BatTool application is hosted at https://rconnect.usgs.gov/battool/. Data for the case study are contained in NABat database [49].

References

  1. Cheng TL, Reichard JD, Coleman JTH, Weller TJ, Thogmartin WE, Reichert BE, et al. The scope and severity of white-nose syndrome on hibernating bats in North America. Conserv Biol. 2021. https://0-doi-org.brum.beds.ac.uk/10.1111/cobi.13739.

  2. United States Congress. The Endangered Species Act as amended by Public Law 97-304 (the Endangered Species Act amendments of 1982). 1983. Washington: U.S. G.P.O. https://www.fws.gov/endangered/esa-library/pdf/ESAall.pdf. Accessed 6 June 2021.

  3. U S Fish and Wildlife Service. Environmental Conservation Online System. 2015. https://www.sciencebase.gov/catalogMaps/mapping/ows/553a6eebe4b0a658d792c959?service=wms &request=getcapabilities &version=1.3.0. https://ecos.fws.gov/ecp/report/species. Accessed 6 June 2021.

  4. Frick WF, Pollack JF, Hicks AC, Langwig KE, Reynolds SD, Turner GG, et al. An emerging disease causes regional population collapse of a common North American bat species. Science. 2010;329:678–82.

    Article  Google Scholar 

  5. Hefley TJ, Russell RE, Ballmann AE, Zhang H. When and where: estimating the date and location of introduction for exotic pests and pathogens. arXiv statAP. 2020. https://0-doi-org.brum.beds.ac.uk/10.48550/arXiv.2006.16982. Accessed 6 June 2021.

  6. Langwig KE, Frick WF, Bried JT, Hicks AC, Kunz TH, Marm Kilpatrick A. Sociality, density-dependence and microclimates determine the persistence of populations suffering from a novel fungal disease, white-nose syndrome. Ecol Lett. 2012;15(9):1050–7. https://0-doi-org.brum.beds.ac.uk/10.1111/j.1461-0248.2012.01829.x.

    Article  PubMed  Google Scholar 

  7. Maher S, Kramer A, Pulliam J, Zokan M, Bowden S, Barton H, et al. Spread of white-nose syndrome on a network regulated by geography and climate. Nat Commun. 2012;1306. https://0-doi-org.brum.beds.ac.uk/10.1038/ncomms2301.

  8. Thapa V, Turner GG, Roossinck MJ. Phylogeographic analysis of Pseudogymnoascus destructans partitivirus-pa explains the spread dynamics of white-nose syndrome in North America. PLoS Pathog. 2021;17(3):1–21. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.ppat.1009236.

    Article  CAS  Google Scholar 

  9. Turner G, Reeder D, Coleman J. A Five-year Assessment of Mortality and Geographic Spread of White-Nose Syndrome in North American Bats, with a Look at the Future. Update of White-Nose Syndrome in Bats. Bat Res News. 2011;52:13–27.

    Google Scholar 

  10. White-nose Syndrome Response Team. White-nose syndrome spread map. U.S. Fish and Wildlife Service, Northeast Region, Hadley, Massachusetts. 2020. www.whitenosesyndrome.org. Accessed 6 June 2021.

  11. Arnett EB, Huso MM, Schirmacher MR, Hayes JP. Altering turbine speed reduces bat mortality at wind-energy facilities. Front Ecol Environ. 2010;9:209–14.

    Article  Google Scholar 

  12. Diffendorfer JE, Beston JA, Merrill MD, Stanton JC, Corum MD, Loss SR, et al. A Method to Assess the Population-Level Consequences of Wind Energy Facilities on Bird and Bat Species. Wind Energy Wildl Interact. 2017;65–76. https://0-link-springer-com.brum.beds.ac.uk/chapter/10.1007/978-3-319-51272-3_4#citeas.

  13. Erickson RA, Thogmartin WE, Diffendorfer JE, Russell RE, Szymanski JA. Effects of wind energy generation and white-nose syndrome on the viability of the Indiana bat. PeerJ. 2016;4(e2830):1–19. https://peerj.com/articles/2830/.

  14. Gotelli NJ. A primer of ecology. Sunderland: Sinauer Associates; 1995.

    Google Scholar 

  15. Thogmartin WE, Sanders-Reed CA, Szymanski JA, McKann PC, Pruitt L, King RA, et al. White-nose syndrome is likely to extirpate the endangered Indiana bat over large parts of its range. Biol Conserv. 2013;160:162–72.

    Article  Google Scholar 

  16. Diffendorfer JE, Stanton JC, Beston JA, Thogmartin WE, Loss SR, Katzner TE, et al. Demographic and potential biological removal models identify raptor species sensitive to current and future wind energy. Ecosphere. 2021;12(6):e03531. https://0-doi-org.brum.beds.ac.uk/10.1002/ecs2.3531.

    Article  Google Scholar 

  17. Katzner TE, Braham MA, Conkling TJ, Diffendorfer JE, Duerr AE, Loss SR, et al. Assessing population-level consequences of anthropogenic stressors for terrestrial wildlife. Ecosphere. 2020;11(3):e03046. https://0-doi-org.brum.beds.ac.uk/10.1002/ecs2.3046.

    Article  Google Scholar 

  18. Erickson RA, Thogmartin WE, Szymanski JA. BatTool: an R package with GUI for assessing the effect of White-nose syndrome and other take events on Myotis spp. of bats. Source Code Biol Med. 2014;9(9):1–10.

    Google Scholar 

  19. R Core Team. R: A Language and Environment for Statistical Computing. Vienna, Austria; 2021. https://www.R-project.org/. Accessed 14 Sept 2021.

  20. Wiens AM, Szymanski J, Udell BJ, Thogmartin WE. Winter Colony Count Data Assessment and Future Scenarios for the Little Brown, Northern Long-eared, and Tricolored Bat Species Status Assessment, Chapter E. In: Straw BR, Martin JA, Reichard JD, Reichert BE, editors. Analytical Assessments in Support of the U.S. Fish and Wildlife Service 3-Bat Species Status Assessment. Cooperator Report prepared in cooperation with the U.S. Geological Survey, United States Fish and Wildlife Service and Bat Conservation International. 2022. https://0-doi-org.brum.beds.ac.uk/10.7944/P9B4RWEU.

  21. U S Fish and Wildlife Service Iowa-Illinois Ecological Services Field Office. Biological Opinion for the MidAmerican Energy Company Incidental Take Permit and Habitat Conservation Plan. Moline: U.S. Fish and Wildlife Service; 2019.

  22. U S Fish and Wildlife Service Missouri Ecological Services Field Office. Biological Opinion and Conference Opinion for the High Prairie Wind Energy Center Incidental Take Permit for the endangered Indiana Bat, Northern Long-eared Bat, and Little Brown Bat. Columbia: U.S. Fish and Wildlife Service; 2021.

  23. U S Fish and Wildlife Service. U.S. Fish and Wildlife Service ePermits. 2021. https://fwsepermits.servicenowservices.com/fws?id=fws_index. Accessed 6 June 2021.

  24. Wiens A, Erickson R, Thogmartin WE. Bat demographic look up tables for BatTool R package. US Geological Survey data release. 2022. https://0-doi-org.brum.beds.ac.uk/10.5066/P9P9BKIG.

  25. Wiens A, Erickson R, Thogmartin WE. BatTool: a user interface for projecting bat populations facing multiple stressors. US Geological Survey software release. 2022. https://0-doi-org.brum.beds.ac.uk/10.5066/P9GK9XKZ.

  26. Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, et al.. shiny: Web Application Framework for R. 2021. R package version 1.6.0. https://CRAN.R-project.org/package=shiny. Accessed 14 Sept 2021.

  27. Nagy-Reis M, Dickie M, Sólymos P, Gilbert SL, DeMars CA, Serrouya R, et al. ‘WildLift’: An Open-Source Tool to Guide Decisions for Wildlife Conservation. Front Ecol Evol. 2020;8:324. https://0-doi-org.brum.beds.ac.uk/10.3389/fevo.2020.564508.

    Article  Google Scholar 

  28. Caswell H. Sensitivity Analysis: Matrix Methods in Demography and Ecology. In: Statistics for Biology and Health. Cham: Springer International Publishing: Imprint: Springer; 2019.

  29. Keyfitz N. Applied Mathematical Demography. In: Demographic Research Monographs. Cham: Springer International Publishing: Imprint: Springer; 1977.

  30. Lebreton JD. Age, stages, and the role of generation time in matrix models. Ecological Modelling. 2005;188(1):22–29. Special Issue on Theoretical Ecology and Mathematical Modelling: Problems and Methods. https://0-doi-org.brum.beds.ac.uk/10.1016/j.ecolmodel.2005.05.003.

  31. Steiner UK, Tuljapurkar S, Coulson T. Generation Time, Net Reproductive Rate, and Growth in Stage-Age-Structured Populations. Am Nat. 2014;183:771–83.

    Article  PubMed  PubMed Central  Google Scholar 

  32. Thogmartin WE, King RA, McKann PC, Szymanski JA, Pruitt L. Population-level impact of white-nose syndrome on the endangered Indiana bat. J Mammal. 2012;93(4):1086–98.

    Article  Google Scholar 

  33. Cheng J, Karambelkar B, Xie Y. leaflet: Create Interactive Web Maps with the JavaScript ‘Leaflet’ Library. 2021. R package version 2.0.4.1. https://CRAN.R-project.org/package=leaflet. Accessed 14 Sept 2021.

  34. U S Fish and Wildlife Service and National Marine Fisheries Service and National Oceanic and Atmospheric Administration. Habitat Conservation Planning and Incidental Take Permit Processing Handbook. U.S. Department of the Interior and U.S. Department of Commerce. 2016.

  35. Butchkoski CM, Turner G. Indiana bat (Myotis sodalis) summer roost investigations. Pennsylvania Game Commission, Bureau of Wildlife Management Research Division Project 06714 Annual Job Report. 2006.

  36. Cockrum EL. Homing, movements, and longevity of bats. J Mammal. 1956;37(1):48–57. https://0-doi-org.brum.beds.ac.uk/10.2307/1375525.

    Article  Google Scholar 

  37. Davis WH, Hitchcock HB. Biology and migration of the bat, Myotis lucifugus in New England. J Mammal. 1965;46(2):296–313. https://0-doi-org.brum.beds.ac.uk/10.2307/1377850.

    Article  Google Scholar 

  38. Fenton MB. Population studies of Myotis lucifugus (chiroptera: Vespertilionidae) in Ontario. Toronto: Royal Ontario Museum; 1970.

    Google Scholar 

  39. Fraser EE, McGuire LP, Eger JL, Longstaffe FJ, Fenton MB. Evidence of Latitudinal Migration in Tri-colored Bats, Perimyotis subflavus. PLoS ONE. 2012;7(2):1–9. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.pone.0031419.

    Article  CAS  Google Scholar 

  40. Gardner JE, Cook EA. Seasonal and geographic distribution and quantification of potential summer habitat. In: Kurta A, Kennedy J, editors. The Indiana bat: Biology and management of an endangered species. Austin: Bat Conservation International (BCI); 2002. p. 9–20.

  41. Griffin DR. Migrations of New England Bats. Bull Mus Comp Zool. 1940;86(6):217–46.

    Google Scholar 

  42. Griffin DR. Travels of Banded Cave Bats. J Mammal. 1945;26(1):15–23.

    Article  Google Scholar 

  43. Hicks A. Indiana bat (Myotis sodalis): Protection and management in New York State. Endangered species investigations performance report Prepared for project number W-166-E, segment 2003-2004, New York Department of Environmental Conservation. 2004. p. 1–15.

  44. Norquay KJO, Martinez-Nuñez F, Dubois JE, Monson KM, Willis CKR. Long-distance movements of little brown bats (Myotis lucifugus). J Mammal. 2013 04;94(2):506–515. https://0-doi-org.brum.beds.ac.uk/10.1644/12-MAMM-A-065.1.

  45. Samoray ST, Cotham SN, Gumbert MW. Spring Migration Behavior of a Perimyotis subflavus (Tri-colored bat) from Tennessee. Southeast Nat. 2019;18(3). https://0-doi-org.brum.beds.ac.uk/10.1656/058.018.0302.

  46. Sanders C, Chenger J, Denlinger B. Williams Lake telemetry study: New York Indiana bat spring migration tracking study. Report for Bat Conservation and Management. 2001. p. 1–21.

  47. White TM, Walea JE, Robinson J. New Record of Northern Long-eared Bats in Coastal South Carolina. Southeast Nat. 2018;17(1). https://0-doi-org.brum.beds.ac.uk/10.1656/058.017.0112.

  48. Winhold L, Kurta A. Aspects of migration by the endangered Indiana bat, Myotis sodalis. Bat Res News. 2006;46:9–10.

    Google Scholar 

  49. U S Geological Survey. North American Bat Monitoring Program Database v5.4.3. 2021. NABat Request Number 12. https://batmonitoring.org. Accessed 10 Feb 2021.

  50. Loeb SC, Rodhouse TJ, Ellison LE, Lausen CL, Reichard JD, Irvine KM, et al. A plan for the North American Bat Monitoring Program (NABat). General Technical Report SRS-208. 2015. p. 1–100. https://pubs.usgs.gov/publication/70139448.

  51. Maurer JD, Huso M, Dalthorp D, Madsen L, Fuentes C. Comparing methods to estimate the proportion of turbine-induced bird and bat mortality in the search area under a road and pad search protocol. Environ Ecol Stat. 2020;27:769–801. https://0-doi-org.brum.beds.ac.uk/10.1007/s10651-020-00466-0.

    Article  Google Scholar 

  52. Arnett EB, Baerwald EF. In: Impacts of Wind Energy Development on Bats: Implications for Conservation. New York, NY: Springer New York; 2013. p. 435–456. https://0-doi-org.brum.beds.ac.uk/10.1007/978-1-4614-7397-8_21.

  53. Saunders SP, Wu JX, Gow EA, Adams E, Bateman BL, Bayard T, et al. Bridging the research-implementation gap in avian conservation with translational ecology. Ornithol Applic. 2021;Duab018. https://0-doi-org.brum.beds.ac.uk/10.1093/ornithapp/duab018.

Download references

Acknowledgements

We would like to acknowledge Richard Erickson (U.S. Geological Survey, Upper Midwest Environmental Sciences Center), Laurel Hill (U.S. Fish and Wildlife Service, Missouri Ecological Services Field Office), Jennifer Okajima (U.S. Fish and Wildlife Service, Ohio Ecological Services Field Office), Jessica Stanton (U.S. Geological Survey, Upper Midwest Environmental Sciences Center), and William Asquith (U.S. Geological Survey, Oklahoma-Texas Water Science Center) for testing the BatTool and providing helpful feedback on the software and manuscript. We thank Joel Putnam (U.S. Geological Survey, Upper Midwest Environmental Sciences Center formerly and now at Conagen) and the U.S. Geological Survey Cloud Hosting Services for their help in making the BatTool application publicly accessible. In addition, the development of the BatTool benefited from conversations with the core team during the three bat Species Status Assessment, including Jacob Burkhart, Richard Geboy, Jonathan Jaka, Robyn Niver, Daniel Nolfi, Jonathan Reichard, Melinda Turner, Jill Utrup, and Jennifer Wong (U.S. Fish and Wildlife Service). Any use of trade, firm, or product names is for descriptive purposes only and does not imply endorsement by the U.S. Government. The findings and conclusions in this article are those of the authors and do not necessarily represent the views of the U.S. Fish and Wildlife Service.

Funding

Funding for this work was provided through the U.S. Geological Survey, Ecosystems Mission Area, Species Management Research Program. The funding body played no role in the design of the study and collection, analysis, interpretation of data, and in writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

AMW wrote and JS, AS, and WET provided feedback on the code and documentation. AMW wrote the manuscript, and all authors contributed writing and gave final approval to the manuscript. AS, AMW, and WET contributed to design and implementation of the case study. All authors contributed to analysis and interpretation of data.

Corresponding author

Correspondence to Ashton M. Wiens.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wiens, A.M., Schorg, A., Szymanski, J. et al. BatTool: projecting bat populations facing multiple stressors using a demographic model. BMC Ecol Evo 23, 61 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12862-023-02159-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12862-023-02159-1

Keywords