Tarifverbund Nordwestschweiz

The Tarifverbund Nordwestschweiz, also known by its initialisation twn, is a Swiss public transport tariff network covering the whole of the cantons of Basel-Stadt and Basel-Landschaft, together with parts of the cantons of Aargau, Jura and Solothurn.[1]

Tarifverbund Nordwestschweiz
Headquarters,
Websitewww.tnw.ch/ 

The TNW network offers various kinds of tickets, from single tickets to annual season tickets, which are valid on the buses, trams and trains of the operators that are members of the network. Tickets are only valid within the TNW area, and prices are based on zones, with 48 zones covering the whole of the TNW area.[2][3]

One section of Baselland Transport's tram line 10 crosses through France, and this section of the route is included in the TNW network. However this does not apply to the extension of Basler Verkehrs-Betriebe's tram line 8 to Weil am Rhein in Germany. Instead, the TNW is itself a member of the triregio integrated fares network, which also covers the adjoining areas of France and Germany.[3][4]

Operators

The operators which make up the network are:[5]

gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References

  1. "Organisation" (in German). Tarifverbund Nordwestschweiz. Retrieved 2015-01-28.
  2. "Tickets & Preise" [Tickets & Prices] (in German). Tarifverbund Nordwestschweiz. Archived from the original on 2015-10-08. Retrieved 2015-01-28.
  3. "Liniennetz TNW" [Line network TNW] (in German). Tarifverbund Nordwestschweiz. Retrieved 2015-01-28.
  4. "Drei Länder, ein Netz. So weit, so grenzenlos" [Three countries, a net. So far, so limitless.] (in German). triregio. Retrieved 2015-01-28.
  5. "Verkersunternehmen" [Transport companies] (in German). Tarifverbund Nordwestschweiz. Retrieved 2015-01-28.


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