Re: [Qgis-user] global name 'false' is not defined

2012-06-26 Thread Victor Olaya
> Dear all,
> I want to execute the tool "Add grid values to shape" from the Saga tool
> box shapes - grid.
> I have a polygon theme and a raster data set as geotiff.
> The msg-box gives me  " global name 'false' is not defined ".
> Does anybody have an idea how to handle that issue?
> Thanks in advance
> Dieter

That bug should be fixed in the 1.0.6 version that i hope to release
soon (there has been some problems with the release system...).
Otherwise, you can use the SVN version. It is a bit more tricky, but
the bug is fixed there. If not, just wait a couple of days and
hopefully the new version of SEXTANTE will be released.

Regards

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


[Qgis-user] global name 'false' is not defined

2012-06-26 Thread Dietrich Heintz
Dear all,
I want to execute the tool "Add grid values to shape" from the Saga tool
box shapes - grid.
I have a polygon theme and a raster data set as geotiff.
The msg-box gives me  " global name 'false' is not defined ".
Does anybody have an idea how to handle that issue?
Thanks in advance
Dieter
-- 
*

Dietrich Heintz

Kronenbergstrasse 7

CH-8800 Thalwil

Privat +41 43 540 90 71

Mobil: +41 79 449 31 43

Büro: +41 44 285 95 63

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


Re: [Qgis-user] QGIS 1.8.0 Required Repositories

2012-06-26 Thread Etienne Tourigny
You probably overlooked these instructions, which are written in the
download page (where I assume you got the repos. information)

To add the the qgis.org repository public key to your apt keyring, type:

gpg --keyserver keyserver.ubuntu.com --recv 1F9ADD375CA44993
gpg --export --armor 1F9ADD375CA44993 | sudo apt-key add -

On Tue, Jun 26, 2012 at 3:42 PM, Paul Shapley  wrote:
> Hi All,
>
> I'm confused about which repositories are required to have a fully
> functioning QGIS 1.8.0 including GDAL 1.9.0 (on Ubuntu 12.04). I currently
> have the following in the 'sources.list'.
>
> deb http://qgis.org/debian precise main
> deb-src http://qgis.org/debian precise main
> deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu precise
> main
>
> Also get an error:
>
> W: GPG error: http://qgis.org precise Release: The following signatures
> couldn't be verified because the public key is not available: NO_PUBKEY
> 1F9ADD375CA44993
>
> Could someone explain the PUBKEY error for me.
>
> Many thanks,
>
> --
> Paul J. Shapley
>
> ___
> 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] QGIS 1.8.0 Required Repositories

2012-06-26 Thread Paul Shapley
Hi All,

I'm confused about which repositories are required to have a fully
functioning QGIS 1.8.0 including GDAL 1.9.0 (on Ubuntu 12.04). I currently
have the following in the 'sources.list'.

deb http://qgis.org/debian precise main
deb-src http://qgis.org/debian precise main
deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu precise
main

Also get an error:

W: GPG error: http://qgis.org precise Release: The following signatures
couldn't be verified because the public key is not available: NO_PUBKEY
1F9ADD375CA44993

Could someone explain the PUBKEY error for me.

Many thanks,

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


Re: [Qgis-user] mmqgis plugin error

2012-06-26 Thread Sindile Bidla
There is a conflict between the mmqgis and sextante plugin as per this
discussion
http://osgeo-org.1560.n6.nabble.com/mmqgis-plugin-broken-td4681170.html

Uninstalling the sextante plugin and installing mmqgis seems to be a
solution.
On Jun 26, 2012 12:57 PM, "Harish"  wrote:

> When I tried to install mmqgis plugin the following message appeared:
>
> The plugin seems to be invalid or have unfulfilled dependencies.It has
> been installed by can't be loaded. If you really need this plugin, you can
> contact its author or QGIS Users Group and try to solve the problem, if not
> you can just uninstall it. Here is the error message below:
>
> The plugin is broken. Python said:
> 'module object has no attribute 'classFactory'
>
> Using QGIS 1.8 on XP.
>
>
> --
> Harish Kumar Solanki, Assistant Professor
> National Institute of Rural Development (NIRD), MoRD, GoI
> Jaipur, INDIA- 302006
>
>
> ___
> 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] QGIS 1.8.0 Issues on Ubuntu 12.04

2012-06-26 Thread Giovanni Manghi

> What surprise me is that, the GDAL version used is 1.7.4 while its
> 1.9.1 in Windows.
> 
if you use the ubuntugis repository then qgis is compiled against gdal
1.9, that is the version available in the same repo.

In the standard ubutnu repositories gdal is still at 1.7.4, and there is
a nightly build that uses it (but there is also a nightly build repo
that uses the ubuntugis packages).

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


Re: [Qgis-user] QGIS 1.8.0 Issues on Ubuntu 12.04

2012-06-26 Thread Alex Mandel
If you want newer GDAL you have to install using the Ubuntugis PPA not
the qgis.org one.

Thanks,
Alex

On 06/26/2012 09:08 AM, Ted wrote:
> Yes,
> 
> been having some issues with the QGIS 1.8 on Ubuntu 12.04
> 
> What surprise me is that, the GDAL version used is 1.7.4 while its 1.9.1 in
> Windows.
> 
> Hope someone can help.
> 
> Another issue was, the dropdown scale setting. Someone promised to fix that
> in final release , not sure if that was done.
> 
> 
> Thanks
> 
> Ted.
> 
> 
> 
> 
> On Mon, Jun 25, 2012 at 5:41 PM, Paul Shapley  wrote:
> 
>> Hi Users,
>>
>> Are any other users getting similar problems to me?. All of which worked
>> in 1.7.4 on ubuntu 12.04.
>>
>>
>>- Opening older project files crash QGIS 1.8.0?
>>- Setting the CRS to EPSG: 27700 (OSGB/36) causes 1.8 to crash?
>>- adding a PostGIS layer causing a crash?
>>- qgis_mapserv.fcgi - Now have '500 internal server errors' in browser.
>>- WMS setup from a QGIS project no longer works.
>>
>> repository used was:
>>
>> deb   http://qgis.org/debian precise main
>> deb-src http://qgis.org/debian precise main
>>
>> compiled against GDAL/OGR 1.7.3
>>
>> --
>> Paul J. Shapley
>>
>> ___
>> 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] QGIS 1.8.0 Issues on Ubuntu 12.04

2012-06-26 Thread Ted
Yes,

been having some issues with the QGIS 1.8 on Ubuntu 12.04

What surprise me is that, the GDAL version used is 1.7.4 while its 1.9.1 in
Windows.

Hope someone can help.

Another issue was, the dropdown scale setting. Someone promised to fix that
in final release , not sure if that was done.


Thanks

Ted.




On Mon, Jun 25, 2012 at 5:41 PM, Paul Shapley  wrote:

> Hi Users,
>
> Are any other users getting similar problems to me?. All of which worked
> in 1.7.4 on ubuntu 12.04.
>
>
>- Opening older project files crash QGIS 1.8.0?
>- Setting the CRS to EPSG: 27700 (OSGB/36) causes 1.8 to crash?
>- adding a PostGIS layer causing a crash?
>- qgis_mapserv.fcgi - Now have '500 internal server errors' in browser.
>- WMS setup from a QGIS project no longer works.
>
> repository used was:
>
> deb   http://qgis.org/debian precise main
> deb-src http://qgis.org/debian precise main
>
> compiled against GDAL/OGR 1.7.3
>
> --
> Paul J. Shapley
>
> ___
> 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] Raster classification pixels

2012-06-26 Thread Rodrigo Moreira Maia
Good morning friends of the community.
I have a problem here .. I have a great scene and I need to identify
bodies of water in it ..
I score it is possible some bodies in qgis raster and identify others
in the image and generate a polygon on these bodies of water
apparent??
Thank you already
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] QGIS 1.8.0 Lisboa

2012-06-26 Thread Paul Shapley
Hi Users,

Are there any users out there on Ubuntu 12.04 getting the following
issues... would love to know how these are resolved.


   - Opening project files (created in 1.7.4) crashing QGIS 1.8 on opening?
   - Selecting EPSG:27700 (Ordnance Survey GB) crashing QGIS 1.8?
   - Couldn't load PyQGIS error on startup?
   - Problems with 3D globe plugin (not showing anything but a black space)
   then have to force quit and plugin seems to overwrite the 'file' and 'edit'
   menus?
   - Problem with QGIS_Mapserv.fcgi will not show any images in a web
   browser (500 Internal Server Error).
   - WMS not connecting 'Download of capabilities failed'.

I've downloaded the QGIS libraries from:

deb  http://qgis.org/debian precise main
deb-src


-- 
Paul J. Shapley



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


Re: [Qgis-user] Updating DBF with Field calculator

2012-06-26 Thread Philippe de FRANCLIEU
Hello Leyan,

Thanks for the reply.

I'd like to report areas in hectares, perimeters and centroid cordinates in 
meters.
Length will probably default to the project Layer units, or the CRS.
Units for length might be feet, meters, yards, etc. to report the perimeter of 
a polygon.
Units for area might be acres, hectares, square meters, square feet, etc. but 
will default again to the project Layer units or the CRS

I'll have to create some fields and layers and make calculations as far as I 
understand it.

Philippe de FRANCLIEU

-Message d'origine-
De : 欧阳乐岩 [mailto:ouyang.le...@hotmail.com] 
Envoyé : mardi 26 juin 2012 14:04
À : p...@parcellesetpolygones.fr
Objet : Re: [Qgis-user] Updating DBF with Field calculator



On 06/26/2012 06:16 PM, Philippe de FRANCLIEU wrote:
> Hi all,
> I 've created an Intersection layer with two shapefile layers (polygons).
> I now want to update the new database (DBF) and feed 4 new fields, say 
> IN_AREA, IN_PERIM, IN_X and IN_Y :
> 1) I wish I could specify the units. How could I?
> 2) The length button (Operators / 1.7.3) remains greyed-out though 
> $perimeter as Field calculator expression seems to work.
> 3) $x and $y return NULL's : how do I extract X's and Y's of centroïds 
> and feed IN_X and IN_Y?
> Using 1.7.3 and 1.8 on Windows 7x64.
> Thanks in advance for your help.
> Regards.
> Philippe de FRANCLIEU
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>

As far as I know, you cannot change the units. It is meter.

Concerning the operators, only perimeter and area make sense for a polygon 
layer. For coordinates of centroids, you can create said centroids as a point 
layer (using ftools, vector->Geometry 
tools->Polygon centroid), calculate their coordinates and link them back
to the polygon.

About the length, what do you want to calculate?

Leyan

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


Re: [Qgis-user] Encoding problem in QGIS 1.8

2012-06-26 Thread Etienne Tourigny
More information here:

http://hub.qgis.org/issues/5255

It seems that there is a simple fix that can be applied to the gdal
build in osgeo4w - this should be resolved soon.

Etienne

On Tue, Jun 26, 2012 at 8:59 AM, Alexander Bruy
 wrote:
> Yes, this issue affects QGIS compiled against GDAL >= 1.9.0
>
> 2012/6/26 Micha Silver :
>> Yes, this is certainly a show-stopper.
>> Will downgrading to gdal 1.8 overcome the problem?
>> --
>> Micha
>>
>> B.
>
> --
> Alexander Bruy
> ___
> 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] Encoding problem in QGIS 1.8

2012-06-26 Thread Alexander Bruy
Yes, this issue affects QGIS compiled against GDAL >= 1.9.0

2012/6/26 Micha Silver :
> Yes, this is certainly a show-stopper.
> Will downgrading to gdal 1.8 overcome the problem?
> --
> Micha
>
> B.

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


Re: [Qgis-user] Encoding problem in QGIS 1.8

2012-06-26 Thread Micha Silver

  
  
On 26/06/2012 11:06, Błażej Zamojski
  wrote:


  Thanks, I'll check does it work, but it doesn't solve the problem. It will be a serious obstacle for upgrade and could discourage people.



Yes, this is certainly a show-stopper. 
Will downgrading to gdal 1.8 overcome the problem? 
-- 
Micha


  
B.





-- 
Micha Silver
052-3665918

  

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


[Qgis-user] mmqgis plugin error

2012-06-26 Thread Harish
When I tried to install mmqgis plugin the following message appeared:

The plugin seems to be invalid or have unfulfilled dependencies.It has been
installed by can't be loaded. If you really need this plugin, you can
contact its author or QGIS Users Group and try to solve the problem, if not
you can just uninstall it. Here is the error message below:

The plugin is broken. Python said:
'module object has no attribute 'classFactory'

Using QGIS 1.8 on XP.


-- 
Harish Kumar Solanki, Assistant Professor
National Institute of Rural Development (NIRD), MoRD, GoI
Jaipur, INDIA- 302006
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Updating DBF with Field calculator

2012-06-26 Thread Philippe de FRANCLIEU
Hi all,
 
I 've created an Intersection layer with two shapefile layers (polygons).
I now want to update the new database (DBF) and feed 4 new fields, say
IN_AREA, IN_PERIM, IN_X and IN_Y :
1) I wish I could specify the units. How could I?
2) The length button (Operators / 1.7.3) remains greyed-out though
$perimeter as Field calculator expression seems to work.
3) $x and $y return NULL's : how do I extract X's and Y's of centroïds and
feed IN_X and IN_Y?
 
Using 1.7.3 and 1.8 on Windows 7x64.
Thanks in advance for your help.
 
Regards.
 
Philippe de FRANCLIEU
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Encoding problem in QGIS 1.8

2012-06-26 Thread Błażej Zamojski
Thanks, I'll check does it work, but it doesn't solve the problem. It will be a 
serious obstacle for upgrade and could discourage people.

B.

-Original Message-
From: Alexander Bruy [mailto:alexander.b...@gmail.com] 
Sent: Monday, June 25, 2012 7:46 PM
To: blazej.zamoj...@rdos.krakow.pl
Subject: Re: [Qgis-user] Encoding problem in QGIS 1.8

Hi,

you can try custom build from NextGIS [0] where this problem solved.

[0] http://nextgis.ru/en/nextgis-qgis/

2012/6/25  :
> Hi
> I'm trying a workaround for problems with non-latin characters in QGIS 1.8
> (http://ssrebelious.blogspot.com/2012/03/qgis-and-gdal19-encoding-issue.html)
> on WinXP 32-bit, but this solution is not working. Do you know any other way
> for that? I know this is GDAL issue, but it is very important for QGIS users
> to have it repaired. Is there any chance for that? I want to upgrade in my
> institution to 1.8 but without polish letters it will be impossible. Maybe
> there is possibility to compile 1.8 with older GDAL version? I will
> appreciate any help.
>
> blazej

-- 
Alexander Bruy

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