Hotel Terme Millepini

Hotel Terme Millepini is a four-star hotel in Montegrotto Terme, Padua, Italy. It contains 100 rooms and is recognized for having the world's deepest pool, the Y-40, which put it in the Guinness World Records.[1] The hotel was first built in 1997 and renovated in 2013.[2][3]

Hotel Terme Millepini
Hotel logo
General information
TypeHotel
LocationMontegrotto Terme, Padua, Italy
AddressVia Cataio 42, Montegrotto Terme, Italy 35036
Coordinates45.318966°N 11.784396°E / 45.318966; 11.784396
Opened1997
Renovated2013
Awards and prizesGuinness World Records for Deepest Swimming Pool for Diving
Renovating team
ArchitectEmanuele Boaretto
Other information
Number of rooms100
Website
http://www.millepini.it/

Y-40 pool

The pool's logo

Y-40 "The Deep Joy" pool first opened on 5 June 2014 and was designed by architect Emanuele Boaretto. It is 42.15 metres (138 ft) deep, making it the deepest pool in the world. It contains 4,300 cubic metres (1,136,000 US gal) of thermal water kept at a temperature of 32–34 °C (90–93 °F).[4] The pool features underwater caves and a suspended, transparent, underwater tunnel for guests to walk through. It includes platforms at various depths, ranging from 1.3 metres (4.3 ft) to 12 metres (39 ft), before the walls of the pool narrow into a well-like funnel which plunges straight down to 40 metres (131 ft). The hotel offers tickets to freedive and scuba dive.[1][5] Italian freediver Umberto Pelizzari first measured the depth before the pool was open.[4]

When it opened on 5 June 2014, it was awarded the "Deepest Swimming Pool for Diving" by the Guinness World Records.[6] That record was previously held by the Nemo 33 pool in Belgium.

gollark: ```lualocal function isprime(n) for i = 2, math.sqrt(n) do if n % i == 0 then return false end end return trueend local function findprime(from) local i = from while true do if isprime(i) then return i end i = i + 1 endend```
gollark: ```lua if settings.get "potatOS.removable" then potatOS.actually_really_uninstall = function(hedgehog) if hedgehog == "76fde5717a89e332513d4f1e5b36f6cb" then print "Hedgehog valid. Deleting potatOS main code." fs.delete "/autorun" else error "Invalid hedgehog! Expected 76fde5717a89e332513d4f1e5b36f6cb." end end end```Also this bit, optionally.
gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.

References

  1. Olivia Rzadkiewicz (22 September 2014). "Dive into the world's deepest swimming pool at 130ft". The Daily Telegraph. Retrieved 24 September 2014.
  2. "Hotel Terme Millepini-Montegrotto Terme". Incentive Magazine. Northstar Travel Media LLC. Retrieved 24 September 2014.
  3. "Y-40: we are officially a Guinnes World records!". Millepini. Retrieved 24 September 2014.
  4. Chloe Hamilton (23 September 2014). "Y-40 Deep Joy: This is the world's deepest swimming pool". The Independent. Retrieved 24 September 2014.
  5. "Y-40 The Deep Joy". Y-40. Archived from the original on 28 October 2014. Retrieved 24 September 2014.
  6. "Deepest swimming pool for diving". Guinness World Records. Retrieved 24 September 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.