21st Field Artillery Regiment "Trieste"

The 21st Field Artillery Regiment "Trieste" (Italian: 21° Reggimento Artiglieria Terrestre "Trieste") is a field artillery regiment of the Italian Army. Today the regiment is based in Foggia in Apulia and operationally assigned to the Mechanized Brigade "Pinerolo".[3]

21st Field Artillery Regiment "Trieste"
21° Reggimento Artiglieria Terrestre "Trieste"
Regimental coat of arms
Active1 November 1888 - today[1]
Country Italy
BranchItalian Army
Part ofMechanized Brigade "Pinerolo"
Garrison/HQFoggia
Motto(s)"Ardente la fiamma, intrepido il cuore"
Anniversaries15 June 1918 - Second Battle of the Piave River
Decorations
1x Gold Medal of Military Valour[2]
Insignia
Regimental gorget patches
A battery of the 21st "Trieste" during maneuvers

Current Structure

As of 2019 the 21st Field Artillery Regiment "Trieste" consists of:

  • Regimental Command, in Foggia
    • Command and Logistic Support Battery
    • Surveillance, Target Acquisition and Tactical Liaison Battery
    • 1st Artillery Group
      • 1st Howitzer Battery
      • 2nd Howitzer Battery
      • 3rd Howitzer Battery
      • Fire and Technical Support Battery

The Command and Logistic Support Battery fields the following sections: C3 Section, Transport and Materiel Section, Medical Section, and Commissariat Section. The regiment is equipped with FH-70 towed howitzers.[4] The Surveillance, Target Acquisition and Tactical Liaison Battery is equipped with RQ-11B Raven unmanned aerial vehicles and ARTHUR counter-battery radars.

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.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.

See also

References

  1. "21° Reggimento Artiglieria Terrestre "Trieste" - La Storia". Italian Army. Retrieved 22 December 2019.
  2. "21° Reggimento Artiglieria Terrestre "Trieste" - Il Medagliere". Italian Army. Retrieved 22 December 2019.
  3. "21° Reggimento Artiglieria Terrestre "Trieste"". Italian Army. Retrieved 22 December 2019.
  4. "Obice da 155/39 FH-70". Esercito Italiano. Retrieved 23 June 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.