The object contains weather stations coordinates, ID numbers, and elevations

imgw_hydro_stations

Format

The data contains a data.frame with 1304 obs. of 3 variables:

id

Station ID

X

Longitude

Y

Latitude

The object is in the geographic coordinates using WGS84 (EPSG:4326).

Examples

data(imgw_hydro_stations)
head(imgw_hydro_stations)
#> # A tibble: 6 × 3
#>          id     X     Y
#>       <dbl> <dbl> <dbl>
#> 1 149180020  18.3  49.9
#> 2 149180300  18.3  50.0
#> 3 149180010  18.3  50.0
#> 4 150189994  18.2  50.1
#> 5 150180060  18.2  50.1
#> 6 150180030  18.1  50.4