Logo Lanfrica

Tadelebedo/CrithagraXantholaemaHabitatAnalysis

Domain:

environment and energyclimate

Record type:

software
Creator:
Tad
Host:
Machine-learning species-distribution modelling for Crithagra xantholaema in Ethiopia under climate change. Code accompanying Gelete et al. (2025), Scientific Reports. # Climate-Change Effects on *Crithagra xantholaema* Habitat in Ethiopia R code and documentation accompanying the peer-reviewed article: > **Gelete, T. B.**, Tulu, D., Yasin, K. H., & Kebede, E. (2025). Machine-learning predictions of climate-change effects on the nearly threatened bird species *Crithagra xantholaema* habitat in Ethiopia for conservation strategies. *Scientific Reports*, 15, 36972. doi.org --- ## πŸ“– Overview The Yellow-throated Seedeater (*Crithagra xantholaema*) is a near-threatened songbird endemic to Ethiopia. Climate change is expected to alter the bioclimatic envelope this species depends on, but spatially explicit projections have been lacking. This study integrates **species occurrence data** with **bioclimatic and topographic predictors** in an **ensemble machine-learning species-distribution modelling (SDM) framework** to project current and future suitable habitat under multiple climate scenarios, and identifies priority areas for conservation. ## πŸ“ Repository structure ``` CrithagraXantholaemaHabitatAnalysis/ β”œβ”€β”€ R/ # Analysis scripts (rename "R code" folder to "R") β”‚ └── analysis.R β”œβ”€β”€ data/ # Input data β€” see "Data sources" below β”‚ └── README.md β”œβ”€β”€ outputs/ # Generated maps, figures, and tables β”œβ”€β”€ CITATION.cff # Citation metadata (rendered as "Cite this repository") β”œβ”€β”€ LICENSE # CC0 1.0 Universal └── README.md ``` > **Note on folder naming:** the original `R code` folder should be renamed to `R/` (without a space) β€” spaces in folder names break common R/CLI tooling and Continuous Integration. ## πŸ—‚οΈ Data sources | Layer | Source | License | | --- | --- | --- | | Species occurrence records | GBIF | CC-BY-NC 4.0 | | Bioclimatic variables (current & future) | WorldClim v2.1 | Free for academic use | | Topographic variables (elevation, slope, aspect) | SRTM | Public domain | | Land-cover | ESA WorldCove …