12 | | - There are two versions: |
13 | | - [raw-attachment:wiki:AlkMod2013:hun-undir.lgf.zip Undirected version (.lgf.zip)] Both one way and two ways road are represented by one single edge |
14 | | - [raw-attachment:wiki:AlkMod2013:hun.lgf.zip Directed version (.lgf.zip)] The two way roads are represented by tho oppositely directed arcs. |
15 | | - Három változat van: |
16 | | - [raw-attachment:hun-undir.lgf.zip Irányítatlan verzió (.lgf.zip)] Itt minden útszakasz egyetlen élként szerepel, akár egyirányú akár kétirányú az út. |
17 | | - [raw-attachment:hun.lgf.zip Irányított verzió (.lgf.zip)] Itt az élek irányítottak, kétirányú az utak kétszer szerepelnek a file-ban (oda és vissza). |
18 | | - [raw-attachment:hun-conn.lgf.zip Erősen összefüggő irányított verzió (.lgf.zip)] Ez az előbbi file-ban levő legnagyobb erősen összefüggő komponens. Ennek van egy kinyomtatható .pdf változata is: [raw-attachment:hun-conn.pdf hun-conn.pdf] |
| 12 | - There are three versions: |
| 13 | - [raw-attachment:wiki:AlkMod:hun-undir.lgf.zip Undirected version (.lgf.zip)] Both one way and two ways road are represented by one single edge |
| 14 | - [raw-attachment:wiki:AlkMod:hun.lgf.zip Directed version (.lgf.zip)] The two way roads are represented by tho oppositely directed arcs. |
| 15 | - [raw-attachment:wiki:AlkMod:hun-conn.lgf.zip Strongly connected directed version (.lgf.zip)] The largest strongly connected component of the previous file. Here is a printable .pdf version: [raw-attachment:hun-conn.pdf hun-conn.pdf] |
20 | | - Az LGF formátum leírása itt található: [http://lemon.cs.elte.hu/pub/doc/1.3/a00002.html] |
21 | | - A file-ban a következő attribútumok vannak: |
22 | | - a '''`@nodes`''' részben: |
23 | | - '''`label`''': A csúcs azonosítója, >= 1 egész számok |
24 | | - '''`lat`''': A csúcs szélességi koordinátája, lebegőpontos szám |
25 | | - '''`lon`''': A csúcs hosszúsági koordinátája, lebegőpontos szám |
26 | | - az '''`@arcs`''' részben: |
27 | | - '''`length`''': Az útszakasz hossza méterben, egész szám |
28 | | - '''`maxspeed`''': A megengedett maximális sebesség, egész szám |
29 | | - [raw-attachment:budapest_gtfs.zip Budapest tömegközlekedésének menetrendje] GTFS formátumban |
30 | | - [https://developers.google.com/transit/gtfs/reference a GTFS formátum leírása] |
| 17 | - The description of the LGF format can be found here: [http://lemon.cs.elte.hu/pub/doc/1.3/a00002.html] |
| 18 | - The file contains the following attributes: |
| 19 | - in the '''`@nodes`''' section: |
| 20 | - '''`label`''': the node label, >= 1 integer numbers |
| 21 | - '''`lat`''': the latitude of the node, floating point number |
| 22 | - '''`lon`''': the longitude of the node, floating point number |
| 23 | - in the '''`@arcs`''' section: |
| 24 | - '''`length`''': The length of the road, in meter (integer number) |
| 25 | - '''`maxspeed`''': The maximum allowed speed , in km/h (integer number) |