|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Road Network Graph creationHello All
Is there any way I can create a road network graph (nodes,edges) from a road shapefile ? -- Thanks Regards Sandeep Kumar Jakkaraju _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Road Network Graph creationShort Answer - Yes - but of course it depends on the quality of your
shapefile as to how useful it is. Have a look at : http://pgrouting.postlbs.org/ cheers Ben On 28/06/2009, at 11:09 PM, Sandeep Kumar Jakkaraju wrote: > Hello All > > Is there any way I can create a road network graph (nodes,edges) > from a road shapefile ? > -- > Thanks > Regards > > Sandeep Kumar Jakkaraju > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users -- Ben Madin REMOTE INFORMATION t : +61 8 9192 5455 f : +61 8 9192 5535 m : 0448 887 220 Broome WA 6725 ben@... Out here, it pays to know... _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Road Network Graph creationYou need to look for the assign_vertex_id function of pgRouting.
This function creates a network topology. Daniel Ben Madin schrieb: > Short Answer - Yes - but of course it depends on the quality of your > shapefile as to how useful it is. > > Have a look at : http://pgrouting.postlbs.org/ > > cheers > > Ben > > > > > On 28/06/2009, at 11:09 PM, Sandeep Kumar Jakkaraju wrote: > >> Hello All >> >> Is there any way I can create a road network graph (nodes,edges) from >> a road shapefile ? >> -- >> Thanks >> Regards >> >> Sandeep Kumar Jakkaraju >> >> _______________________________________________ >> postgis-users mailing list >> postgis-users@... >> http://postgis.refractions.net/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
|
|
|
Re: Road Network Graph creationHi Jaak,
If you need to get the network graph of OSM data you can use osm2pgrouting: http://pgrouting.postlbs.org/wiki/tools/osm2pgrouting Currently it doesn't work with large amount of data. Contributions are always welcome ;-) Daniel Jaak Laineste schrieb: > > Hi, > > This function assumes that the road network is already segmented. If > I have otherwise topologically good network, but without properly > segmented streets (e.g. like in OSM Shapefiles), then it does not work. > > > > Best solution would be to have similar extended postgis or pgrouting > function to do it. Or is there any other good (and free) tool to do it? > > > > /Jaak > > > > > > Re: [postgis-users] Road Network Graph creation > > Daniel Kastl > Sun, 28 Jun 2009 17:17:33 -0700 > > > > You need to look for the assign_vertex_id function of pgRouting. > This function creates a network topology. > > Daniel > > > Ben Madin schrieb: > > Short Answer - Yes - but of course it depends on the quality of your > shapefile as to how useful it is. > > > Have a look at : http://pgrouting.postlbs.org/ > > cheers > > Ben > > > > > On 28/06/2009, at 11:09 PM, Sandeep Kumar Jakkaraju wrote: > > Hello All > > > Is there any way I can create a road network graph (nodes,edges) from > a road shapefile ? > > -- > Thanks > Regards > > Sandeep Kumar Jakkaraju > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > > > > /Jaak Laineste > > jaak@... > > www.nutiteq.com > > Phone: +372 777 8800 > > Mobile: +372 509 2586 > > Skype: nutiteq > > > > ------------------------------------------------------------------------ > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |