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