Lohbrügge

Lohbrügge  is a quarter in the Bergedorf borough of the Free and Hanseatic city of Hamburg in northern Germany. In 2016, the population was 39,575.

Lohbrügge
Quarter of Hamburg
Boberger dune in Lohbrügge
Location of Lohbrügge in the city of Hamburg
Lohbrügge
Lohbrügge
Coordinates: 53°30′34″N 10°10′56″E
CountryGermany
StateHamburg
CityHamburg
BoroughBergedorf
Area
  Total13 km2 (5 sq mi)
Population
 (31.12.2016)
  Total39,575
  Density3,000/km2 (7,900/sq mi)
Time zoneCET/CEST (UTC+1/+2)
Dialling codes040
Vehicle registrationHH

Geography

In 2006, according to the statistical office of Hamburg and Schleswig-Holstein, the Lohbrügge quarter has a total area of 13 km².

The western border is to the quarter Billwerder. In the East and North is the state Schleswig-Holstein and the Billstedt quarter of the borough Hamburg-Mitte. In the South is the border to the Bergedorf quarter.

In Lohbrügge is the landscape conservation area Boberger dune.

Demographics

In 2006, 38,343 people were living in Lohbrügge quarter. The population density was 2,939 people per km². 16.4% were children under the age of 18, and 24.8% were 65 years of age or older. 10.1% were immigrants. 2,045 people were registered as unemployed and 11,038 were employees subject to social insurance contributions.[1]

In 1999, there were 18,017 households out of which 20.3% had children under the age of 18 living with them and 39.1% of all households were made up of individuals. The average household size was 1.02.[2]

In 2006, 3,935 criminal offences were counted in Lohbrügge (103 crimes per 1000 people).[3]

Population by year

The population is counted by the residential registration office for 31 December each year.[1]

1987198819891990199119921993199419951996199719981999
36,14435,98735,92936,23936,29136,31436,67636,49836,61136,34935,94535,80836,031
2000200120022003200420052006
36,76337,16537,58337,76438,09338,08238,343

Education

The campus Bergedorf of the Hamburg University of Applied Sciences is at the street Lohbrügger Kirchstr.

In 2006, there were 4 elementary schools and 6 secondary schools in the quarter Lohbrügge.[4]


Infrastructure

Health systems

A general hospital of the German Accident Prevention & Insurance Association (Berufsgenossenschaftliches Unfallkrankenhaus Boberg) with 470 beds in 8 departments is located in the street Bergedorfer Str. 10. The hospital has one of the few units for heavy-burned patients in northern Germany.[5] The hospital has the capacity to dispatch emergency medical services. A rescue helicopter is operated in cooperation with the hospital. The hospital is a teaching hospital for the University of Lübeck.[6]

In 2006, 16 day care centers for children and also 51 physicians in private practice and 7 pharmacies existed in Lohbrügge.[4]

Transportation

Lohbrügge is serviced by the rapid transit system of the city train (Lines S2 and S21) by Bergedorf station, which is situated directly at the boundary between Lohbrügge and Bergedorf. However the main part of the public transportation in the quarter itself and its surroundings is provided by buses.

In 2006, according to the Department of Motor Vehicles (Kraftfahrt-Bundesamt), in the quarter were 14,478 private cars registered (380 cars/1000 people).[4] There were 137 traffic accidents total, including 114 traffic accidents with damage to persons.[7]

Near Lohbrügge is an exit of the Bundesautobahn 1 and the Bundesautobahn 25.

Points of interest

Notes

  1. Residents registration office, source: statistical office Nord of Hamburg and Schleswig-Holstein (2006)
  2. Source: statistical office Nord of Hamburg and Schleswig-Holstein (1999)
  3. State Investigation Bureaux (Landeskriminalamt), source: statistical office Nord of Hamburg and Schleswig-Holstein (2006)
  4. Source: statistical office Nord of Hamburg and Schleswig-Holstein (2006)
  5. List of hospitals in Hamburg, side 12
  6. Hospital Boberg website (Retrieved on May 14, 2008)
  7. Traffic accident statistic, statistical office Nord of Hamburg and Schleswig-Holstein (2006)

References

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.