Vado Ligure

Vado Ligure (Ligurian: Voæ), in antiquity Vada Sabatia, is a town and comune in the province of Savona, Liguria, in northern Italy.

Vado Ligure
Comune di Vado Ligure
Coat of arms
Location of Vado Ligure
Vado Ligure
Location of Vado Ligure in Italy
Vado Ligure
Vado Ligure (Liguria)
Coordinates: 44°16′N 8°26′E
CountryItaly
RegionLiguria
ProvinceProvince of Savona (SV)
FrazioniPorto Vado, Segno, Sant'Ermete, San Genesio, Bossarino, Valle di Vado
Government
  MayorMonica Giuliano
Area
  Total23.79 km2 (9.19 sq mi)
Elevation
12 m (39 ft)
Population
 (31 December 2011)[2]
  Total8,170
  Density340/km2 (890/sq mi)
Demonym(s)Vadesi
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
17047
Dialing code019
Patron saintSt. John the Baptist
Saint day24 June
WebsiteOfficial website

Economy

Vado has a large industrial and commercial port.

Vado Ligure is home to a railway construction plant, founded in 1905 as Società Italiana Westinghouse. In 1919 it was taken over by Tecnomasio Italia Brown Boveri and, since 2001, it has been part of Bombardier Transportation. It currently produces the FS Class E.464 locomotives.

The town's territory also includes an electric power plant, whose two towers, 200 metres (660 ft) high, are visible for kilometers in the neighbourhood.

Twin towns

gollark: I *think* the issue here is in the returning bit... somehow...
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.

References


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