Re: [Qgis-user] [Ubuntu] MrSID for QGIS 1.8 in Ubuntu Precise

2012-09-13 Thread Hamish
Pedro wrote:
> Does anyone know when Ubuntugis-Unstable will realease libgdal-MrSID for
> Ubuntu Precise? Or is there another way to get support for MrSID files?

see the text in bold at  http://gdal.org/frmt_mrsid.html


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


[Qgis-user] String length in the Query Builder

2012-09-13 Thread Zirneklitis

Hi,

Is it possible to determine the length of a text string in the Query 
Builder?


I want to create filter for a shape file to show only those records 
where the given content of the field is more than 3 characters. The 
standard SQL functions LENGTH or LEN ar not recognized by QGIS. :(


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


Re: [Qgis-user] shell script problem

2012-09-13 Thread Kirk Wythers
My apologies. I didn't realize I had posted to the egis list. This was intended 
for the grass list. I discovered the problem earlier today. It turned out to be 
a meta character that was not showing up in my text editor. Looks it is time to 
go back to vi… pain to use, but shows all weird characters that, for some 
reason, emacs did not. 


Best,

Kirk

> On Sep 13, 2012 3:33 PM, "Kirk Wythers"  wrote:
> I am perplexed by some odd scripting behavior and am hoping that someone can 
> point out the (probably stupid) mistake I am making.
> 
> I use a simple for loop with g.mlist an r.what to query some climate data. I 
> have run this script before and never had any trouble with it. However, today 
> I notice that it is returning fewer data points from my climate data than the 
> number of coordinates that I am querying. For example I have a file "coords" 
> that contains 8973 lines of coordinates. This should return 8973 lines of 
> data from grass. However, the script is returning 8925 lines of data. I'm not 
> getting any errors and can think of no reason the script should behave this 
> way.
> 
> Any ideas?
> 
> 
> 
> Here is a copy of my shell script
> 
> #!/bin/bash
> 
> #test to see if script is being run from GRASS
> 
> if test "$GISBASE" = ""; then
> echo "You must be in GRASS to run this program"
> exit
> fi
> 
> # Use input text file for coords in the format: lon lat (easting northing) 
> single
> # space between coords. Example: -98.42072 55.91481. Must use real 
> coordinates, no blanks.
> # Script will create file for each $MAP in the list. g.mlist can also take 
> the "pattern"
> # argument which takes regular expressions. For example: pattern="*" returns 
> all
> # maps in the database.
> 
> for MAP in `g.mlist type=rast pattern="HIST_bio_12"`; do
> r.what --verbose input="$MAP" < ~/Desktop/worldclim/coords > 
> ~/Desktop/worldclim/"$MAP".txt;
> 
> echo "$MAP"
> 
> done
> ___
> 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] point sampling tool not showing up

2012-09-13 Thread Ross, Kenton W. (LARC)[Science Systems & Applications Inc (LaRC DEVELOP)]
Hi,

I just installed QGIS 1.8 using the Windows stand-alone installer. I want to 
use the Point Sampling Tool plugin, but it does not show up in the QGIS 
Official Plugin Repository. Shouldn't I see it?

I downloaded a zipped version and installed it locally, but I would rather get 
it from a repository, so it will be easier to use around my organization.

Thanks,
--Kent Ross


Kenton Ross
Science Advisor
Science Systems and Applications, Inc.
DEVELOP National Program Office
Office: 757.864.3595


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


Re: [Qgis-user] Report bad translations (English to Swedish)

2012-09-13 Thread Werner Macho
On 09/13/2012 03:48 PM, Johan Nilsson wrote:
> Hi.
> Have mostly used English QGIS, but have now installed a swedish
> version on Ubuntu 12.04.
> I have now found that "Remove" in the  layer-panel, have being
> translated to "Erase" (Radera), and that are not good and may confuse
> users. Where do I report translation error?
> /Cheers
Hi!

You are more than welcome to join the translation efforts.
All you need to do is download
https://github.com/qgis/Quantum-GIS/raw/master/i18n/qgis_sv.ts

Download Qt-Linguist for your operating system - open the downloaded
file with linguist and search for any mistakes or typos inside..
Then either create a account on github and make a pull request for
changes (hard way) or just send the newly created .ts file to me - I'll
check it for you and commit it to the repository ..

Thanks a lot!

kind regards
Werner


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


Re: [Qgis-user] Report bad translations (English to Swedish)

2012-09-13 Thread Alexander Bruy
Hi,

all errors and feature requests are reported at hub.qgis.org. Just select right
category for it

2012/9/13 Johan Nilsson :
> Hi.
> Have mostly used English QGIS, but have now installed a swedish version on
> Ubuntu 12.04.
> I have now found that "Remove" in the  layer-panel, have being translated to
> "Erase" (Radera), and that are not good and may confuse users. Where do I
> report translation error?
> /Cheers

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


[Qgis-user] Report bad translations (English to Swedish)

2012-09-13 Thread Johan Nilsson
Hi.
Have mostly used English QGIS, but have now installed a swedish version on
Ubuntu 12.04.
I have now found that "Remove" in the  layer-panel, have being translated
to "Erase" (Radera), and that are not good and may confuse users. Where do
I report translation error?
/Cheers
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] shell script problem

2012-09-13 Thread Kirk Wythers
I am perplexed by some odd scripting behavior and am hoping that someone can 
point out the (probably stupid) mistake I am making. 

I use a simple for loop with g.mlist an r.what to query some climate data. I 
have run this script before and never had any trouble with it. However, today I 
notice that it is returning fewer data points from my climate data than the 
number of coordinates that I am querying. For example I have a file "coords" 
that contains 8973 lines of coordinates. This should return 8973 lines of data 
from grass. However, the script is returning 8925 lines of data. I'm not 
getting any errors and can think of no reason the script should behave this way.

Any ideas?



Here is a copy of my shell script

#!/bin/bash

#test to see if script is being run from GRASS

if test "$GISBASE" = ""; then
echo "You must be in GRASS to run this program"
exit
fi

# Use input text file for coords in the format: lon lat (easting northing) 
single 
# space between coords. Example: -98.42072 55.91481. Must use real coordinates, 
no blanks. 
# Script will create file for each $MAP in the list. g.mlist can also take the 
"pattern"
# argument which takes regular expressions. For example: pattern="*" returns 
all 
# maps in the database.

for MAP in `g.mlist type=rast pattern="HIST_bio_12"`; do
r.what --verbose input="$MAP" < ~/Desktop/worldclim/coords > 
~/Desktop/worldclim/"$MAP".txt;

echo "$MAP"

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


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-13 Thread Quintin Landman
Hi,

I did not log this as a Value Tool 0.4.4 problem, I merely replied on the reply 
I got after I emailed the issue to qgis-user@lists.osgeo.org.
My subject for the initial email was "QGIS v1.8.0 Installation Questions".

Regards


-Original Message-
From: Etienne Tourigny [mailto:etourigny@gmail.com]
Sent: 13 September 2012 03:25 PM
To: Quintin Landman
Cc: agustin.l...@ictja.csic.es; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Value Tool 0.4.4 problems

Hi,

this problem has nothing to due with the value tool plugin...

On Thu, Sep 13, 2012 at 10:14 AM, Quintin Landman  wrote:
> Hi,
>
> Thank you for the feedback, but I don't think this is the same problem, QGIS 
> installed successfully on my side on a Windows XP computer, but when trying 
> to open OSGeo4W, MSYS and GRASS GIS I get the following bat file errors, see 
> attached screenshots.
>
> Regards
>
> -Original Message-
> From: qgis-user-boun...@lists.osgeo.org
> [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Agustin Lobo
> Sent: 13 September 2012 03:10 PM
> To: Etienne Tourigny
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Value Tool 0.4.4 problems
>
> Yes, and this is actually
> http://hub.qgis.org/issues/6093
> which I had solved. By some reason I got python-matplotlib 0.99.1.2 installed 
> again and masking the matplotlib1.1.0 that I had installed.
>
> Just to note in the passing, the current version python-matplotlib 1.1.1 
> requires numpy > 1.4 (which is not available for ubuntu 10.04) So it seems 
> it' s time to leave this excellent distro behind...
>
> Agus
>
> On Wed, Sep 5, 2012 at 3:09 PM, Etienne Tourigny  
> wrote:
>> matplotlib plotting requires matplotlib >= 1.0
>>
>> On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo  wrote:
>>> Clean install and clean qgis stratup.
>>> The plugin works, but I only have qwt greyed, cannot change to matplotlib.
>>> (on linux ubuntu 10.04)
>>>
>>> Agus
>>>
>>> On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
>>>  wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX
 users, but the qwt5 plotting is recommended because of slow
 rendering with matplotlib. If anyone can help fix that, please send me an 
 email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini  
 wrote:
> Il 05/09/2012 10:01, Agustin Lobo ha scritto:
>> Hi!
>>
>> At installing ValueTool 0.4.4 I get:
>> An error has occured while executing Python code:
>
> see: http://hub.qgis.org/issues/6304 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 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
>
> 
>
> --
> 
> Tshwane University of Technology
> --
>  This email is sent and received in terms of the
> Electronic Communications Policy of Tshwane University of Technology.
> In line with this policy, this email is private, privileged and
> confidential. The full text of the Electronic Mail Disclaimer can be
> seen on the TUT web site at
> http://www.tut.ac.za/Other/disclaimer/Pages/default.aspx
> or obtained by phoning (012) 382-5911



--
Tshwane University of Technology
--
This email is sent and received in terms of the Electronic
Communications Policy of Tshwane University of Technology.
In line with this policy, this email is private, privileged and
confidential. The full text of the Electronic Mail Disclaimer
can be seen on the TUT web site at
http://www.tut.ac.za/Other/disclaimer/Pages/default.aspx
or obtained by phoning (012) 382-5911
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-13 Thread Etienne Tourigny
Hi,

this problem has nothing to due with the value tool plugin...

On Thu, Sep 13, 2012 at 10:14 AM, Quintin Landman  wrote:
> Hi,
>
> Thank you for the feedback, but I don't think this is the same problem, QGIS 
> installed successfully on my side on a Windows XP computer, but when trying 
> to open OSGeo4W, MSYS and GRASS GIS I get the following bat file errors, see 
> attached screenshots.
>
> Regards
>
> -Original Message-
> From: qgis-user-boun...@lists.osgeo.org 
> [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Agustin Lobo
> Sent: 13 September 2012 03:10 PM
> To: Etienne Tourigny
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Value Tool 0.4.4 problems
>
> Yes, and this is actually
> http://hub.qgis.org/issues/6093
> which I had solved. By some reason I got python-matplotlib 0.99.1.2 installed 
> again and masking the matplotlib1.1.0 that I had installed.
>
> Just to note in the passing, the current version python-matplotlib 1.1.1 
> requires numpy > 1.4 (which is not available for ubuntu 10.04) So it seems 
> it' s time to leave this excellent distro behind...
>
> Agus
>
> On Wed, Sep 5, 2012 at 3:09 PM, Etienne Tourigny  
> wrote:
>> matplotlib plotting requires matplotlib >= 1.0
>>
>> On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo  wrote:
>>> Clean install and clean qgis stratup.
>>> The plugin works, but I only have qwt greyed, cannot change to matplotlib.
>>> (on linux ubuntu 10.04)
>>>
>>> Agus
>>>
>>> On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
>>>  wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX users,
 but the qwt5 plotting is recommended because of slow rendering with
 matplotlib. If anyone can help fix that, please send me an email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini  
 wrote:
> Il 05/09/2012 10:01, Agustin Lobo ha scritto:
>> Hi!
>>
>> At installing ValueTool 0.4.4 I get:
>> An error has occured while executing Python code:
>
> see: http://hub.qgis.org/issues/6304 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 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
>
> 
>
> --
> Tshwane University of Technology
> --
> This email is sent and received in terms of the Electronic
> Communications Policy of Tshwane University of Technology.
> In line with this policy, this email is private, privileged and
> confidential. The full text of the Electronic Mail Disclaimer
> can be seen on the TUT web site at
> http://www.tut.ac.za/Other/disclaimer/Pages/default.aspx
> or obtained by phoning (012) 382-5911
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-13 Thread Agustin Lobo
Yes, and this is actually
http://hub.qgis.org/issues/6093
which I had solved. By some reason I got python-matplotlib 0.99.1.2 installed
again and masking the matplotlib1.1.0 that I had installed.

Just to note in the passing, the current version python-matplotlib 1.1.1
requires numpy > 1.4 (which is not available for ubuntu 10.04)
So it seems it' s time to leave this excellent distro behind...

Agus

On Wed, Sep 5, 2012 at 3:09 PM, Etienne Tourigny
 wrote:
> matplotlib plotting requires matplotlib >= 1.0
>
> On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo  wrote:
>> Clean install and clean qgis stratup.
>> The plugin works, but I only have qwt greyed, cannot change to matplotlib.
>> (on linux ubuntu 10.04)
>>
>> Agus
>>
>> On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
>>  wrote:
>>> Hi I have just uploaded 0.4.5 which solves the issue.
>>>
>>> Please not that matplotlib support has been added for MAC OSX users,
>>> but the qwt5 plotting is recommended because of slow rendering with
>>> matplotlib. If anyone can help fix that, please send me an email.
>>>
>>> Etienne
>>>
>>> On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini  
>>> wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
> Hi!
>
> At installing ValueTool 0.4.4 I get:
> An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304
 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 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] MrSID for QGIS 1.8 in Ubuntu Precise

2012-09-13 Thread Etienne Tourigny
Hi

you should probably ask that question on the ubuntu mailing list
(forwarded there).

Etienne

On Thu, Sep 13, 2012 at 8:28 AM, Pedro Ferreira  wrote:
> Does anyone know when Ubuntugis-Unstable will realease libgdal-MrSID for
> Ubuntu Precise? Or is there another way to get support for MrSID files?
> Best regards
> --
> Pedro Ferreira
>
> ___
> 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] MrSID for QGIS 1.8 in Ubuntu Precise

2012-09-13 Thread Pedro Ferreira
Does anyone know when Ubuntugis-Unstable will realease libgdal-MrSID for 
Ubuntu Precise? Or is there another way to get support for MrSID files?

Best regards
--
*Pedro Ferreira*
<>___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] QuickWKT not working in QGIS Master?

2012-09-13 Thread Nick Hopton
Could someone confirm that the QuickWKT plug-in isn't working in QGIS 1.9,
under both Ubuntu and Windows? Test polygon below, it's EPSG:27700 if QGIS
asks. 

POLYGON((448609.94 119686.73,448567.98
119730.70,448569.50 119732.00,448581.80
119741.00,448591.50 119747.60,448600.90
119753.70,448623.90 119767.50,448637.20
119775.30,448642.20 119778.40,448644.70
119779.70,448649.40 119781.60,448657.60
119784.20,448660.40 119784.90,448663.60
119785.50,448666.10 119785.80,448671.60
119785.90,448680.80 119785.20,448696.20
119783.60,448723.60 119780.40,448725.80
119780.70,448730.70 119781.90,448737.50
119783.90,448744.10 119786.10,448757.20
119790.90,448767.30 119794.90,448784.90
119802.60,448794.40 119806.50,448805.40
119811.20,448816.40 119816.70,448824.20
119820.90,448832.50 119825.20,448839.30
119818.40,448847.90 119791.60,448850.50
119778.10,448852.20 119768.20,448821.50
119769.40,448810.00 119769.60,448800.60
119769.50,448774.40 119767.50,448760.20
119760.80,448709.20 119741.70,448653.40
119721.60,448645.30 119718.20,448641.00
119715.90,448635.40 119712.00,448634.70
119711.50,448630.00 119707.60,448622.60
119701.20,448620.40 119699.00,448613.40
119691.00,448609.94 119686.73))

Works in 1.8 under Windows.

Nick.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/QuickWKT-not-working-in-QGIS-Master-tp5001680.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