getsite_fromonetwothreeposts: Map Albert's Remotely Sensed Data Drills to Three Post Sites

View source: R/readAlbertDrills.R

getsite_fromonetwothreepostsR Documentation

Map Albert's Remotely Sensed Data Drills to Three Post Sites

Description

Map Albert's Remotely Sensed Data Drills to Three Post Sites

Usage

getsite_fromonetwothreeposts(
  valabbrv,
  timecode,
  threepostsfile = "./AlbertData/threeposts_wgs84.csv"
)

Arguments

valabbrv

Abbreviation of value name used in Albert's file naming convention.

timecode

The time code (typically year) that is used in Albert's files.

threepostsfile

The csv file of post locations used by Albert. This file contains the site and study information in the same order as the remote sensed values.

Value

A tibble with columns Study SiteCode post, LON, LAT, and data columns named by valabbrv_timecode_radius (e.g. maxBS_2000_1000)

Examples

out <- getsite_fromonetwothreeposts("maxBS", 2001, "./AlbertData/threeposts_wgs84.csv")

sustainablefarms/sflddata documentation built on April 19, 2022, 11:19 a.m.