Version 3 (modified by 8 years ago) (diff) | ,
---|
Summer School 2016
- Useful links
- User manual (developer version)
- Source code repository: http://lemon.cs.elte.hu/hg/lemon-main
- C++ reference guides
- Road map of Hungary (in LGF format)
- There are three versions:
- Undirected version (.lgf.zip) Both one way and two ways road are represented by one single edge
- Directed version (.lgf.zip) The two way roads are represented by tho oppositely directed arcs.
- Strongly connected directed version (.lgf.zip) The largest strongly connected component of the previous file. Here is a printable .pdf version: hun-conn.pdf
- The description of the LGF format can be found here: http://lemon.cs.elte.hu/pub/doc/1.3/a00002.html
- The file contains the following attributes:
- in the
@nodes
section:label
: the node label, >= 1 integer numberslat
: the latitude of the node, floating point numberlon
: the longitude of the node, floating point number
- in the
@arcs
section:length
: The length of the road, in meter (integer number)maxspeed
: The maximum allowed speed , in km/h (integer number)
- in the
- There are three versions:
Attachments (2)
- planar-graphs.zip (309.7 KB) - added by 8 years ago.
- lemon.pdf (247.5 KB) - added by 8 years ago.
Download all attachments as: .zip