Perseverance Island, Seychelles

Perseverance Island (French: Ile Perseverance) is an artificial island in Seychelles, lying 2 km from the capital Victoria.

Perseverance Island
Perseverance Island
Geography
LocationSeychelles, Indian Ocean
Coordinates4.605°S 55.465°E / -4.605; 55.465
ArchipelagoInner Islands, Seychelles
Adjacent bodies of waterIndian Ocean
Area0.99 km2 (0.38 sq mi)
Length1.4 km (0.87 mi)
Width1.0 km (0.62 mi)
Coastline5.3 km (3.29 mi)
Highest elevation5 m (16 ft)
Administration
GroupGranitic Seychelles
Sub-GroupMahe Islands
Sub-GroupMahe Port Islands
DistrictsIle Perseverance I, Ile Perseverance II
Demographics
Ethnic groupsCreole, French, East Africans, Indians.
Additional information
Time zone
ISO codeSC-03

History

The island was created artificially during the 2000s. It belongs to the Mahe Port Islands, which are mostly artificial islands created by funds from Dubai when the Dubai dredger was placed in Seychelles.[1] In 2013 work on the island has begun.[2][3] by 2020, the island should house 10,000, more than 15% of the population of Seychelles [4][5][6][7]

Administration

Perseverance Island is administered as the districts Ile Perseverance I and Ile Perseverance II.

Tourism

The island's plan is mostly residential.[8] There is a large Army Naval base at the south point.

gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.
gollark: We could use this; it seems a cool idea.

References

  1. "reclamation project". Archived from the original on 2016-04-17. Retrieved 2016-04-03.
  2. Infrastructure bids on Perseverance Island
  3. Work on the island
  4. prediction
  5. type of houses
  6. UAE Assistance on the island
  7. President visit
  8. "Island plan" (PDF). Archived from the original (PDF) on 2016-04-15. Retrieved 2016-04-03.


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