read_swat_shape_station_data: Read station data from a dbf file (part of the set of ArcGIS...

Description Usage Arguments Value Examples

Description

Reads from a *.dbf file

Usage

1

Arguments

file

character: directory and file name

Value

data.frame: consisting of four columns 'station_name', 'lon', 'lat', and 'elev'

Examples

1
2
3
4
5
6
7
8
file <- './my_stations.dbf'

read_swat_shape_station_data(file)
#   station_name   lon   lat elev
# 1          zyx 12.10 53.61   58
# 2          wvu 11.39 53.64   59
# 3          tsr 12.56 53.76   38
# 4          qpo 12.33 54.07   34

neumannd/eurocordex2swatTools documentation built on May 14, 2019, 2:17 p.m.