Skip to content

topocast 0.0.2

Choose a tag to compare

@gcol33 gcol33 released this 10 Jun 16:28
· 20 commits to main since this release

Resolves three workflow issues found running topocast on CHELSA + SRTM.

  • Derive the coarse predictor (#1): a predictor named in the formula but absent from data is aggregated from onto to the response grid via the new aggregate argument, so the one-DEM case is a single call.
  • Coefficient output (#2): coefficients = TRUE returns 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.