4
votes
4answers
113 views

How to display a “Save As” dialog for raster files?

I'm writing a QGIS plugin in python. I need to show a "Save as" dialog window in order to allow the user to select the path of the output raster file. Do I need to create a QFileDialog and manually ...
0
votes
0answers
63 views

question on terrain analysis in qgis particularly slope from .5 m dem

Trying to create representative slopes from .5 dem. It seems to do a wonderful job with the stream bottoms and also with the general trends. It shows it to be steep where steep and flat where flat. ...
1
vote
0answers
79 views

Are there limitations with gdal virtual raster option?

I am new at Postgis and I'm groping... I pretend to rasterize some weighty vector layers in Postgis, do some map algebra and reclassification with them and visualize intermediate as well as final ...
3
votes
1answer
103 views

Save Visible WMS layer to file

Is there tool to save currently visible WMS layer to file in QGIS, or some place in QGIS where you can get needed xml to fetch it using gdal ?
1
vote
1answer
101 views

Qgis - Raster clip Problem

I tried to use the Raster (Extration) tool "clipper" and I always get this error log: What is my problem? Fehler bei der Ausführung von Python-Code: Traceback (most recent call last): File ...
0
votes
2answers
147 views

Digitizing from OpenLayers Plugin in QGIS, or create raster?

Is there an easy method for digitizing from a layer added from the OpenLayers pluggin. As i cannot snap to it or use it as raster so the entire map does not load? two separate issues there.
3
votes
1answer
395 views

Get a pixel value

How can i do this operation: I want to get a pixel value fro the satellite image (Landat, GeoTIFF, 7 bands) using qgis-python. What operators should i use? (for example in qgis's Python Console) ...