topocast 0.0.2
Resolves three workflow issues found running topocast on CHELSA + SRTM.
- Derive the coarse predictor (#1): a predictor named in the formula but absent from
datais aggregated fromontoto the response grid via the newaggregateargument, so the one-DEM case is a single call. - Coefficient output (#2):
coefficients = TRUEreturns the fitted layer plus the(Intercept)and per-predictor slope grids on the fine grid, surfacing the local lapse rate. - Clearer CRS guard (#3): systems sharing an EPSG code are treated as equal despite differing WKT; a genuine mismatch names both systems.
Adds getting-started and how-it-works vignettes, a rewritten README, inst/CITATION, LICENSE.md, and a pkgdown site.