Tagged Questions
1
vote
1answer
77 views
QGIS contour lines shapefile to DEM help
I want to create a DEM from depth contours (shapefile) in QGIS. I've been trying to work out how to do this based on this previous question, notably from this link from that page, however I'm stuck, ...
5
votes
2answers
145 views
Vectorize cell boundaries in GRASS
I need to vectorize the cell boundaries of a raster map and I have forgotten how to do this.
For instance, if I have a raster map of a region that is just map=1 with a cell size of 500m, I would ...
1
vote
1answer
80 views
How do I convert my coordinates to the limit of geographic region (outer edge)?
I am trying to use r.in.bin. The parameters of north, south, east, and west needs values:
north=float
Northern limit of geographic region (outer edge)
south=float
Southern limit of geographic region ...
8
votes
2answers
528 views
How to convert a vector boundary to a raster map?
I need to output a PNG file of a raster map overlayed with boundaries present in a vector map. The problem is, the r.out.png script only exports a raster map. My boundaries are in a vector format. ...
4
votes
1answer
1k views
Convert shapefile lines to a polygon in GRASS
I have a shapefile of a map that is the outline of a number of islands. I would like to convert the lines into polygons (ie all islands filled in) using GRASS. I searched on how to do this with GRASS ...