These two data sets Austria and AustriaTopo provide the states of Austria as a SpatialPolygonsDataFrame and the topography of Austria as data frame.

data("Austria")

Format

The AustriaTopo data contains the following variables:

lon:

Numeric, longitude coordinates.

lat:

Numeric, latitude coordinates.

alt:

Numeric, altitude.

References

Austria (2016). Nuts Einheiten, STATISTIK AUSTRIA. http://www.statistik.at/web_de/klassifikationen/regionale_gliederungen/nuts_einheiten/index.html

Austria Topography (2016). National Centers for Environmental Information, National Oceanic and Atmospheric Administration (NOAA). https://www.ngdc.noaa.gov/mgg/global/global.html

Examples

data("Austria")
plot(Austria)

print(head(AustriaTopo))
#>        lon      lat      alt
#> 1 15.01302 49.01572 504.9214
#> 2 15.02972 49.01572 522.9792
#> 3 15.01302 48.99902 543.8965
#> 4 15.02972 48.99902 568.7490
#> 5 15.04642 48.99902 584.8317
#> 6 15.06312 48.99902 598.7867