Station-informed targets
ERA5-Land fields are combined with station residuals to build transparent high-resolution targets without using CHELSA as training data.
xbioclim is the public data layer for XCLIM: an open, station-informed deep-learning pipeline for monthly climate time series and derived bioclimatic variables.
The XCLIM paper describes a reproducible pipeline designed to retain year-to-year climate variability instead of publishing only climatological normals.
ERA5-Land fields are combined with station residuals to build transparent high-resolution targets without using CHELSA as training data.
An enhanced EDSR model learns monthly 1/120° temperature and precipitation fields from coarse climate inputs and terrain.
A post-inference 3D-IDW station correction anchors each year to observations before BIO01–BIO19 are computed.
Every layer has a stable URL, explicit variable name and HTTP Range support. Use curl, open the URL directly in terra, or generate a batch script.
Global 9 km BIO01–BIO19 layers spanning 1950–2025 for broad-scale ecological modelling and historical comparison.
Browse coverage →Independent GeoTIFFs for 1986–2025, served directly for selective access and reproducible station-scale work.
View the API →The companion xbioclim package computes BIOCLIM variables from monthly rasters with a native, raster-aware core.
Meet the toolkit →Compute the 19 standard bioclimatic variables from monthly climate data with a high-performance native core and raster-aware workflows.
The working line for new algorithms, performance experiments and API changes before they move into the stable package.
Follow development →Select a year and variable from the API, then let your existing geospatial tools do the rest.
library(terra)
bio01 <- rast("https://data.xbioclim.org/api/download/1987/bio01_1987.tif?dataset=1km")
plot(bio01)