King Fahd's Fountain

King Fahd's Fountain (Arabic: نافورة الملك فهد) also known as the Jeddah Fountain, is a fountain in Jeddah, Saudi Arabia, the tallest of its type in the world.[1]

King Fahd's Fountain
نافورة الملك فهد
Jeddah Fountain
The fountain illuminated at night
Year1985 (1985)
TypeFountain
Dimensions312 m (1024 ft)
LocationJeddah, Saudi Arabia
Coordinates21°30′56″N 39°8′42″E

Overview

The fountain was donated to the city of Jeddah by King Fahd, hence its name. It was constructed between 1980 and 1983 and was launched in 1985.[2]

Located on the west coast of Saudi Arabia, the fountain jets water to a maximum height, according to different sources, of either 260 metres (853 ft)[3][4][5]or 312 m (1,024 ft)[1] above the Red Sea. Whichever figure is considered the actual height for the fountain, it is the world's tallest. The second-tallest is the World Cup Fountain in Seoul, South Korea, with a water height of 202 m (663 ft).

The fountain is visible throughout the vicinity of Jeddah. The water ejected can reach a speed of 375 km/h (233 mph) and its airborne mass can exceed 16 tonnes (18 short tons).[1] The fountain uses saltwater taken from the Red Sea instead of freshwater. Over 500 spotlights illuminate the fountain at night.

gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.

See also

  • List of things named after Saudi Kings

References

  1. "King Fahd's Fountain in Saudi Arabia". Prosperity Fountain. Retrieved 11 October 2013.
  2. "World Tallest Fountain in Jeddah". Hotel Travel. Retrieved 2 October 2014.
  3. Mughai (20 June 2012). "Jeddah Fountain – King Fahd's fountain Jeddah – Saudi Arabia". Jeddah Point. Retrieved 21 February 2014.
  4. "6/12 - King Fahd's Fountain, Jiddah". Arabic Media. Retrieved 21 February 2014.
  5. "Jiddah: King Fahd's Fountain". SAMIRAD. Retrieved 21 February 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.