Skip to content
Andrei Klimovich edited this page Jan 26, 2016 · 1 revision

Welcome to the brstu-traffic-simulation-tool wiki!

Here will be some notes on implementation:

  • We need to parse OSM file and extract information about roads and itersections
  • This information will be used to render map (probably as .ong image)
  • Generated map will be used during simulation as a background
  • To parse OSM files currently we use this library: osm4j-xml
  • To coordinate projection currently we use geotools, will try to use it for rendering too.
  • OSM coordinate system (with lonlat coordinates) is EPSG:4326, I will convert this values to EPSG:3857 which is the same as EPSG:900913 (deprecated).
Clone this wiki locally