Sotonera Lacus

Sotonera Lacus is one of a number of hydrocarbon lakes found on Saturn's largest moon, Titan.[1]

Sotonera Lacus
False-color Cassini synthetic aperture radar image of hydrocarbon lakes on Titan. Bolsena Lacus is at center, with Sotonera Lacus to its upper right.
Feature typeLacus
Coordinates76.75°N 17.49°W / 76.75; -17.49
Diameter63 km[note 1]
EponymLake Sotonera

Sotonera Lacus is located near the north pole of Titan, centered on latitude 76.75°N and longitude 17.49°W, and measures 63 km in length.[1][note 1] It is situated in a north polar region where the majority of Titan's large lakes are found.

The lake is composed of liquid methane and ethane,[2] and was detected by the space probe Cassini. It was named in 2007 after Lake Sotonera in Spain.[1]

Notes

  1. The USGS web site gives the size as a "diameter", but it is actually the length in the longest dimension.
gollark: Should I make the random code thinger random instead?
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```

References

  1. "Sotonera Lacus". USGS planetary nomenclature page. USGS. Retrieved 2013-12-31. External link in |work= (help)
  2. Coustenis, A.; Taylor, F. W. (21 July 2008). Titan: Exploring an Earthlike World. World Scientific. pp. 154–155. ISBN 978-981-281-161-5. OCLC 144226016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.