get_mean_annual_rainfall: Mean Annual precipitation per point

Description Usage Arguments

View source: R/get_mean_annual_rainfall.R

Description

Get the mean annual rainfall for a spatial dataframe

Usage

1
2
3
4
5
6
get_mean_annual_rainfall(
  data = NULL,
  map_path = "/mnt/CEPH_PROJECTS/Proslide/mean_annual_precipitation/map.tif",
  fun = c("mean"),
  crs = 32632
)

Arguments

data

Object of class sf. Eihter POINT or POLYGON

map_path

Path to raster of mean annual rainfall

fun

Function to aggregated in case of POLYGON


RobinKohrs/rainfallR documentation built on Oct. 3, 2021, 1:42 a.m.