Tagged Questions
10
votes
3answers
538 views
How to simplify a routable network?
I have a network graph that I need to simplify in the sense of reducing the number of edges. The idea would be to merge nodes that are located close together and remove the connecting short edges.
...
10
votes
4answers
712 views
Large shapefile to raster
I have a large shapefile (1 gb) and need to rasterise it. I have tried the following already.
1.) Import it into GRASS using v.in.ogr this failed with the error message: ERROR: G_realloc: unable to ...