buffmeteo.Rd
This function add the possibility to create a buffer around a spatial point and spatially examine it together with the meteorological stations of the province South Tyrol. The return can either be the nearest station or a list of the distances from he point to all station within the buffered area.
buffmeteo(point, Buffer = 5000, projectedepsg = 32632)
point | SpatialPointDataFrame; Indicates the position of the points which are examined together with the meteorological stations |
---|---|
Buffer | numeric; width of the buffer in meters |
projectedepsg | numeric: EPSG code of the projected Coordinate System. In order to compute the distance properly we need to provide a projected coordinate system. Default is 32632 for UTM 32N |