Search code examples
vectorboundaryqgis

QGIS - creating vector layer which contain boundary of each raster cell


I would like to show a raster layer and beyond it another layer which contain lines (polylines) which is boundary of cells in other raster layer

I think about split each cell into new raster file and than convert it to vector - maybe there is much easier way? http://imageshack.us/photo/my-images/21/qgispyt.png/


Solution

  • I will answer to myself.

    By using gdalinfo I can get exactly coordinates of raster corners and number of cells. If I use this information I can generate a GML file - unfortunately I have problem with it: qgis GML