Kronenburgerpark

The Kronenburgerpark is a park in the center of Nijmegen. It is close to the Central Railway Station and the Lange Hezelstraat. Where the park touches the Parkweg are the remains of the medieval walls with the Kruittoren (powder tower) (built around 1425).

Kronenburgerpark
Kronenburgerpark
TypePublic park
LocationNijmegen, Netherlands
Coordinates51°30′31″N 0°09′49″W
Area83 Ha
Created1882
StatusOpen year round

History

After Nijmegen lost the status of fortified town in the Vestingwet (Constitution) (1874), the demolition of the fortifications started in 1876 and plans were made for the Explanation or expansion of the city. In 1880, the Utrecht garden architect Hendrik Copijn presented his plan for a city park to the west of the old town, where the entire city wall would be demolished. This plan did not make it. The garden and landscape architect Liévin Rosseels from Leuven came in 1881 with a new design that was approved. He laid the Kronenburgerpark in 1881–82 just outside the old city walls, between the Parkweg and the new Kronenburgersingel. He was advised in this by builder Pierre Cuypers, who restored the Powder Tower from 1878 to 1883 and put a major stamp on the decision to keep the city wall and to take it into the park.[1]

In the park there is a limestone statue of the Lion, which was donated in 1886 by the Nijmegen embellishment association. The design came from the hand of Henri Leeuw sr. And his son Henri Leeuw jr.

The park, sung in a song by Frank Boeijen under the title "Kronenburg Park" (1985), was known as a hangout for prostitutes and drug addicts. After a radical reorganization, the park was given the appearance in 2005 of a quiet, modern city park.[2]

Situation

Down in the park there is a pond, consisting of two parts separated by a bridge. At the top of the park there is a small playground for young children and a petting zoo. Fallow deer, land goats, peacocks and chickens are the permanent residents here. In addition there are also animals, especially in the summer. In 2012, for example, two donkeys could be admired, and in 2013 a small herd of ouessens.

National monument

The Kronenburgerpark is a national monument and bears number 522957.

gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.

See also

References

  1. "Kronenburgerpark Nijmegen, The Netherlands · Lomography". lomography.com. Retrieved 2018-06-28.
  2. Uitterhoeve, Wilfried; Gerard Lemmens, Nijmegen binnen en buiten de singels, Uitgeverij SUN, Amsterdam, 2007, p. 15. ISBN 9789058751591.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.