This directory contains a deterministic, self-contained dataset for the KLRfome README workflow and automated smoke tests.
var1.tif,var2.tif, andvar3.tif: three aligned 200 × 200 environmental rasters;sites.geojson: 25 simulated site points; andmetadata.json: generation settings, extent, CRS, and random seed.
The rasters contain spatially autocorrelated synthetic variables. Site locations were generated with a learnable environmental association. The data demonstrate software behavior only and are not evidence for selecting among M0–M3.
Run the CI-sized end-to-end workflow from the repository root:
python examples/readme_quickstart.pyRun focal prediction over the complete example extent with:
python examples/readme_quickstart.py --full-surfaceThe fitted example is a presence-background design, so its output is a relative-suitability surface rather than an occurrence-probability surface. See the main README and model/data foundation for the current API and interpretation.