List of National Roads in Latvia
State Main Roads
Number | E-road | Route | Length (km) |
---|---|---|---|
Rīga - Ainaži (EE border) | 101 | ||
Rīga - Sigulda - Veclaicene (EE border) | 196 | ||
Inčukalns - Valmiera - Valka (EE border) | 101 | ||
Rīga ring road (Baltezers - Saulkalne) | 20 | ||
Rīga ring road (Salaspils - Babīte) | 40 | ||
Rīga - Daugavpils - Krāslava - Pāternieki (BY border) | 307 | ||
Rīga - Bauska - Grenctāle (LT border) | 85 | ||
Rīga - Jelgava - Meitene (LT border) | 76 | ||
Rīga - Skulte - Liepāja | 199 | ||
Rīga - Ventspils | 190 | ||
Liepāja - Rucava (LT border) | 57 | ||
Jēkabpils - Rēzekne - Ludza - Terehova (RU border) | 166 | ||
Grebņeva (RU border) - Rēzekne - Daugavpils - Medumi (LT border) | 163 | ||
Daugavpils ring road (Tilti - Kalkūne) | 15 | ||
Rēzekne ring road | 7 |
State Regional Roads
State Local Roads
Approximately one thousand roads in Latvia are categorised under the State local road category. The total length of the local roads is 13,181.616 kilometres (8,190.676 mi), of which 10,570.151 kilometres (6,567.987 mi) are hard-surface and 2,611.465 kilometres (1,622.689 mi) are crushed stone or graveled.
These roads are designated by the letter V by the Latvian State Roads,[1] but this classification not used in signage.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
External links
References
- Valsts vietējo autoceļu nosaukumi (PDF) Archived 2014-08-26 at the Wayback Machine Template:Ref-lv
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.