Im trying out ways to create a topology of edges and vertices for a road network. Currently, there are three ways I know of:
**

  1. Using ArcGIS build coverage line.**
    — This includes the use of ArcGIS. Exporting the feature into tics, arcs and nodes, then afterwards assembling them all together. Its functional but have not fully tested the quality of the road topology. Also, assembling them back together through the spatial objects comparison will take some time. It would be better *If* ArcGIS could create the nodes wrt to the base table.

2. Using PostGres, postlbs functions.
— Use of SELECT ASSIGN_VERTEX_ID(‘table_name’, double_precision_distance. So far this bails on me on my first test on my win-xp laptop. We can test this on Linux if the response is the same.

3. Using Mapinfo Basic Scripts provided by J.
— Haven’t gone indepth with these for now, but looking forward to it.

4. Using Grass
— As documented in site’s [Topology Creation][1]