Re: [Qgis-user] Plugin builder problem

2015-01-21 Thread Luigi Pirelli
You forgot to compile resource with pyrcc4. In the last version of plugin builder you don't need ui compiling. Please use make command in your plugin dir inside a osgeo4w shell Regards Luigi Pirelli On Thursday, 22 January 2015, Lester Anderson wrote: > Hello, > > I was looking to start making

[Qgis-user] Plugin builder problem

2015-01-21 Thread Lester Anderson
Hello, I was looking to start making useful plugins in Python, so tried a dummy test to make sure all was well - working with QGIS 2.6 32-bit on Windows 7. Got the following: ;Working with QGIS 2.6 32 bit Windows 7 Output from the QGIS Plugin builder: : 22/01/2015 06:58 . 22/01/201

Re: [Qgis-user] Nodata and raster calculator

2015-01-21 Thread Kavinda
It worked out well for my case, getting the nodata for masked area (if I understood the question correctly) See the screenshots here https://docs.google.com/document/d/1agCT2_jLei2vR68vM5DJOvWNDtYV1UrLdoChXgTGHeg/edit?usp=sharing -- View this message in context: http://osgeo-org.1560.x6.nabbl

Re: [Qgis-user] DEM tools not working (slope, hillshade

2015-01-21 Thread Kavinda
*it solved the problem* Hi Nicolas, unstalled all the previous versions and restart my PC then it solved the problem (in this case without cleaning registry). Thanks lot!!! Cheers! Kavinda On Thu, Jan 22, 2015 at 12:37 PM, Nicolas Cadieux [via OSGeo.org] < ml-node+s1560n518301...@n6.nabble

Re: [Qgis-user] Nodata and raster calculator

2015-01-21 Thread Nicolas Cadieux
I also have been doing it manually. There should be an option in the Qgis calculator for that but I did not find it. Hopefully, someone will both teach us something new if the option exists... Nicolas Cadieux M.Sc. Les Entreprises Archéotec inc.  8548, rue Saint-Denis Montréal H2P 2H2 Téléph

Re: [Qgis-user] DEM tools not working (slope, hillshade

2015-01-21 Thread Nicolas Cadieux
Hi, This post should help. Read through all of it. You need to delete the registry keys and the .Qgis plugin directory. (hidden directory).  Post again if it's not clear or if your version of windows does not have the same registry structure. http://osgeo-org.1560.x6.nabble.com/How-to-quot-un

Re: [Qgis-user] DEM tools not working (slope, hillshade

2015-01-21 Thread Kavinda
Hi Nicolas, I`m on windows, I tried slope,hillshade, all failed. When I used processing toolbox GDAL/OGR tools -> analysis -> slope only that work for temporary output file. As you said both versions in my PC and it may cause the problem. If it easy to mail plase let me know how to delete the re

Re: [Qgis-user] DEM tools not working (slope, hillshade

2015-01-21 Thread Nicolas Cadieux
Hi, What platform are you using? (Windows, mac, linux?) What algorithm are you using? We need to know because there are a number of way to do that in QGIS.  If you are on windows and the problem is across two versions of Qgis, I would delete the registry keys and do a fresh install deleting al

[Qgis-user] DEM tools not working (slope, hillshade

2015-01-21 Thread Kavinda
Hi all, I am continously failing to use any morphological analysis tool in QGIS. *When I am trying to give an output file name the program stuck and need to force shoutdown.* tried with 2.6 and 2.4 versions. Use SRTM data and reprojected to UTM coordinte system. Please help this matter if you kno

[Qgis-user] HOWTO: Import postgis to spatialite incliding .qgs project file

2015-01-21 Thread maning sambale
Hi, We have an internal postgis db for managing our data. Now, we want to share the data for offline use including the QGIS project file (.qgs) to include custom symbologies, layer filters, map compositions, etc. We can easily import the postgis layers into a single spatialite/sqlite db, but how

[Qgis-user] QGIS citation

2015-01-21 Thread amin_kha...@science.helwan.edu.eg
polygons . But what I require is shape files. Do you have any delimiter issue where the size of the polygon can be issued . Thanks, Akalya -- next part -- An HTML attachment was scrubbed... URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20150121/9f09ab48/atta

[Qgis-user] Create Spatialite DB and import prj files

2015-01-21 Thread Chuck Young
Hello! I am using Qgis 2.2 and am having trouble getting a Spatialite db to work. In earlier versions I was able to use the Spatialite GUI and create a db and import the prj files from the layers then create a new Qgis project and use the db in place of the individual prj files. I have tried thi

[Qgis-user] Nodata and raster calculator

2015-01-21 Thread jfprieur
Hello, I am using QGIS 2.6.1 raster calculator to mask a curvature raster to exclude a range of values. I am following the instructions at http://docs.qgis.org/2.6/en/docs/user_manual/working_with_raster/raster_calculator.html and am getting the proper output. My question is: Is it possible to

[Qgis-user] Aerograms style

2015-01-21 Thread labiancamaril...@libero.it
Dear all, I would like to customize the map using the style as aerograms to show the intensity of a phenomenon, but I do not find this option in QGIS. Can anyone help me?ThanksMarilena___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osg

Re: [Qgis-user] Notificação de devolução de mensagem não processada

2015-01-21 Thread Alexandre Neto
Olá andreia, Que endereço de email usou para enviar a sua mensagem? qgis-user@lists.osgeo.org ? ou qgis-pt-boun...@lists.osgeo.org Pode tentar de novo para o primeiro endereço? Obrigado. Alexandre Neto 2015-01-20 17:37 GMT+00:00 Alexandre Neto : > Boa tarde novamente, > > Deves estar insc

Re: [Qgis-user] Processing: how to use input parameter in "Select by expression"

2015-01-21 Thread Andreas Neumann
Hi Victor, I figured out that it has to be a string and that I can only put the full expression string in the parameter. Yes, having the ability to derive parameters from other parameters by concatenating/converting/calculating them would be very nice and would bring us one step closer to FM

Re: [Qgis-user] Processing: how to use input parameter in "Select by expression"

2015-01-21 Thread Victor Olaya
The expression field in the selection algorithm is of type String. You can connect any model input or algorithms output of that same type. Since your 'year' input is of type number, it cannot be connected :-( It would be great to be able to derive strings from other strings or numbers, but that's

[Qgis-user] Labeling or applying categorised symbology to layer field description

2015-01-21 Thread PIERRE Sylvain
Hello, Is it possible to label or to apply categorised symbology to a layer field not with the keys values but with values which are defined in the tool editing widget in "layer""fields" form ? I suppose the answer is NO. May be is there a workaround but without dealing with relation...? Sylvai

Re: [Qgis-user] Raster to polygon conversion !

2015-01-21 Thread Luís Miguel Royo Pérez
Hi Akalya, maybe that's happening because you're raster file has a lot of different values. Try to reclasiffy your raster in order to homogenize them. If still happens, a workaround could be dissolve all the polygons with the same value. Cheers! On 01/21/2015 04:32 AM, Akalya Anandharaj