Read a UKCP observation data .csv file and handle some basic processing.
Usage
read_observation_csv(filepath, convert_coordinates = T)
Arguments
- filepath
Location of the file.
- convert_coordinates
Convert coordinates (if you are using them instead of named area) from northings/eastings to latitude/longitude.
Value
A dataframe with the processed data (and pertinent metadata) in tall format.
Examples
if (FALSE) {
read_observation_csv(
"filename.csv"
)
}