Suben

Suben is a municipality in the district of Schärding in the Austrian state of Upper Austria. It is not far from the Austrian-German border.

Suben
Coat of arms
Suben
Location within Austria
Coordinates: 48°25′00″N 13°26′00″E
CountryAustria
StateUpper Austria
DistrictSchärding
Government
  MayorErnst Johann Seitz (ÖVP)
Area
  Total6.4 km2 (2.5 sq mi)
Elevation
329 m (1,079 ft)
Population
 (2018-01-01)[2]
  Total1,508
  Density240/km2 (610/sq mi)
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
4975
Area code07711
Vehicle registrationSD
Websitewww.suben.at

Geography

Suben lies in the Innviertel. About 13 percent of the municipality is forest, and 58 percent is farmland.

gollark: I did make a thing for Fibonacci indentation.
gollark: 2 spaces <:bees:724389994663247974><:dodecahedron:724893894822854697>
gollark: More so than some handwritten one would be, most likely.
gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.