[Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Anita Graser
Hi,

Is there a good reason why I cannot start NVIZ through SEXTANTE
toolbox without specifying a vector layer in addition to the raster
layers? What if I just want to see the height model?

Best wishes,
Anita
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Same layer extent?

2012-10-25 Thread Micha Silver

On 24/10/2012 22:54, Luciano La Sala wrote:

Hola!

I am using GRASS inside QGIS and I need to perform some very basic
arithmetic on raster map layers using "r.mapcalc". Once I have created my
mapset in GRASS and imported all three rasters into GRASS from QGIS view, I
define my algorithm by simply doing "Raster_A + Raster_B + Raster_C".
However, the output gives the message "Unable to open raster map. Finished
with error".


The r.mapcalc model builder is, in my opinion, tricky to use. Can you 
try your mapcalc expression in the GRASS shell instead, and report back 
what result you get? i.e.


r.mapcalc ABC="Raster_A+Raster_B+RasterC"


I am not sure what the problema is, but I suspect that it may be related to
the extent of each layer, which is different for each raster:

Raster_A
Layer Extent (layer original source projection):
-264465.642805104122,3892490.3601970002055168:
1442088.185180295043,7588100.0655570002272725

Raster_B
Layer Extent (layer original source projection):
-231150.303056042897,3942814.959309562370:
1421853.422191778735,7568606.9837530003860593

Raster_C
Layer Extent (layer original source projection):
-302992.657880133924,3856086.4785620002076030:
1162350.090444798089,7559207.0393540002405643

Q1: What do these long numbers represent?


These are the upper left and lower right corners of each raster


Q2: Should every raster layer have the exact same layer extent for the
mathematical calculation to come out right?


No, you can use r.mapcalc on rasters with different extents. However you 
should be aware that wherever any of the maps is NULL, the result will 
be NULL. In other words, for each pixel, if either of your three maps 
has a NULL value, that pixel will become NULL also.
Note that there's also r.patch which was designed to combine maps which 
do not overlap, and fill in NULL values from one map with values from 
the others.



Thank you so much in advance!

Luciano

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

This mail was received via Mail-SeCure System.





--
Micha Silver
052-3665918

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Victor Olaya
Anita

I guess you are using the latest stable version, not the github one.
NVIZ has been removed from SEXTANTE, since it does not really make
sense, as it is not an analysis process, and also because we had
problems like that and it was not very stable with the testing we did.

Sorry for the confusion.

Victor



2012/10/25 Anita Graser :
> Hi,
>
> Is there a good reason why I cannot start NVIZ through SEXTANTE
> toolbox without specifying a vector layer in addition to the raster
> layers? What if I just want to see the height model?
>
> Best wishes,
> Anita
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Anita Graser
Hi Victor,

Thanks for the fast response!
NVIZ could be the result of an analysis process though. I quite liked
being able to view data without the need to load it into GRASS first.
Too bad.

Best wishes,
Anita

On Thu, Oct 25, 2012 at 10:01 AM, Victor Olaya  wrote:
> Anita
>
> I guess you are using the latest stable version, not the github one.
> NVIZ has been removed from SEXTANTE, since it does not really make
> sense, as it is not an analysis process, and also because we had
> problems like that and it was not very stable with the testing we did.
>
> Sorry for the confusion.
>
> Victor
>
>
>
> 2012/10/25 Anita Graser :
>> Hi,
>>
>> Is there a good reason why I cannot start NVIZ through SEXTANTE
>> toolbox without specifying a vector layer in addition to the raster
>> layers? What if I just want to see the height model?
>>
>> Best wishes,
>> Anita
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Victor Olaya
Anita

Thanks for the feedback

Let me check later if I can improve on the way it is called, so you do
not have problems with missing vector layers and similar things. I
also found that sometimes layers where not shown, so all that together
made me decide to remove it. And I thought no one was going to miss
it...but it is good to have your feedback, and you are right in that
it would be nice to be able to open and view data after an analysis.

Let me check it and I might put it back, so you can test it and
eventually help us have a working thing that we can keep in SEXTANTE.

Thanks again!
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Filipe Dias
Like Anita, I also enjoyed having nviz on Sextante, but its certainly not
something that I consider very important as an end user.


On Thu, Oct 25, 2012 at 9:36 AM, Victor Olaya  wrote:

> Anita
>
> Thanks for the feedback
>
> Let me check later if I can improve on the way it is called, so you do
> not have problems with missing vector layers and similar things. I
> also found that sometimes layers where not shown, so all that together
> made me decide to remove it. And I thought no one was going to miss
> it...but it is good to have your feedback, and you are right in that
> it would be nice to be able to open and view data after an analysis.
>
> Let me check it and I might put it back, so you can test it and
> eventually help us have a working thing that we can keep in SEXTANTE.
>
> Thanks again!
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] How print the content of a identify window

2012-10-25 Thread Andrea Peri
Hi,

is possible to print the content of the identify windows ?

Thx,

-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Cannot start NVIZ through SEXTANTE without vector layer

2012-10-25 Thread Paolo Cavallini
Maybe globe can be launched instead?

Victor Olaya  ha scritto:

>Anita
>
>Thanks for the feedback
>
>Let me check later if I can improve on the way it is called, so you do
>not have problems with missing vector layers and similar things. I
>also found that sometimes layers where not shown, so all that together
>made me decide to remove it. And I thought no one was going to miss
>it...but it is good to have your feedback, and you are right in that
>it would be nice to be able to open and view data after an analysis.
>
>Let me check it and I might put it back, so you can test it and
>eventually help us have a working thing that we can keep in SEXTANTE.
>
>Thanks again!
>___
>Qgis-user mailing list
>Qgis-user@lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/qgis-user

-- 
http://faunalia.it/pc___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] How print the content of a identify window

2012-10-25 Thread Andreas Neumann

Hi Andrea,

There is not print functionality.

The only two options are:

* Screenshot
* Copy/Paste into other application

Would you need this feature a lot? If yes, consider making a feature 
request.


Andreas

On Thu, 25 Oct 2012 10:48:13 +0200, Andrea Peri wrote:

Hi,

is possible to print the content of the identify windows ?

Thx,


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] load data in Qgis by a query on geom column

2012-10-25 Thread Pietro Rossin
Is it possible to load data in qgis from postgis by a query on the geometry
column?

If for example I'll like to load data between Xmin adn Xmax in pgadmin I'll
do like this:

SELECT* FROM public.mytable WHERE st_xmin(the_geom) >= myXmin and
st_xmax(the_geom)<= myXmax;

How can I do it in qgis? (if possible..)


Are these query feasable in qgis?

SELECT ogc_fid, st_transform(st_makepolygon(mytable.the_geom),
3004)::geometry(PolygonZ,3004) AS the_geom, mytable.layer
   FROM mytable
  WHERE st_isclosed(mytable.the_geom) = true;



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/load-data-in-Qgis-by-a-query-on-geom-column-tp5011161.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Sextante tools via Qgis : information regards Watershed analysis

2012-10-25 Thread laurent celati
Hello,

Thanks for your reply. As you know yesterday i tested Grass via QgisFORQgis.
There was a bog during the process and i had a error message. 

This morning i have tested Grass via Qgis and it's works well. I have 


1/With Grass r.watershed i have to enter this following parameter : "minimum
size of exterior watershed basin" (without unit value). What criteria
determines the value to be enter? How to know this value ? 

In my case, i 'm using SRTM 90m as DEM raster input. 


2/According to you, what is the better tool for between r.watershed or
Taudem "StreamReach and watershed" ?

Thank you in advance. 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Sextante-tools-via-Qgis-information-regards-Watershed-analysis-tp5010826p5011170.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Sextante tools via Qgis : information regards Watershed analysis

2012-10-25 Thread Victor Olaya
> 2/According to you, what is the better tool for between r.watershed or
> Taudem "StreamReach and watershed" ?
>

do not forget SAGA hydrological functions, since they are really
complete and powerful, with some options and algorithms not found in
GRASS or TauDEM
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] SQLite plugin

2012-10-25 Thread Frazier, Tyler James
Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin and 
get the following error -- not sure what to do?  Any suggestions? thanks! Ty

An error has occured while executing Python code:

Traceback (most recent call last):
  File "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", 
line 358, in importTxt
self.app=ImportTxt(self)
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py", 
line 30, in __init__
self.ui.charsetList_CSV.insertItems(0, self.charset)
TypeError: QComboBox.insertItems(int, QStringList): argument 2 has unexpected 
type 'list'

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']
-
Tyler Frazier
Department of Transportation Planning and Telematics
Technical University Berlin
http://www.vsp.tu-berlin.de/




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Error installing Qgis-dev using OSGEO4w

2012-10-25 Thread Alexandre Neto
Trying to install qgis-dev (1.9.0-93 or 1.9.0-93) using Osgeo4w installer,
in windows vista 32bit, gives me the attached error:

Translating the best I can, it's something like:

"Not possible to find procedure entry point ...bla bla bla... in the
gdal19.dll dynamic library."

Alexandre Neto
<>___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread Noli Sicad
Hi Tyler,

You need to install pyspatialite.

Find out first the version of your spatialtite and follow the
instruction on how to install pyspatilate here.

http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html

Noli

On 10/25/12, Frazier, Tyler James  wrote:
> Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
> and get the following error -- not sure what to do?  Any suggestions?
> thanks! Ty
>
> An error has occured while executing Python code:
>
> Traceback (most recent call last):
>   File
> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", line
> 358, in importTxt
> self.app=ImportTxt(self)
>   File
> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py",
> line 30, in __init__
> self.ui.charsetList_CSV.insertItems(0, self.charset)
> TypeError: QComboBox.insertItems(int, QStringList): argument 2 has
> unexpected type 'list'
>
> Python version:
> 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
> [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
>
>
> QGIS version:
> 1.8.0-Lisboa Lisboa,
>
> Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python',
> '/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
> '/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7',
> '/Library/Python/2.7/site-packages/numpy-override',
> '/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages',
> '/Library/Frameworks/cairo.framework/Versions/1/Python/2.7',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
> '/Library/Python/2.7/site-packages',
> '/Library/Python/2.7/site-packages/PIL',
> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools',
> '/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']
> -
> Tyler Frazier
> Department of Transportation Planning and Telematics
> Technical University Berlin
> http://www.vsp.tu-berlin.de/
>
>
>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Error installing Qgis-dev using OSGEO4w

2012-10-25 Thread Andreas Neumann

Hi,

are there perhaps two or more gdal dlls on your system? Can you check 
on your complete C drive and see if there are more dlls around for gdal? 
Sometimes this is the cause of such problems.


Andreas

On Thu, 25 Oct 2012 12:33:03 +0100, Alexandre Neto wrote:

Trying to install qgis-dev (1.9.0-93 or 1.9.0-93) using Osgeo4w
installer, in windows vista 32bit, gives me the attached error:

Translating the best I can, it's something like:

 "Not possible to find procedure entry point ...bla bla bla... in the
gdal19.dll dynamic library."

Alexandre Neto


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] load data in Qgis by a query on geom column

2012-10-25 Thread Wolf-E. Altmann

Am 25.10.2012 12:16, schrieb Pietro Rossin:

Is it possible to load data in qgis from postgis by a query on the geometry
column?

If for example I'll like to load data between Xmin adn Xmax in pgadmin I'll
do like this:

SELECT* FROM public.mytable WHERE st_xmin(the_geom) >= myXmin and
st_xmax(the_geom)<= myXmax;

How can I do it in qgis? (if possible..)


Are these query feasable in qgis?

SELECT ogc_fid, st_transform(st_makepolygon(mytable.the_geom),
3004)::geometry(PolygonZ,3004) AS the_geom, mytable.layer
FROM mytable
   WHERE st_isclosed(mytable.the_geom) = true;



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/load-data-in-Qgis-by-a-query-on-geom-column-tp5011161.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Hi Pietro,

by using the plugin db-manager it is possible.

Wolf
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread William Kyngesburye
It looks like Tyler is on OS X.  My SQLite framework includes pyspatialite.  If 
it was missing, wouldn't there be an python import error instead?

On Oct 25, 2012, at 6:50 AM, Noli Sicad wrote:

> Hi Tyler,
> 
> You need to install pyspatialite.
> 
> Find out first the version of your spatialtite and follow the
> instruction on how to install pyspatilate here.
> 
> http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html
> 
> Noli
> 
> On 10/25/12, Frazier, Tyler James  wrote:
>> Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
>> and get the following error -- not sure what to do?  Any suggestions?
>> thanks! Ty
>> 
>> An error has occured while executing Python code:
>> 
>> Traceback (most recent call last):
>>  File
>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", line
>> 358, in importTxt
>>self.app=ImportTxt(self)
>>  File
>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py",
>> line 30, in __init__
>>self.ui.charsetList_CSV.insertItems(0, self.charset)
>> TypeError: QComboBox.insertItems(int, QStringList): argument 2 has
>> unexpected type 'list'
>> 
>> Python version:
>> 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
>> [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
>> 
>> 
>> QGIS version:
>> 1.8.0-Lisboa Lisboa,
>> 
>> Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python',
>> '/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins',
>> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
>> '/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7',
>> '/Library/Python/2.7/site-packages/numpy-override',
>> '/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages',
>> '/Library/Frameworks/cairo.framework/Versions/1/Python/2.7',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
>> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
>> '/Library/Python/2.7/site-packages',
>> '/Library/Python/2.7/site-packages/PIL',
>> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools',
>> '/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']
>> -
>> Tyler Frazier
>> Department of Transportation Planning and Telematics
>> Technical University Berlin
>> http://www.vsp.tu-berlin.de/
>> 
>> 
>> 
>> 
>> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"Mon Dieu! but they are all alike.  Cheating, murdering, lying, fighting, and 
all for things that the beasts of the jungle would not deign to possess - money 
to purchase the effeminate pleasures of weaklings.  And yet withal bound down 
by silly customs that make them slaves to their unhappy lot while firm in the 
belief that they be the lords of creation enjoying the only real pleasures of 
existence

- the wisdom of Tarzan


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] load data in Qgis by a query on geom column

2012-10-25 Thread haubourg
If you just use WHERE clauses, you can use query builder directly. 

You can also add queries generating geometries on the fly without creating a
view in Postgis using FASTSQLLayer plugin (it needs an unique id in query)



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/load-data-in-Qgis-by-a-query-on-geom-column-tp5011161p5011241.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Problems with WMS Visualisation

2012-10-25 Thread Michael Werner Maur
Hello,

we provide many WMS. These WMS are supported by UMN Mapserver. In some of the 
concerning MAP-Files the Header-Marker 'EXTENT' has an smaller expansion than 
the 'EXTENT' of an individual layer of that WMS.

The result is, that the given picture in QGis is cut to the size of the 
Header's extent. 

Is this really the correct interpretation of the WMS standard ? There are 
other GIS systems, that do not interpretate the standard in that way !

Here the URL of the WMS to test it :

http://www.geoportal.rlp.de/mapbender/php/mod_showMetadata.php/../wms.php?layer_id=36465&PHPSESSID=847f2d5bfce485e9a7dcd93c74ce55b1&REQUEST=GetCapabilities&VERSION=1.1.1&SERVICE=WMS


with best regards
-- 
Michael  Maur

LANDESAMT FÜR VERMESSUNG UND GEOBASISINFORMATION RHEINLAND-PFALZ

Ferdinand-Sauerbruch-Straße 15
56073 Koblenz
Telefon 0261 492-152
Telefax 0261 492-492
michael.m...@vermkv.rlp.de
www.lvermgeo.rlp.de
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread Frazier, Tyler James
When I try to load QGIS layers to SQLite using the plugin I get the following 
error ... I assumed SQLite was installed as part of the GDAL bundle, but I did 
that some time ago.

An error has occured while executing Python code:

Traceback (most recent call last):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
249, in uploadQgisVectorLayer
header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
(%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for value 
in values_perso]),commit=True)
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
45, in executeQuery
cursor.execute(query,params)
IntegrityError: ea_r1.Geometry violates Geometry constraint [geom-type or SRID 
not allowed]

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']


On Oct 25, 2012, at 3:31 PM, William Kyngesburye wrote:

It looks like Tyler is on OS X.  My SQLite framework includes pyspatialite.  If 
it was missing, wouldn't there be an python import error instead?

On Oct 25, 2012, at 6:50 AM, Noli Sicad wrote:

Hi Tyler,

You need to install pyspatialite.

Find out first the version of your spatialtite and follow the
instruction on how to install pyspatilate here.

http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html

Noli

On 10/25/12, Frazier, Tyler James 
mailto:tyler.j.fraz...@tu-berlin.de>> wrote:
Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
and get the following error -- not sure what to do?  Any suggestions?
thanks! Ty

An error has occured while executing Python code:

Traceback (most recent call last):
File
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", line
358, in importTxt
  self.app=ImportTxt(self)
File
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py",
line 30, in __init__
  self.ui.charsetList_CSV.insertItems(0, self.charset)
TypeError: QComboBox.insertItems(int, QStringList): argument 2 has
unexpected type 'list'

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python',
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins',
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7',
'/Library/Python/2.7/site-packages/numpy-override',
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages',
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
'/System/Librar

Re: [Qgis-user] load data in Qgis by a query on geom column

2012-10-25 Thread Pietro Rossin
@Wolf-E. Altmann
db-manager don't work for me

for example, if I perform a query like:

SELECT ghiaioni.ogc_fid, st_transform(ghiaioni.the_geom,
3004)::geometry(linestringz, 3004) as the_geom, ghiaioni.layer
   FROM ghiaioni
 WHERE st_xmin(the_geom) >= 2317035 and st_xmax(the_geom) <= 2330326;

that will return all feature between xmin and xmax db-manager make me see
the results (sql window) like a table, but if I select to load as a new
layer with correct geom and id fields nothing happens and the message log
window in qgis report an error like:


***
Interrogazione errata: SELECT DISTINCT CASE WHEN
upper(geometrytype("the_geom")) IN
('POINT','MULTIPOINT','POINTM','MULTIPOINTM') THEN 'POINT' WHEN
upper(geometrytype("the_geom")) IN
('LINESTRING','MULTILINESTRING','LINESTRINGM','MULTILINESTRINGM') THEN
'LINESTRING' WHEN upper(geometrytype("the_geom")) IN
('POLYGON','MULTIPOLYGON','POLYGONM','MULTIPOLYGONM') THEN 'POLYGON' END,
st_srid("the_geom") FROM (SELECT "the_geom" FROM ""."(SELECT
ghiaioni.ogc_fid, st_transform(ghiaioni.the_geom,
3004)::geometry(linestringz, 3004) as the_geom, ghiaioni.layer
   FROM ghiaioni
 WHERE st_xmin(the_geom) >= 2317035 and st_xmax(the_geom) <= 2330326
) AS ""subQuery_0""" WHERE "the_geom" IS NOT NULL LIMIT 100) AS t ha
restituito 7 [ERROR:  zero-length delimited identifier at or near 
LINE 1: ... st_srid("the_geom") FROM (SELECT "the_geom" FROM ""."(SELEC...
 ^
]
layer PostgreSQL non valido

***
What is that??

@haubourg

FASTSQLLayer plugin works great!
But It's in user-contributed plugin repo, not official, right?

what do you mean with
>If you just use WHERE clauses, you can use query builder directly. 
Which query builder? the one that is on the add postgis vector data? With
that I can only select item from a table, not execute query on geometry
column, right?

Thankyou all
Pietro



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/load-data-in-Qgis-by-a-query-on-geom-column-tp5011161p5011260.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread William Kyngesburye
Looks like a different error now, and one that might really be related to 
something wrong with pyspatialite.

If you installed QGIS/GDAL a while ago, you should update.  I did have a 
problem in the SQLite framework at one point where it wouldn't load the 
spatialite stuff.  Fixed in the latest frameworks.

On Oct 25, 2012, at 9:09 AM, Frazier, Tyler James wrote:

> When I try to load QGIS layers to SQLite using the plugin I get the following 
> error ... I assumed SQLite was installed as part of the GDAL bundle, but I 
> did that some time ago.
> 
> An error has occured while executing Python code:
> 
> Traceback (most recent call last):
>   File 
> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py",
>  line 64, in run
> if not self.parent.db.uploadQgisVectorLayer(layer, 
> tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
>   File 
> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
> line 249, in uploadQgisVectorLayer
> header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
> (%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
> values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for 
> value in values_perso]),commit=True)
>   File 
> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
> line 45, in executeQuery
> cursor.execute(query,params)
> IntegrityError: ea_r1.Geometry violates Geometry constraint [geom-type or 
> SRID not allowed]
> 
> Python version:
> 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) 
> [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
> 
> 
> QGIS version:
> 1.8.0-Lisboa Lisboa, 
> 
> Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
> '/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
> '/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
> '/Library/Python/2.7/site-packages/numpy-override', 
> '/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
> '/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
>  
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
>  
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
>  
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
> '/System/Library
 /Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']
> 
> 
> On Oct 25, 2012, at 3:31 PM, William Kyngesburye wrote:
> 
>> It looks like Tyler is on OS X.  My SQLite framework includes pyspatialite.  
>> If it was missing, wouldn't there be an python import error instead?
>> 
>> On Oct 25, 2012, at 6:50 AM, Noli Sicad wrote:
>> 
>>> Hi Tyler,
>>> 
>>> You need to install pyspatialite.
>>> 
>>> Find out first the version of your spatialtite and follow the
>>> instruction on how to install pyspatilate here.
>>> 
>>> http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html
>>> 
>>> Noli
>>> 
>>> On 10/25/12, Frazier, Tyler James  wrote:
 Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
 and get the following error -- not sure what to do?  Any suggestions?
 thanks! Ty
 
 An error has occured while executing Python code:
 
 Traceback (most recent call last):
 File
 "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", 
 line
 358, in importTxt
   self.app=ImportTxt(self)
 File
 "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py",
 line 30, in __init__
   self.ui.charsetList_CSV.insertItems(0, self.charset)
 TypeError: QComboBox.insertItems(int, QStringList): argument 2 has
 unexpected type 'list'
 
 Python version:
 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
 [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
 
 
 QGIS version:
 1.8.0-Lisboa Lisboa,
 
 Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python',
 '/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins',
>>>

[Qgis-user] Simulation of dam failure & mapping of flood risk downstream

2012-10-25 Thread laurent celati
Good afternoon,

I have to simulate an artificial dam failure & mapping of flood risk
downstream. I have already generate watershed file thanks to r.watershed.

Now i want to mapping and calculate flood risk downstream (water level /
volume /cubature) from a few available informations like charge,flow,etc.

Could you throw light for me please? If you know other tools and algorithms
that can help me in my study, don't hesitate.

Thank you in advance.

With kind regards. 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Simulation-of-dam-failure-mapping-of-flood-risk-downstream-tp5011265.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Error installing Qgis-dev using OSGEO4w

2012-10-25 Thread Alexandre Neto
I have

gdal15.dll, gdal18.dll and gdal19.dll in C:\OSGeo4W\bin.

I don't find any repeated files regarding gdal anywhere in my system drive.

On Thu, Oct 25, 2012 at 12:56 PM, Andreas Neumann wrote:

> Hi,
>
> are there perhaps two or more gdal dlls on your system? Can you check on
> your complete C drive and see if there are more dlls around for gdal?
> Sometimes this is the cause of such problems.
>
> Andreas
>
>
> On Thu, 25 Oct 2012 12:33:03 +0100, Alexandre Neto wrote:
>
>> Trying to install qgis-dev (1.9.0-93 or 1.9.0-93) using Osgeo4w
>> installer, in windows vista 32bit, gives me the attached error:
>>
>> Translating the best I can, it's something like:
>>
>>  "Not possible to find procedure entry point ...bla bla bla... in the
>> gdal19.dll dynamic library."
>>
>> Alexandre Neto
>>
>
> --
> --
> Andreas Neumann
> Böschacherstrasse 10A
> 8624 Grüt (Gossau ZH)
> Switzerland
> __**_
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/**mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with WMS Visualisation

2012-10-25 Thread Radim Blazek
On Thu, Oct 25, 2012 at 3:50 PM, Michael Werner Maur
 wrote:
> Hello,
>
> we provide many WMS. These WMS are supported by UMN Mapserver. In some of the
> concerning MAP-Files the Header-Marker 'EXTENT' has an smaller expansion than
> the 'EXTENT' of an individual layer of that WMS.
>
> The result is, that the given picture in QGis is cut to the size of the
> Header's extent.
>
> Is this really the correct interpretation of the WMS standard ? There are
> other GIS systems, that do not interpretate the standard in that way !

The standard says nothing (AFAICT) about a situation when the extent
reported in GetCapabilities is wrong (differ from layer extent). It is
simply server side problem IMO.

Definitely we are not going to support such a case because that would
mean to always request full current extent even if we are outside
(according to GetCapabilities) the layer extent.

Radim

> Here the URL of the WMS to test it :
>
> http://www.geoportal.rlp.de/mapbender/php/mod_showMetadata.php/../wms.php?layer_id=36465&PHPSESSID=847f2d5bfce485e9a7dcd93c74ce55b1&REQUEST=GetCapabilities&VERSION=1.1.1&SERVICE=WMS
>
>
> with best regards
> --
> Michael  Maur
>
> LANDESAMT FÜR VERMESSUNG UND GEOBASISINFORMATION RHEINLAND-PFALZ
>
> Ferdinand-Sauerbruch-Straße 15
> 56073 Koblenz
> Telefon 0261 492-152
> Telefax 0261 492-492
> michael.m...@vermkv.rlp.de
> www.lvermgeo.rlp.de
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread Frazier, Tyler James
Hi William, I notice the pyspatialite link Noli provided points the source back 
to your website for Mac OSX users.  If I did a complete uninstall/reinstall of 
QGIS and the GDAL framework shouldn't that fix the problem with pyspatialite?  
Thanks, Ty


On Oct 25, 2012, at 4:26 PM, William Kyngesburye wrote:

Looks like a different error now, and one that might really be related to 
something wrong with pyspatialite.

If you installed QGIS/GDAL a while ago, you should update.  I did have a 
problem in the SQLite framework at one point where it wouldn't load the 
spatialite stuff.  Fixed in the latest frameworks.

On Oct 25, 2012, at 9:09 AM, Frazier, Tyler James wrote:

When I try to load QGIS layers to SQLite using the plugin I get the following 
error ... I assumed SQLite was installed as part of the GDAL bundle, but I did 
that some time ago.

An error has occured while executing Python code:

Traceback (most recent call last):
 File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
   if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
 File "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
line 249, in uploadQgisVectorLayer
   header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
(%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for value 
in values_perso]),commit=True)
 File "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
line 45, in executeQuery
   cursor.execute(query,params)
IntegrityError: ea_r1.Geometry violates Geometry constraint [geom-type or SRID 
not allowed]

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']


On Oct 25, 2012, at 3:31 PM, William Kyngesburye wrote:

It looks like Tyler is on OS X.  My SQLite framework includes pyspatialite.  If 
it was missing, wouldn't there be an python import error instead?

On Oct 25, 2012, at 6:50 AM, Noli Sicad wrote:

Hi Tyler,

You need to install pyspatialite.

Find out first the version of your spatialtite and follow the
instruction on how to install pyspatilate here.

http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html

Noli

On 10/25/12, Frazier, Tyler James 
mailto:tyler.j.fraz...@tu-berlin.de>> wrote:
Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
and get the following error -- not sure what to do?  Any suggestions?
thanks! Ty

An error has occured while executing Python code:

Traceback (most recent call last):
File
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", line
358, in importTxt
 self.app=ImportTxt(self)
File
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importTxt/importTxt.py",
line 30, in __init__
 self.ui.charsetList_CSV.insertItems(0, self.charset)
TypeError: QComboBox.insertItems(int, QStringList): argument 2 has
unexpected type 'list'

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python',
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//pyth

Re: [Qgis-user] SQLite plugin

2012-10-25 Thread William Kyngesburye
Just GDAL Complete needs to be updated.

On Oct 25, 2012, at 11:06 AM, Frazier, Tyler James wrote:

> Hi William, I notice the pyspatialite link Noli provided points the source 
> back to your website for Mac OSX users.  If I did a complete 
> uninstall/reinstall of QGIS and the GDAL framework shouldn't that fix the 
> problem with pyspatialite?  Thanks, Ty
> 
> 
> On Oct 25, 2012, at 4:26 PM, William Kyngesburye wrote:
> 
>> Looks like a different error now, and one that might really be related to 
>> something wrong with pyspatialite.
>> 
>> If you installed QGIS/GDAL a while ago, you should update.  I did have a 
>> problem in the SQLite framework at one point where it wouldn't load the 
>> spatialite stuff.  Fixed in the latest frameworks.
>> 
>> On Oct 25, 2012, at 9:09 AM, Frazier, Tyler James wrote:
>> 
>>> When I try to load QGIS layers to SQLite using the plugin I get the 
>>> following error ... I assumed SQLite was installed as part of the GDAL 
>>> bundle, but I did that some time ago.
>>> 
>>> An error has occured while executing Python code:
>>> 
>>> Traceback (most recent call last):
>>>  File 
>>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py",
>>>  line 64, in run
>>>if not self.parent.db.uploadQgisVectorLayer(layer, 
>>> tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
>>>  File 
>>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
>>> line 249, in uploadQgisVectorLayer
>>>header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
>>> (%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
>>> values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for 
>>> value in values_perso]),commit=True)
>>>  File 
>>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
>>> line 45, in executeQuery
>>>cursor.execute(query,params)
>>> IntegrityError: ea_r1.Geometry violates Geometry constraint [geom-type or 
>>> SRID not allowed]
>>> 
>>> Python version:
>>> 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) 
>>> [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
>>> 
>>> 
>>> QGIS version:
>>> 1.8.0-Lisboa Lisboa, 
>>> 
>>> Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
>>> '/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
>>> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
>>> '/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
>>> '/Library/Python/2.7/site-packages/numpy-override', 
>>> '/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
>>> '/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
>>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
>>>  '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
>>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
>>>  
>>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
>>>  
>>> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
>>>  
>>> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
>>>  '/System/Libra
 ry/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']
>>> 
>>> 
>>> On Oct 25, 2012, at 3:31 PM, William Kyngesburye wrote:
>>> 
 It looks like Tyler is on OS X.  My SQLite framework includes 
 pyspatialite.  If it was missing, wouldn't there be an python import error 
 instead?
 
 On Oct 25, 2012, at 6:50 AM, Noli Sicad wrote:
 
> Hi Tyler,
> 
> You need to install pyspatialite.
> 
> Find out first the version of your spatialtite and follow the
> instruction on how to install pyspatilate here.
> 
> http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html
> 
> Noli
> 
> On 10/25/12, Frazier, Tyler James  wrote:
>> Hi, I was trying to load a QGIS layer into SQLite using the SQLite plugin
>> and get the following error -- not sure what to do?  Any suggestions?
>> thanks! Ty
>> 
>> An error has occured while executing Python code:
>> 
>> Traceback (most recent call last):
>> File
>> "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/QspatiaLiteApp.py", 
>> line
>> 358, in importTxt
>>  self.app=ImportTxt(self)
>> File
>> "/Users/tyfra

Re: [Qgis-user] Simulation of dam failure & mapping of flood risk downstream

2012-10-25 Thread Nick Kendall
Raster processing in grass?

Sent from my mobile device

On Oct 25, 2012, at 4:39 AM, laurent celati  
wrote:

> Good afternoon,
> 
> I have to simulate an artificial dam failure & mapping of flood risk
> downstream. I have already generate watershed file thanks to r.watershed.
> 
> Now i want to mapping and calculate flood risk downstream (water level /
> volume /cubature) from a few available informations like charge,flow,etc.
> 
> Could you throw light for me please? If you know other tools and algorithms
> that can help me in my study, don't hesitate.
> 
> Thank you in advance.
> 
> With kind regards. 
> 
> 
> 
> --
> View this message in context: 
> http://osgeo-org.1560.n6.nabble.com/Simulation-of-dam-failure-mapping-of-flood-risk-downstream-tp5011265.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQLite plugin

2012-10-25 Thread Frazier, Tyler James
I reinstalled GDAL complete, GSL and QGIS and reinstalled the plugins but it 
seems I'm getting the same error.  still not sure what to do?

An error has occured while executing Python code:

Traceback (most recent call last):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
249, in uploadQgisVectorLayer
header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
(%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for value 
in values_perso]),commit=True)
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
45, in executeQuery
cursor.execute(query,params)
IntegrityError: towns_r1.Geometry violates Geometry constraint [geom-type or 
SRID not allowed]

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']


On Oct 25, 2012, at 6:13 PM, William Kyngesburye wrote:

Just GDAL Complete needs to be updated.

On Oct 25, 2012, at 11:06 AM, Frazier, Tyler James wrote:

Hi William, I notice the pyspatialite link Noli provided points the source back 
to your website for Mac OSX users.  If I did a complete uninstall/reinstall of 
QGIS and the GDAL framework shouldn't that fix the problem with pyspatialite?  
Thanks, Ty


On Oct 25, 2012, at 4:26 PM, William Kyngesburye wrote:

Looks like a different error now, and one that might really be related to 
something wrong with pyspatialite.

If you installed QGIS/GDAL a while ago, you should update.  I did have a 
problem in the SQLite framework at one point where it wouldn't load the 
spatialite stuff.  Fixed in the latest frameworks.

On Oct 25, 2012, at 9:09 AM, Frazier, Tyler James wrote:

When I try to load QGIS layers to SQLite using the plugin I get the following 
error ... I assumed SQLite was installed as part of the GDAL bundle, but I did 
that some time ago.

An error has occured while executing Python code:

Traceback (most recent call last):
File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
  if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
File "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
line 249, in uploadQgisVectorLayer
  header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
(%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for value 
in values_perso]),commit=True)
File "/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", 
line 45, in executeQuery
  cursor.execute(query,params)
IntegrityError: ea_r1.Geometry violates Geometry constraint [geom-type or SRID 
not allowed]

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/

Re: [Qgis-user] SQLite plugin

2012-10-25 Thread Frazier, Tyler James
When I try to load a QGIS layer into the SQLite Database I get the following 
two errors

The SQL query seems to be invalid.  no such table: geometry_columns

This DataBase seems to be a valid SQLite DataBase but not a valid SpatiaLite One
Would you like QSpatiaLite to automatically transform it to SpatiaLite 
(information won't be lost) ?

If I say no to the transform, the import seems to work, but the tables don't 
appear in the plugin, just in the database manager (where I can see the records 
are correct).  If I say yes to the transform the tables appear, but they are 
empty.

Any ideas?  Maybe I should follow Nilo's suggestion regarding pyspatialite and 
the instructions at 
http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/python.html
  ???

On Oct 25, 2012, at 7:45 PM, Frazier, Tyler James wrote:

I reinstalled GDAL complete, GSL and QGIS and reinstalled the plugins but it 
seems I'm getting the same error.  still not sure what to do?

An error has occured while executing Python code:

Traceback (most recent call last):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
249, in uploadQgisVectorLayer
header,data=self.executeQuery("""INSERT INTO "%s" VALUES 
(%s,%s)"""%(tableName,','.join([unicode(value).encode('utf-8') for value in 
values_auto]),','.join('?'*len(values_perso))),tuple([unicode(value) for value 
in values_perso]),commit=True)
  File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/Classes/Database.py", line 
45, in executeQuery
cursor.execute(query,params)
IntegrityError: towns_r1.Geometry violates Geometry constraint [geom-type or 
SRID not allowed]

Python version:
2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]


QGIS version:
1.8.0-Lisboa Lisboa,

Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/tyfrazier/.qgis//python', '/Users/tyfrazier/.qgis//python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', 
'/Users/tyfrazier/Documents/workspace/frazier/simpop_accra/mapping/qgis_project']


On Oct 25, 2012, at 6:13 PM, William Kyngesburye wrote:

Just GDAL Complete needs to be updated.

On Oct 25, 2012, at 11:06 AM, Frazier, Tyler James wrote:

Hi William, I notice the pyspatialite link Noli provided points the source back 
to your website for Mac OSX users.  If I did a complete uninstall/reinstall of 
QGIS and the GDAL framework shouldn't that fix the problem with pyspatialite?  
Thanks, Ty


On Oct 25, 2012, at 4:26 PM, William Kyngesburye wrote:

Looks like a different error now, and one that might really be related to 
something wrong with pyspatialite.

If you installed QGIS/GDAL a while ago, you should update.  I did have a 
problem in the SQLite framework at one point where it wouldn't load the 
spatialite stuff.  Fixed in the latest frameworks.

On Oct 25, 2012, at 9:09 AM, Frazier, Tyler James wrote:

When I try to load QGIS layers to SQLite using the plugin I get the following 
error ... I assumed SQLite was installed as part of the GDAL bundle, but I did 
that some time ago.

An error has occured while executing Python code:

Traceback (most recent call last):
File 
"/Users/tyfrazier/.qgis//python/plugins/QspatiaLite/importQgis/importQgis.py", 
line 64, in run
  if not self.parent.db.uploadQgisVectorLayer(layer, 
tableName=self.tablenames[i], srid=self.srid, selected=self.selected):
File "/Users/tyfrazier/.qgis//python/plu

Re: [Qgis-user] Error installing Qgis-dev using OSGEO4w

2012-10-25 Thread Andre Joost
For a clean install, rename your existing C:\OSGeo4w folder, and make a 
new install in a new folder, with only qgis-dev selected in advanced 
installation.


HTH,
André Joost

Am 25.10.2012 17:14, schrieb Alexandre Neto:

I have

gdal15.dll, gdal18.dll and gdal19.dll in C:\OSGeo4W\bin.

I don't find any repeated files regarding gdal anywhere in my system drive.

On Thu, Oct 25, 2012 at 12:56 PM, Andreas Neumannwrote:


Hi,

are there perhaps two or more gdal dlls on your system? Can you check on
your complete C drive and see if there are more dlls around for gdal?
Sometimes this is the cause of such problems.

Andreas


On Thu, 25 Oct 2012 12:33:03 +0100, Alexandre Neto wrote:


Trying to install qgis-dev (1.9.0-93 or 1.9.0-93) using Osgeo4w
installer, in windows vista 32bit, gives me the attached error:

Translating the best I can, it's something like:

  "Not possible to find procedure entry point ...bla bla bla... in the
gdal19.dll dynamic library."

Alexandre Neto



--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
__**_
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/**mailman/listinfo/qgis-user





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] work with ECW file and custom CRS

2012-10-25 Thread Paolo Cavallini
Il 24/10/2012 18:43, Daniele Bonaposta ha scritto:
> Hi to everyone!
> first of all: I'm Daniele, a new qgis user and I'm glad to belong to
> this list!
>
> I need to display some satellite images in ecw format, I've read that
> is possible from qgis 1.8 but It looks like isn't true, besides qgis
> 1.7.4 on-line docs don't speaks about it... How I can display these
> images?
Depending on your OS, you'll probably have to install gdal-ecw and copy
the ecw dll (that you must acquire, or have on your system) in the osgeo
directory. Search the net for detailed updated instructions.
>
> The second question: Emilia-Romagna Region (Italy) adopt a reference
> system  ED50-UTM Zone 32N but with false north equal to
> -4.000.000,00 meters (the reason is save up server memory, but it
> does seem like a Ciad region rather than a Italy region!). It is hard
> to understand how make a custom coordinate reference system with
> dialog window, cause It needs a good knowledge of Proj.4 projection
> library... Is there a easy way to do a custom CRS?
I think the best is to ask them to distribute it (they are using QGIS,
so they have already solved this). It would be nice to ask them to put
these instructions on their public website.
However, I think tehy also distribute data and services in "normal" CRS.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] How to have a better QGIS: let's manage targeted donations

2012-10-25 Thread Paolo Cavallini
Hi all.
For the smooth and fast release of 2.0 to happen, we need some help from users.
We decided to fix at least:
- new symbology, replacing the old one
- new labelling, replacing the old one
- sextante
- new web site
- manuals completed in the new infrastructure.
Moreover, it is likely that we'll need some work to fix plugins, broken because 
of API changes.
We agreed in starting to handle targeted donations, with one of the several 
systems available (e.g. PledgeBank etc.; I've also seen the system recently 
introduced by Ubuntu [0]; nice but too invasive for my taste).
I do not have experience in any of those, so I would ask all of you to share 
your knowledge, experience, and preferences.
Also, I would greatly appreciate if someone would step in and help in the 
management of the system.
In the meantime, I would ask developers to check if they have time do complete 
one of more of the task, and estimate the necessary resources.
If we can tap on this, I am pretty sure our development cycle will improve, 
with benefits for all users, so please come and help.
All the best.

[0]http://www.ubuntu.com/download/desktop/questions?distro=desktop&bits=32&release=latest
 (thanks Matteo for pointing it out)

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user