List of lighthouses in Djibouti

This is a list of lighthouses in Djibouti.[1][2]

Lighthouses

NameImageYear
built
Location &
coordinates
Class of Light
[2]
Focal
height
[2]
NGA
number
[2]
Admiralty
number
[2]
Range
nml
[2]
Ambouli Lighthouse1894 est.Djibouti City
11°33′42″N 43°07′24″E
Q W20 metres (66 ft)30988D728017
Banc de Salines Lighthousen/a11°36′06.9″N 43°07′34.2″EFl (3) G 6s.3 metres (9.8 ft)31032D72882
Fort Ayabele Lighthouse189411°33′11.2″N 43°07′22.3″EQ W32 metres (105 ft)30992D7280.119
Île Maskali Lighthousen/a11°42′47.0″N 43°08′57.7″EFl (2) W 6s.24 metres (79 ft)30972D727610
Île Moucha Lighthouse1899 est.11°43′48.8″N 43°12′44.0″EFl (3) R 12s.20 metres (66 ft)30968D727510
Mole du Fontainbleau Lighthousen/a11°36′22.4″N 43°07′49.6″EF R6 metres (20 ft)31012D72892
Obock Lighthousen/a11°57′41.6″N 43°17′55.0″EFl R 4s.3 metres (9.8 ft)30964D72738
Obock Range Front Lighthousen/a11°58′49.9″N 43°17′44.1″EQ W30 metres (98 ft)30956D72745
Port du Heron Range Front Lighthouse]n/a11°36′5.1″N 43°08′41.8″EQ R7 metres (23 ft)30996D7286n/a
Port du Heron Range Rear Lighthousen/a11°36′55.3″N 43°08′46.3″EQ R7 metres (23 ft)31000D7286.1n/a
Ra's Bir Lighthouse195211°58′49.6″N 43°21′42.9″EFl (2) W 10s.74 metres (243 ft)30952D727220
Récif d’Ambouli Lighthousen/a11°36′39.3″N 43°07′17.0″EFl G 4s.3 metres (9.8 ft)31008D72842
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

See also

References

  1. Djibouti The Lighthouse Directory. University of North Carolina at Chapel Hill. Retrieved 15 September 2016
  2. List of Lights, Pub. 112: Western Pacific and Indian Oceans Including the Persian Gulf and Red Sea (PDF). List of Lights. United States National Geospatial-Intelligence Agency. Retrieved 22 September 2016

Rowlett, Russ. "The Lighthouse Directory". University of North Carolina at Chapel Hill.

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