R/RcppExports.R

Defines functions upscale_by_mean mg_project proj_version

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

proj_version <- function() {
    .Call('_meteogrid_proj_version', PACKAGE = 'meteogrid')
}

mg_project <- function(x, y, proj_string, inverse = FALSE) {
    .Call('_meteogrid_mg_project', PACKAGE = 'meteogrid', x, y, proj_string, inverse)
}

upscale_by_mean <- function(px, py, pval, gnx, gny) {
    .Call('_meteogrid_upscale_by_mean', PACKAGE = 'meteogrid', px, py, pval, gnx, gny)
}
adeckmyn/meteogrid documentation built on Jan. 13, 2025, 11:02 p.m.