I am looking for some techniques to make Road Network Graph into partitions (Grids). These grids may be used for searching candidates of GPS point in road network in order to make fast searching.
@Elif--My Road Network Graph is stored in the above Database, where each road as an edge stored in lines geom format, and each node as an vertex (connected point) stored in point geom.
I have already created graph in the above database, but now I want to reduce the searching condition running time by adding partitions in the road network.
@ Dear Joses Gomez.. Yes I have already created network graph on pgRouting Technique. But now I want to split total graphs into some part then each partition will be used into pgRouting for creating individual graph.
Partitions algorithm may work on some constraints such as capacity constraint (approx. equal number of nodes), size constraint (total length of the all edges) , etc.
Hi, Aftab I have a question regarding your work. is it possible to use this network (road) to analyse the connectivity indices like alpha and beta indices? I have been trying to find a suitable reply to my query, hope you can help me.