-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequiredMetaNames.Rd
35 lines (34 loc) · 1.23 KB
/
requiredMetaNames.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MazamaTimeSeries.R
\docType{data}
\name{requiredMetaNames}
\alias{requiredMetaNames}
\title{Required columns for the 'meta' dataframe}
\format{
A vector with 10 elements
}
\usage{
requiredMetaNames
}
\description{
The 'meta' dataframe found in \emph{sts} and \emph{mts} objects
is required to have a minimum set of information for proper functioning of
the package. The names of these columns are specified in
\code{requiredMetaNames} and include:
\itemize{
\item{\code{deviceDeploymentID} -- unique identifier (see \href{https://mazamascience.github.io/MazamaLocationUtils/}{MazmaLocationUtils})}
\item{\code{deviceID} -- device identifier}
\item{\code{locationID} -- location identifier (see \href{https://mazamascience.github.io/MazamaLocationUtils/}{MazmaLocationUtils})}
\item{\code{locationName} -- English language name}
\item{\code{longitude} -- decimal degrees E}
\item{\code{latitude} -- decimal degrees N}
\item{\code{elevation} -- elevation of station in m}
\item{\code{countryCode} -- ISO 3166-1 alpha-2}
\item{\code{stateCode} -- ISO 3166-2 alpha-2}
\item{\code{timezone} -- Olson time zone}
}
}
\details{
requiredMetaNames
}
\keyword{datasets}