Latécoère 582

The Latécoère 582 was a 1930s French long-range patrol flying-boat designed and built by Latécoère for the French Navy.[1] First flown on 25 July 1935 the 583 was a parasol-wing monoplane flying-boat.[1] Powered by three 890 hp (663 kW) Gnome-Rhône 14Kirs radial piston engines.[1] The French Navy choose to buy the Breguet Bizerte and the one Latécoère 582 ended up as a flying test bed at Saint-Raphaël.[1]

Latécoère 582
Role long-range patrol flying-boat
National origin France
Manufacturer Latécoère
First flight 25 July 1935
Number built 1

Specifications

Data from [1]

General characteristics

  • Wingspan: 28.00 m (91 ft 10 in)
  • Max takeoff weight: 11,600 kg (25,574 lb)
  • Powerplant: 3 × Gnome-Rhône 14Kirs radial piston engine, 660 kW (890 hp) each

Performance

  • Maximum speed: 280 km/h (170 mph, 150 kn)
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.

See also

Related lists

References

Notes
  1. Orbis 1985, p. 2296
Bibliography
  • The Illustrated Encyclopedia of Aircraft (Part Work 1982-1985). Orbis Publishing.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.