My set contains the following input data: A set of points and a hexagonal (vector) grid.
For each cell in the grid, I want to calculate the driving-distance to each point. I thought this would be a nice approach for calculation in a pgRouting enabled PostGIS database. At the end, I'd like to have the information stored in the attribute table of the Grid!
Unfortunately I'm not that much into PostGIS so I'm not sure about how to implement the algorithm correctly. What I did so far:
Maybe you guys have some suggestions?
أكثر...

Unfortunately I'm not that much into PostGIS so I'm not sure about how to implement the algorithm correctly. What I did so far:
- I have a street network that I loaded into PostGIS. I used pgr to create a topology. It seems to work!
- I loaded the grid and the points into PostGIS DB.
Maybe you guys have some suggestions?
أكثر...