[Qgis-developer] on the fly grass location

2010-11-14 Thread Paolo Cavallini
Hi all. As it has been discussed earlier, having location generated (and destroyed) on the fly would help a lot the casual qgis grass user to approach grass. The idea is to run an analysis by loading (r.external, v.external, v.in.ogr) data, generating a location from it, run, save the results

[Qgis-developer] rastercalc

2010-11-14 Thread Paolo Cavallini
Hi all. The rastercalc is obviously an important addition to the QGIS toolbox: can you let us know what are the plans for its future development, in particular IF condition and proximity measures? Many thanks. -- http://www.faunalia.it/pc ___

[Qgis-developer] Re: [GRASS-dev] on the fly grass location

2010-11-14 Thread Markus Neteler
On Sun, Nov 14, 2010 at 9:54 AM, Paolo Cavallini cavall...@faunalia.it wrote: Hi all. As it has been discussed earlier, having location generated (and destroyed) on the fly would help a lot the casual qgis grass user to approach grass. The idea is to run an analysis by loading (r.external,

[Qgis-developer] Printed user manual

2010-11-14 Thread Pirmin Kalberer
Hi all, We discussed the possibility to use a print on demand service for producing printed user manuals. Here are a few sites to check out: Multilingual: * www.lulu.com English only: * www.blurb.com * www.bookriff.com * www.fastpencil.com German only: * www.bod.de * www.epubli.de *

Re: [Qgis-developer] rastercalc

2010-11-14 Thread Paolo Cavallini
Il 14/11/2010 10:22, Borys Jurgiel ha scritto: IF condition is already implemented: (value 100) returns 0 or 1. So, if value 100 return 144, otherwise 0 would be (value 100)*144 right? Not exactly an intuitive syntax ;) -- http://www.faunalia.it/pc

[Qgis-developer] refreshing GRASS toolbox

2010-11-14 Thread Paolo Cavallini
Hi all. We have been doing a number of improvements on the QGIS GRASS Toolbox, mainly polishing the interface and making it more compliant with general GUI rules of QGIS. Hope you'll like it. More work is to be done. Robert Szczepanek kindly volunteered to prepare new icons, with a style

[Qgis-developer] donors page: help needed

2010-11-14 Thread Paolo Cavallini
Hi all. Currently the page http://qgis.org/en/sponsorship/donors.html is filled up by hand, which is time consuming, boring and error prone. I would like to replace the list by something like SELECT donor FROM donation GROUP BY donor ORDER BY money DESC It would be nice if the data could be

[Qgis-developer] results from database meeting

2010-11-14 Thread Paolo Cavallini
Hi all. We[0] had an enjoyable and productive meeting on database support in QGIS. Here are the conclusions for now: http://www.qgis.org/wiki/Database More will be added. Feel free to add your thoughts here. All the best. -- http://www.faunalia.it/pc [0] Vincent Picavet, Horst Düster, Martin

[Qgis-developer] Re: ED50 datum

2010-11-14 Thread Agustin Lobo
According to http://www.asprs.org/resources/grids/ the parameters for Spain are: -84, -107, -120 for Portugal: -85.858, -108.681,-120.36 and the NIMA average for Europe: -87, -98, -121 Agus -- View this message in context:

Re: [Qgis-developer] refreshing GRASS toolbox

2010-11-14 Thread Paolo Cavallini
Il 14/11/2010 14:30, Horst Düster ha scritto: CMake Error at src/plugins/grass/modules-common/cmake_install.cmake:36 (FILE): file INSTALL cannot find /usr/local/src/qgis/src/plugins/grass/modules-common/db.execute.1.png. You should rerun ccmake. Several icons were removed. Sorry for the

Re: [Qgis-developer] Printed user manual

2010-11-14 Thread Alex Mandel
On 11/14/2010 02:56 AM, Pirmin Kalberer wrote: Hi all, We discussed the possibility to use a print on demand service for producing printed user manuals. Here are a few sites to check out: Multilingual: * www.lulu.com English only: * www.blurb.com * www.bookriff.com *

Re: [Qgis-developer] Printed user manual

2010-11-14 Thread Tyler Mitchell (OSGeo)
On November 14, 2010 06:32:23 am Alex Mandel wrote: On 11/14/2010 02:56 AM, Pirmin Kalberer wrote: Hi all, We discussed the possibility to use a print on demand service for producing printed user manuals. Here are a few sites to check out: Multilingual: * www.lulu.com English

Re: [Qgis-developer] Re: [GRASS-dev] on the fly grass location

2010-11-14 Thread Luca Delucchi
2010/11/14 Markus Neteler nete...@osgeo.org: The good news is that here at the hackfest we got a voulnteer willing to help with the coding (preferably in Python). Welcome Peter Loewe! Great, Peter! thanks Peter Markus cheers Luca ___

[Qgis-developer] Re: New Database Menu

2010-11-14 Thread Giuseppe Sucameli
Hi all, ERRATA CORRIGE :) I wrote removePluginToMenu but it's removePluginMenu instead. On Sun, Nov 14, 2010 at 3:20 PM, Giuseppe Sucameli sucam...@faunalia.itwrote: (remove from Database menu) try: self.iface.removePluginDatabaseMenu(PostGIS, self.action) except AttributeError:

[Qgis-developer] join two lines

2010-11-14 Thread Paolo Cavallini
Returns: An error has occured while executing Python code: Traceback (most recent call last): File /home/paolo/.qgis/python/plugins/joinlines/joinlines.py, line 79, in run pnts=newlist[0].asPolyline() IndexError: list index out of range All the best. -- http://www.faunalia.it/pc

[Qgis-developer] Re: [GRASS-dev] on the fly grass location

2010-11-14 Thread Markus Neteler
On Sun, Nov 14, 2010 at 10:24 AM, Markus Neteler nete...@osgeo.org wrote: On Sun, Nov 14, 2010 at 9:54 AM, Paolo Cavallini cavall...@faunalia.it wrote: Hi all. As it has been discussed earlier, having location generated (and destroyed) on the fly would help a lot the casual qgis grass user

Re: [Qgis-developer] Compiling

2010-11-14 Thread Alex Mandel
On 11/14/2010 01:15 PM, Vanesa González wrote: Hi, I'm trying to make QGis (qgis-trunk) from Windows XP. Step by step, I reviewed tutorial but I can´t compile. I had errors in cmake-gui. Can you help me? Thanks, Vanesa Vanesa, You'll need to be as specific as possible and as many

Re: [Qgis-developer] Compiling

2010-11-14 Thread Vanesa González Monteagudo
Sorry Alex, I'll try it. when I build QGIS using the ALL_BUILD target from VC2008, I always get this error: Generating qgssearchstringparser.cpp C:\Archivos de programa\GnuWin32\bin\bison.exe: m4: Invalid argument Project : error PRJ0019: A tool returned an error code from Generating