Re: [Qgis-user] QGIS - gdal

2014-03-03 Thread Alex Mandel
I suspect its an ld path configuration issue. Similar to this but with GDAL
http://hub.qgis.org/issues/5859

Thanks,
Alex

On 03/03/2014 11:50 PM, Paulo van Breugel wrote:
> Hi Matt,
> 
> Yes I did, no luck. I now also installed QGIS and gdal using the
> ubuntugis ppa, and that works. But I still would like to get this to
> work to be able to use/test the QGIS development version.
> 
> Paulo
> 
> 
> On Tue 04 Mar 2014 04:08:30 AM CET, Matt Boyd wrote:
>> Hi Paulo,
>> I'm a little out of practice configuring gdal in linux, but I vaguely
>> recall doing something like this a while ago, my apologies if this is
>> a too obvious.
>> Have you looked at the gdal tool settings in the raster menu of qgis?
>>
>> Matt
>>
>>
>> On Mon, Mar 3, 2014 at 9:41 PM, Paulo van Breugel
>> mailto:p.vanbreu...@gmail.com>> wrote:
>>
>> Hi I am running QGIS master on Ubuntu 13.10. All runs fine, except
>> for any function  that relies on gdal (raster menu or the gdal
>> functions in the processing toolbox). The functions work without
>> problem on the command line, but QGIS cannot find gdal it seems.
>>
>> I compiled QGIS with the following gdal settings:
>>
>>   * GDAL_CONFIG = /usr/local/gdal1.10/bin/gdal-config
>>   * GDAL_CONFIG_PREFER_FWTOOLS_PATH = /bin_safe
>>   * GDAL_CONFIG_PREFER_PATH = /bin
>>   * GDAL_INCLUDE_DIR = /usr/local/gdal1.10/include
>>   * GDAL_LIBRARY = /usr/local/gdal1.10/lib/libgdal.so
>>
>> I am actually not sure about the 2nd and 3rd.  Are those settings
>> correct?
>>
>> I compiled gdal 1.10 from source in /usr/local/gdal and tried all
>> the following:
>>
>>   * added a gdal.conf file with the gdal lib path in the
>> etc/ld.so.conf.d folder (ran ldconfig)
>>   * created a softlink of the usr/local/gdal1.10/bin folder in
>> /usr/bin
>>   * defined gdal paths in /home/paulo/.bashrc by adding the line:
>> export PATH=$PATH:/usr/local/gdal1.10/bin
>>   * created executable file libraries.sh in /etc/profile.d with
>> the lines
>>   o #!/bin/sh
>>   o
>> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/lib:/usr/local/lib:/usr/local/gdal1.10/lib"
>>
>>   o export LD_LIBRARY_PATH
>>
>> Any idea what to do next?
>>
>> Paulo
>>
>> ___
>> 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 - gdal

2014-03-03 Thread Paulo van Breugel

Hi Matt,

Yes I did, no luck. I now also installed QGIS and gdal using the 
ubuntugis ppa, and that works. But I still would like to get this to 
work to be able to use/test the QGIS development version.


Paulo


On Tue 04 Mar 2014 04:08:30 AM CET, Matt Boyd wrote:

Hi Paulo,
I'm a little out of practice configuring gdal in linux, but I vaguely
recall doing something like this a while ago, my apologies if this is
a too obvious.
Have you looked at the gdal tool settings in the raster menu of qgis?

Matt


On Mon, Mar 3, 2014 at 9:41 PM, Paulo van Breugel
mailto:p.vanbreu...@gmail.com>> wrote:

Hi I am running QGIS master on Ubuntu 13.10. All runs fine, except
for any function  that relies on gdal (raster menu or the gdal
functions in the processing toolbox). The functions work without
problem on the command line, but QGIS cannot find gdal it seems.

I compiled QGIS with the following gdal settings:

  * GDAL_CONFIG = /usr/local/gdal1.10/bin/gdal-config
  * GDAL_CONFIG_PREFER_FWTOOLS_PATH = /bin_safe
  * GDAL_CONFIG_PREFER_PATH = /bin
  * GDAL_INCLUDE_DIR = /usr/local/gdal1.10/include
  * GDAL_LIBRARY = /usr/local/gdal1.10/lib/libgdal.so

I am actually not sure about the 2nd and 3rd.  Are those settings
correct?

I compiled gdal 1.10 from source in /usr/local/gdal and tried all
the following:

  * added a gdal.conf file with the gdal lib path in the
etc/ld.so.conf.d folder (ran ldconfig)
  * created a softlink of the usr/local/gdal1.10/bin folder in
/usr/bin
  * defined gdal paths in /home/paulo/.bashrc by adding the line:
export PATH=$PATH:/usr/local/gdal1.10/bin
  * created executable file libraries.sh in /etc/profile.d with
the lines
  o #!/bin/sh
  o 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/lib:/usr/local/lib:/usr/local/gdal1.10/lib"
  o export LD_LIBRARY_PATH

Any idea what to do next?

Paulo

___
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] Documentation PDF

2014-03-03 Thread Gino Pirelli
http://docs.qgis.org/2.0/pdf/


On 4 March 2014 08:10, Manoj Soni  wrote:

> Dear All
> I am new to QGIS
>
> Is documentation for QGIS, available in PDF form?. I like to read from PDF
> instead of online documentation.
> Thanks and Regards
>
> --
> Manoj
>
> ___
> 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] Documentation PDF

2014-03-03 Thread Manoj Soni
Dear All
I am new to QGIS

Is documentation for QGIS, available in PDF form?. I like to read from PDF
instead of online documentation.
Thanks and Regards

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

Re: [Qgis-user] google map connector

2014-03-03 Thread Nathan Woodrow
The author of that plugin is very kind :)

You can open a ticket on the GitHub repo for it, I'm sure he will read it.

https://github.com/googlemaps/mapsengine-qgis-connector/issues

- Nathan


On Tue, Mar 4, 2014 at 9:07 AM, Jake Maier  wrote:

> The author of the plug-in is Google. Just wanted to contact the author,
> but I don't think google will read my message.  J
> Jake
>
>
>
> *From:* Werner Macho [mailto:werner.ma...@gmail.com]
> *Sent:* Monday, March 03, 2014 7:32 AM
> *To:* Jake Maier
> *Cc:* qgis-user
> *Subject:* Re: [Qgis-user] google map connector
>
>
>
> Hi!
>
>
>
> I think the same thing applies as for every plugin right now ..
>
> If you are using master you should be aware that a lot of changes already
> went into master (like multi-threaded-rendering) and some things changed so
> that plugins must be adopted to follow this changes ..
>
> As 2.3 is the "master" thing will not happen urgent .. You are on the
> development branch ..
>
>
>
> If you need plugins to work you should currently go "back" to 2.2 and look
> from time to time if plugins are already changed. (Or go change the plugin
> yourself and make a pull request)
>
>
>
> In your case have you tried contacting the author of the plugin?
>
>
>
> kind regards
>
> Werner
>
>
>
> On Mon, Mar 3, 2014 at 12:47 PM, Jake Maier  wrote:
>
> I installed the google map connector and get the following error when
> trying to authenticate.
>
> I use 2.3.0 Master on Windows 7 prof.
>
> Is this a bug or did I do anything wrong?
>
> Thanks for your help
>
> Jake
>
>
>
> [image: Google] 
>
> *Error: invalid_client*
>
> Bad request.
>
> Request Details
>
>- cookie_policy_enforce=false
>- response_type=code
>- scope=https://www.googleapis.com/auth/mapsengine
>https://www.googleapis.com/auth/userinfo.profile
>- redirect_uri=urn:ietf:wg:oauth:2.0:oob
>- approval_prompt=auto
>- state=123456789
>- client_id=j...@jmforestry.com
>
>
>
>
>
> Jake Maier
>
> 6 Lower Falls Road
>
> Orland
>
> ME 04472
>
> 469 0231
>
> j...@jmforestry.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
>
<>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Batch GeoCoding within QGIS 2.0

2014-03-03 Thread James Wood
Joseph,Using just the MMQGIS plugin (Geocode from street layer), I geocoded a 
little over 8300 records with an 86% match to a street centerline stored in a 
local database. Given the errors in the original address data, I thought that 
was pretty good. It did have a little trouble in some spots handling even/odd 
sides of the street segments and seemed to have trouble with a few oddball 
street types that were not abbreviated (e.g., TERRACE) and with highway 
designations, but on the whole I thought it did a pretty good job. I had not 
updated my plugin so you might want to make sure you are running the most 
current version (2014.2.28). It would be nice to see future options for records 
stored in a database table (instead of just csv) and the ability to geocode to 
other layers such as address points. Even a straight text match to alternate 
layers would be helpful. Hierarchical geocoding, as you described, would be a 
logical progression from there. If you come up with anything different, I'd be 
interested to hear... Best Regards,James  Date: Mon, 3 Mar 2014 16:47:02 -0500
From: jbsl...@uncg.edu
To: Qgis-user@lists.osgeo.org
Subject: [Qgis-user] Batch GeoCoding within QGIS 2.0

Hello Everyone,I have a question about Batch GeoCoding within QGIS. I have a 
couple datasets that are rather large (500 +) of addresses. I GeoCoded them in 
ArcGIS with an Address Locator build on local data (address points, tax parcels 
and street centerlines). I then tried doing the same thing in QGIS and just was 
not able to get a good GeoCode. I tried using the MMQGIS Plugin and using GPS 
Visualizer (found on this blog: 
http://www.stevencanplan.com/2009/how-to-geocode-in-open-source-qgis/) This 
geocoded alot better. I was just wondering if there is a way to Batch GeoCode 
within QGIS using your own data (address points, tax parcels and street 
centerlines) as the parameters and not Google or OpenStreet Maps?

Thanks in advance,
Joseph_

Joseph Sloop


PhD Student

University of North Carolina at
Greensboro 

Department of Geography

jbsl...@uncg.edu


 





___
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 - gdal

2014-03-03 Thread Matt Boyd
Hi Paulo,
I'm a little out of practice configuring gdal in linux, but I vaguely
recall doing something like this a while ago, my apologies if this is a too
obvious.
Have you looked at the gdal tool settings in the raster menu of qgis?

Matt


On Mon, Mar 3, 2014 at 9:41 PM, Paulo van Breugel wrote:

>  Hi I am running QGIS master on Ubuntu 13.10. All runs fine, except for
> any function  that relies on gdal (raster menu or the gdal functions in the
> processing toolbox). The functions work without problem on the command
> line, but QGIS cannot find gdal it seems.
>
> I compiled QGIS with the following gdal settings:
>
>- GDAL_CONFIG = /usr/local/gdal1.10/bin/gdal-config
>- GDAL_CONFIG_PREFER_FWTOOLS_PATH = /bin_safe
>- GDAL_CONFIG_PREFER_PATH = /bin
>- GDAL_INCLUDE_DIR = /usr/local/gdal1.10/include
>- GDAL_LIBRARY = /usr/local/gdal1.10/lib/libgdal.so
>
> I am actually not sure about the 2nd and 3rd.  Are those settings correct?
>
> I compiled gdal 1.10 from source in /usr/local/gdal and tried all the
> following:
>
>- added a gdal.conf file with the gdal lib path in the
>etc/ld.so.conf.d folder (ran ldconfig)
> - created a softlink of the usr/local/gdal1.10/bin folder in /usr/bin
>- defined gdal paths in /home/paulo/.bashrc by adding the line: export
>PATH=$PATH:/usr/local/gdal1.10/bin
>- created executable file libraries.sh in /etc/profile.d with the
>lines
>   - #!/bin/sh
>   -
>   
> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/lib:/usr/local/lib:/usr/local/gdal1.10/lib"
>   - export LD_LIBRARY_PATH
>
> Any idea what to do next?
>
> Paulo
>
> ___
> 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] Georeferencer problem with Qgis 2.2

2014-03-03 Thread Matt Boyd
I'll chip in as well and say I got this when I ran the georeferencer today.
Same install as above.


On Mon, Mar 3, 2014 at 11:47 PM, Jonathan Moules <
jonathanmou...@warwickshire.gov.uk> wrote:

> Yep, I'm getting this as well. Exact same behaviour.
>
> QGIS 64-bit, Windows 7.
>
> Is there a ticket for this?
> Cheers,
> Jonathan
>
>
> On 22 February 2014 19:19, Gerardo Jiménez  wrote:
>
>> Hi
>> I just want to know if somebody else has the sma problem as me. I
>> installed Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the
>> main window appears, then stops responding, then I have a message saying
>> "bad allocation" and then start responding. After that I can work with the
>> georeferencer without a problem. I have the sam problem in 4 differen
>> machines, all running win 7 64bits.
>>
>> Thanks before hand
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
> This transmission is intended for the named addressee(s) only and may
> contain sensitive or protectively marked material up to RESTRICTED and
> should be handled accordingly. Unless you are the named addressee (or
> authorised to receive it for the addressee) you may not copy or use it, or
> disclose it to anyone else. If you have received this transmission in error
> please notify the sender immediately. All email traffic sent to or from us,
> including without limitation all GCSX traffic, may be subject to recording
> and/or monitoring in accordance with relevant legislation.
> ___
> 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] Selecting rasters with vector layer

2014-03-03 Thread Eric Goddard
Yes, you should be able to choose ECW from the files of type drop down in
the output file selection dialog and select ECW.

Eric


On Mon, Mar 3, 2014 at 4:48 PM, Asher Kamiraze wrote:

> Thanks Eric, sounds really good. Is there a way to save the resulting file
> (clipped) as an ECW file? I need to process it later with a 3rd party
> software.
>
> Regards
>
>
> 2014-03-03 23:26 GMT+01:00 Eric Goddard :
>
> Hi asher, if you go to raster -> miscellaneous, there is a menu entry
>> called build virtual raster catalog. You can use that to virtually mosaic
>> all of your ECW files. This tool creates a new file you can load in as a
>> raster that references all of the individual ECW files to display them
>> seamlessly in qgis without having to spend the time to actually mosaic all
>> of them together. Load the resulting vrt file into qgis using add raster
>> and clip the vrt to your polygon layer using raster -> extraction ->
>> clipper.
>>
>> Eric
>> On Mar 3, 2014 3:53 PM, "Asher Kamiraze" 
>> wrote:
>>
>>> Hi all,
>>>
>>> I have a set of more than 200 ecw rasters that I can easily load in
>>> QGIS. I also have a vector polygon layer which bounds an area covering a
>>> part of the area covered by the whole set of rasters. What I would like to
>>> do is to extract only, the raster which are intersected by the vector
>>> boundary. As a final goal, I would like to only mosaic thoses images. I did
>>> not found a way to easily do this in QGIS. Any idea on how to achieve this?
>>>
>>> As a workaround, I have opened only the raster intersecting the vector,
>>> and would like to mosaic them. However, it does not seem to be a function
>>> in QGIS ready to mosaic all opened (or selected) rasters. Any idea on how
>>> to automate the process?
>>>
>>> Hope you could help
>>>
>>> Regards
>>>
>>> ___
>>> 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 Python integration

2014-03-03 Thread Dave Kimble

I added http://ppa.launchpad.net/ubuntugis/ubuntu-unstable/ubuntu saucy main
to Other Software Sources, nominated Main Server and launched Update.
The update failed because of a small number of missing files, but 
apparently completed cleanly.
However a subsequent update found 3 lock files still set, for example 
/var/lib/dpkg/lock,

which I deleted in order to continue.
The update still had files missing, but finished cleanly.
The next scheduled update found some files missing, and some files 
present but unnecessary.
The next scheduled update made updates to python-2.7 and python-3.3 
successfully, I don't know if this would have happened anyway.

python-qgis is still not installed, but installation works OK now.

So I think some of the dependencies when moving from ubuntu to ubuntugis 
repository don't

work first time, but eventually sort themselves out.

On launching QGIS and opening a project, the project file gets upgraded 
to 2.2 .

The original problem of "python not detected" is now fixed.
Thanks for your help.

Dave

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


Re: [Qgis-user] google map connector

2014-03-03 Thread Jake Maier
The author of the plug-in is Google. Just wanted to contact the author, but I 
don’t think google will read my message.  J
Jake

 

From: Werner Macho [mailto:werner.ma...@gmail.com] 
Sent: Monday, March 03, 2014 7:32 AM
To: Jake Maier
Cc: qgis-user
Subject: Re: [Qgis-user] google map connector

 

Hi!

 

I think the same thing applies as for every plugin right now ..

If you are using master you should be aware that a lot of changes already went 
into master (like multi-threaded-rendering) and some things changed so that 
plugins must be adopted to follow this changes ..

As 2.3 is the "master" thing will not happen urgent .. You are on the 
development branch .. 

 

If you need plugins to work you should currently go "back" to 2.2 and look from 
time to time if plugins are already changed. (Or go change the plugin yourself 
and make a pull request)

 

In your case have you tried contacting the author of the plugin? 

 

kind regards

Werner

 

On Mon, Mar 3, 2014 at 12:47 PM, Jake Maier  wrote:

I installed the google map connector and get the following error when trying to 
authenticate.

I use 2.3.0 Master on Windows 7 prof.

Is this a bug or did I do anything wrong?

Thanks for your help

Jake

 

  Google

Error: invalid_client

Bad request.

Request Details

*   cookie_policy_enforce=false
*   response_type=code
*   scope=https://www.googleapis.com/auth/mapsengine 
https://www.googleapis.com/auth/userinfo.profile
*   redirect_uri=urn:ietf:wg:oauth:2.0:oob
*   approval_prompt=auto
*   state=123456789
*   client_id=j...@jmforestry.com

 

 

Jake Maier

6 Lower Falls Road

Orland

ME 04472

469 0231

j...@jmforestry.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] google map connector

2014-03-03 Thread Jake Maier
Danke Werner

No I didn’t contact anybody but the list so far.

Yes, I will go back to 2.2 because that’s an important feature for me which I 
just discovered.

Now should I do anything else short of writing the plug-in myself. Don’t have 
the know-how.

I was not complaining at all. I am very happy with what the qgis team did and 
still is doing. It’s priceless not only for the gis community but beyond by 
giving an incredible example of what is possible parallel to the for profit 
world.

Thanks very much

Jake

 

From: Werner Macho [mailto:werner.ma...@gmail.com] 
Sent: Monday, March 03, 2014 7:32 AM
To: Jake Maier
Cc: qgis-user
Subject: Re: [Qgis-user] google map connector

 

Hi!

 

I think the same thing applies as for every plugin right now ..

If you are using master you should be aware that a lot of changes already went 
into master (like multi-threaded-rendering) and some things changed so that 
plugins must be adopted to follow this changes ..

As 2.3 is the "master" thing will not happen urgent .. You are on the 
development branch .. 

 

If you need plugins to work you should currently go "back" to 2.2 and look from 
time to time if plugins are already changed. (Or go change the plugin yourself 
and make a pull request)

 

In your case have you tried contacting the author of the plugin? 

 

kind regards

Werner

 

On Mon, Mar 3, 2014 at 12:47 PM, Jake Maier  wrote:

I installed the google map connector and get the following error when trying to 
authenticate.

I use 2.3.0 Master on Windows 7 prof.

Is this a bug or did I do anything wrong?

Thanks for your help

Jake

 

  Google

Error: invalid_client

Bad request.

Request Details

*   cookie_policy_enforce=false
*   response_type=code
*   scope=https://www.googleapis.com/auth/mapsengine 
https://www.googleapis.com/auth/userinfo.profile
*   redirect_uri=urn:ietf:wg:oauth:2.0:oob
*   approval_prompt=auto
*   state=123456789
*   client_id=j...@jmforestry.com

 

 

Jake Maier

6 Lower Falls Road

Orland

ME 04472

469 0231

j...@jmforestry.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] Great book for learning QGIS

2014-03-03 Thread Jake Maier
I only can second it. 

Fantastic service thank you Anita

Jake

 

From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Chrest, David
Sent: Monday, March 03, 2014 9:58 AM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Great book for learning QGIS

 

For folks new to GIS or QGIS in general, and it all seems overwhelming,
Anita Graser's Learning QGIS 2.0 book is wonderful and will get you started
in no time. Covers all the basics very well. Here blog is great too.

David Chrest

 

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

Re: [Qgis-user] Selecting rasters with vector layer

2014-03-03 Thread Asher Kamiraze
Thanks Eric, sounds really good. Is there a way to save the resulting file
(clipped) as an ECW file? I need to process it later with a 3rd party
software.

Regards


2014-03-03 23:26 GMT+01:00 Eric Goddard :

> Hi asher, if you go to raster -> miscellaneous, there is a menu entry
> called build virtual raster catalog. You can use that to virtually mosaic
> all of your ECW files. This tool creates a new file you can load in as a
> raster that references all of the individual ECW files to display them
> seamlessly in qgis without having to spend the time to actually mosaic all
> of them together. Load the resulting vrt file into qgis using add raster
> and clip the vrt to your polygon layer using raster -> extraction ->
> clipper.
>
> Eric
> On Mar 3, 2014 3:53 PM, "Asher Kamiraze"  wrote:
>
>> Hi all,
>>
>> I have a set of more than 200 ecw rasters that I can easily load in QGIS.
>> I also have a vector polygon layer which bounds an area covering a part of
>> the area covered by the whole set of rasters. What I would like to do is to
>> extract only, the raster which are intersected by the vector boundary. As a
>> final goal, I would like to only mosaic thoses images. I did not found a
>> way to easily do this in QGIS. Any idea on how to achieve this?
>>
>> As a workaround, I have opened only the raster intersecting the vector,
>> and would like to mosaic them. However, it does not seem to be a function
>> in QGIS ready to mosaic all opened (or selected) rasters. Any idea on how
>> to automate the process?
>>
>> Hope you could help
>>
>> Regards
>>
>> ___
>> 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] Selecting rasters with vector layer

2014-03-03 Thread Eric Goddard
Hi asher, if you go to raster -> miscellaneous, there is a menu entry
called build virtual raster catalog. You can use that to virtually mosaic
all of your ECW files. This tool creates a new file you can load in as a
raster that references all of the individual ECW files to display them
seamlessly in qgis without having to spend the time to actually mosaic all
of them together. Load the resulting vrt file into qgis using add raster
and clip the vrt to your polygon layer using raster -> extraction ->
clipper.

Eric
On Mar 3, 2014 3:53 PM, "Asher Kamiraze"  wrote:

> Hi all,
>
> I have a set of more than 200 ecw rasters that I can easily load in QGIS.
> I also have a vector polygon layer which bounds an area covering a part of
> the area covered by the whole set of rasters. What I would like to do is to
> extract only, the raster which are intersected by the vector boundary. As a
> final goal, I would like to only mosaic thoses images. I did not found a
> way to easily do this in QGIS. Any idea on how to achieve this?
>
> As a workaround, I have opened only the raster intersecting the vector,
> and would like to mosaic them. However, it does not seem to be a function
> in QGIS ready to mosaic all opened (or selected) rasters. Any idea on how
> to automate the process?
>
> Hope you could help
>
> Regards
>
> ___
> 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] Any info on new QGIS Training Manual?

2014-03-03 Thread Richard Duivenvoorde

Hi David,

all manuals and website of qgis.org are 'build' using Sphinx, a
technology which makes it possible to generate static website content in
several languages... AND create pdf's from those :-)

We did build pdf's only of the Documentation and the Python cookbook.
But since ... now, the training manual is also included in the build proces:

http://docs.qgis.org/testing/pdf/QGIS-testing-QGISTrainingManual-en.pdf
and online here:
http://docs.qgis.org/testing/en/docs/training_manual/index.html
for other available pdfs:
http://docs.qgis.org/testing/pdf/

Training data can be found here:
http://qgis.org/downloads/data/

FYI: The documentation of current testing/development version is NOT yet
translated and can be found here:
http://docs.qgis.org/testing/
We will probably within a couple of weeks branche this, so the training
manual will be available for translation too, and will be included in
the pdf builds thereafter.

The documentation of (old) stable 2.0 pdf version is the one that get's
translated and can be found here (in several languages):
http://docs.qgis.org/2.0/pdf
And is also included in the main website: http://qgis.org

Regards,

Richard Duivenvoorde

On 03-03-14 21:26, Chrest, David wrote:
> The QGIS User Guide and Developer Cookbook are the only ones in PDF.
> 
> I’m asking about the QGIS Training Manual:
> http://www.qgis.org/en/docs/training_manual/index.html
> 
> The 1.8 version of the book is available here:
> http://www.amazon.com/The-Quantum-GIS-Training-Manual/dp/0989421708/ref=sr_1_3?ie=UTF8&qid=1393878280&sr=8-3&keywords=qgis.
> Is there a 2.x version available in pdf or hardcopy?
> 
>  
> 
> Learning QGIS 2.0 by Anita Graser is a separate book. I actually have
> that one.
> 
>  
> 
> *From:*Lene Fischer [mailto:l...@ign.ku.dk]
> *Sent:* Monday, March 03, 2014 3:17 PM
> *To:* Chrest, David; Matteo Ghetta
> *Cc:* QGIS Mailing List
> *Subject:* SV: [Qgis-user] Any info on new QGIS Training Manual?
> 
>  
> 
> http://docs.qgis.org/2.0/pdf
> 
>  
> 
> http://www.amazon.com/Learning-QGIS-2-0-Anita-Graser/dp/178216748X
> 
>  
> 
>  
> 
>  
> 
> *Lene Fischer*
> 
> Associate Professor
> 
>  
> 
> *Department of Geosciences and Natural Resource Management*
> 
> University of Copenhagen
> 
>  
> 
> MOB +45 40115084
> 
> l...@ign.ku.dk 
> 
>  
> 
>  
> 
> SCIENCE_bomaerke_UK
> 
>  
> 
>  
> 
> *Fra:*qgis-user-boun...@lists.osgeo.org
> 
> [mailto:qgis-user-boun...@lists.osgeo.org] *På vegne af *Chrest, David
> *Sendt:* 3. marts 2014 16:19
> *Til:* Matteo Ghetta
> *Cc:* QGIS Mailing List
> *Emne:* Re: [Qgis-user] Any info on new QGIS Training Manual?
> 
>  
> 
> Ah yes, I see. Very nice. Is there a PDF version of this for printing?
> Or a hardcopy version for purchase?
> 
>  
> 
> *From:*Matteo Ghetta [mailto:matteo.ghe...@gmail.com]
> *Sent:* Monday, March 03, 2014 10:10 AM
> *To:* Chrest, David
> *Cc:* QGIS Mailing List
> *Subject:* Re: [Qgis-user] Any info on new QGIS Training Manual?
> 
>  
> 
> What about http://qgis.org/it/docs/training_manual/index.html?
> 
> Isn't that what you are looking for?
> 
> Cheers
> 
> Matteo
> 
>  
> 
> 2014-03-03 15:52 GMT+01:00 Chrest, David  >:
> 
> Anybody have any information when the updated QGIS Training Manual book
> may be available?
> 
>  
> 
> 
> ___
> 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] Batch GeoCoding within QGIS 2.0

2014-03-03 Thread Alex Mandel
On 03/03/2014 01:47 PM, Joseph Sloop wrote:
> Hello Everyone,
> I have a question about Batch GeoCoding within QGIS. I have a couple
> datasets that are rather large (500 +) of addresses. I GeoCoded them in
> ArcGIS with an Address Locator build on local data (address points, tax
> parcels and street centerlines). I then tried doing the same thing in QGIS
> and just was not able to get a good GeoCode. I tried using the MMQGIS
> Plugin and using GPS Visualizer (found on this blog:
> http://www.stevencanplan.com/2009/how-to-geocode-in-open-source-qgis/) This
> geocoded alot better. I was just wondering if there is a way to Batch
> GeoCode within QGIS using your own data (address points, tax parcels and
> street centerlines) as the parameters and not Google or OpenStreet Maps?
> 
> Thanks in advance,
> 
> Joseph
> _

Most of the open source geocoders I've seen are built around the
TIGER/Census data. Obviously that only works in the US so I assume some
of them can be extended to work from other data sets.

https://github.com/geocommons/geocoder
http://www.pagcgeo.org/
http://postgis.net/docs/Extras.html

The Postgis geocoder at the bottom says it could use Nominatim (OSM),
which makes me think you could put your own data in too. You might just
have to reverse engineer the data structures in this geocoders and get
your data to fit.

Sorry none of these are out of the box options, they all require some
skill setting up the database and software to work.

Enjoy,
Alex


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


[Qgis-user] Batch GeoCoding within QGIS 2.0

2014-03-03 Thread Joseph Sloop
Hello Everyone,
I have a question about Batch GeoCoding within QGIS. I have a couple
datasets that are rather large (500 +) of addresses. I GeoCoded them in
ArcGIS with an Address Locator build on local data (address points, tax
parcels and street centerlines). I then tried doing the same thing in QGIS
and just was not able to get a good GeoCode. I tried using the MMQGIS
Plugin and using GPS Visualizer (found on this blog:
http://www.stevencanplan.com/2009/how-to-geocode-in-open-source-qgis/) This
geocoded alot better. I was just wondering if there is a way to Batch
GeoCode within QGIS using your own data (address points, tax parcels and
street centerlines) as the parameters and not Google or OpenStreet Maps?

Thanks in advance,

Joseph
_

Joseph Sloop

PhD Student

University of North Carolina at Greensboro

Department of Geography

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

[Qgis-user] Selecting rasters with vector layer

2014-03-03 Thread Asher Kamiraze
Hi all,

I have a set of more than 200 ecw rasters that I can easily load in QGIS. I
also have a vector polygon layer which bounds an area covering a part of
the area covered by the whole set of rasters. What I would like to do is to
extract only, the raster which are intersected by the vector boundary. As a
final goal, I would like to only mosaic thoses images. I did not found a
way to easily do this in QGIS. Any idea on how to achieve this?

As a workaround, I have opened only the raster intersecting the vector, and
would like to mosaic them. However, it does not seem to be a function in
QGIS ready to mosaic all opened (or selected) rasters. Any idea on how to
automate the process?

Hope you could help

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

Re: [Qgis-user] Any info on new QGIS Training Manual?

2014-03-03 Thread Lene Fischer
http://docs.qgis.org/2.0/pdf

http://www.amazon.com/Learning-QGIS-2-0-Anita-Graser/dp/178216748X



Lene Fischer
Associate Professor

Department of Geosciences and Natural Resource Management
University of Copenhagen

MOB +45 40115084
l...@ign.ku.dk


[SCIENCE_bomaerke_UK]


Fra: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Chrest, David
Sendt: 3. marts 2014 16:19
Til: Matteo Ghetta
Cc: QGIS Mailing List
Emne: Re: [Qgis-user] Any info on new QGIS Training Manual?

Ah yes, I see. Very nice. Is there a PDF version of this for printing? Or a 
hardcopy version for purchase?

From: Matteo Ghetta [mailto:matteo.ghe...@gmail.com]
Sent: Monday, March 03, 2014 10:10 AM
To: Chrest, David
Cc: QGIS Mailing List
Subject: Re: [Qgis-user] Any info on new QGIS Training Manual?

What about http://qgis.org/it/docs/training_manual/index.html?
Isn't that what you are looking for?
Cheers

Matteo

2014-03-03 15:52 GMT+01:00 Chrest, David 
mailto:dav...@rti.org>>:
Anybody have any information when the updated QGIS Training Manual book may be 
available?


___
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] Any info on new QGIS Training Manual?

2014-03-03 Thread Chrest, David
The QGIS User Guide and Developer Cookbook are the only ones in PDF.

I'm asking about the QGIS Training Manual: 
http://www.qgis.org/en/docs/training_manual/index.html

The 1.8 version of the book is available here: 
http://www.amazon.com/The-Quantum-GIS-Training-Manual/dp/0989421708/ref=sr_1_3?ie=UTF8&qid=1393878280&sr=8-3&keywords=qgis.
 Is there a 2.x version available in pdf or hardcopy?

 

Learning QGIS 2.0 by Anita Graser is a separate book. I actually have that one.

 

From: Lene Fischer [mailto:l...@ign.ku.dk] 
Sent: Monday, March 03, 2014 3:17 PM
To: Chrest, David; Matteo Ghetta
Cc: QGIS Mailing List
Subject: SV: [Qgis-user] Any info on new QGIS Training Manual?

 

http://docs.qgis.org/2.0/pdf

 

http://www.amazon.com/Learning-QGIS-2-0-Anita-Graser/dp/178216748X

 

 

 

Lene Fischer

Associate Professor

 

Department of Geosciences and Natural Resource Management

University of Copenhagen

 

MOB +45 40115084

l...@ign.ku.dk  

 

 

 

 

 

Fra: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Chrest, David
Sendt: 3. marts 2014 16:19
Til: Matteo Ghetta
Cc: QGIS Mailing List
Emne: Re: [Qgis-user] Any info on new QGIS Training Manual?

 

Ah yes, I see. Very nice. Is there a PDF version of this for printing? Or a 
hardcopy version for purchase?

 

From: Matteo Ghetta [mailto:matteo.ghe...@gmail.com] 
Sent: Monday, March 03, 2014 10:10 AM
To: Chrest, David
Cc: QGIS Mailing List
Subject: Re: [Qgis-user] Any info on new QGIS Training Manual?

 

What about http://qgis.org/it/docs/training_manual/index.html?

Isn't that what you are looking for?

Cheers

Matteo

 

2014-03-03 15:52 GMT+01:00 Chrest, David :

Anybody have any information when the updated QGIS Training Manual book may be 
available?

 


___
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 Python integration - Ubuntu 13.10

2014-03-03 Thread Alex Mandel
When you installed python-qgis did it upgrade QGIS? What version does it
currently show you running in the about?

Anyone out there with QGIS running on 13.10 have it working?

Thanks,
Alex

On 03/03/2014 12:20 AM, Derek Hohls wrote:
> Alex
> 
> I did not have either qgis.org or ubuntugis repos enabled, nor
> could I find any reference to "proposed" (although I am not quite
> sure what you mean by that).
> 
> 
> After reading the previous email, this is what I tried:
> 
> 
> gpg --keyserver keyserver.ubuntu.com --recv 47765B75
> gpg --export --armor 47765B75 | sudo apt-key add -
> 
> 
> Then added these lines to /etc/apt/sources.list
> 
> 
> deb http://qgis.org/debian saucy main
> deb-src http://qgis.org/debian saucy main
> 
> 
> Then did:
> 
> 
> sudo apt-get update
> 
> 
> Then:
> 
> 
> sudo apt-get install python-qgis
> 
> 
> Which ran without errors.
> 
> 
> However, I still get the same error message as before when I open the 
> plug-ins manager.
> 
> 
> QGIS > Plugins > Manage Plugins > Settings > "no python support detected"
> 
> 
> Thanks
> Derek
> 
 Alex Mandel  03/03/14 9:50 AM >>>
> You likely have a package conflict by mixing repos.
> Do you have both qgis.org and ubuntugis repos enabled?
> Could also be from using "proposed" on ubuntu or backports.
> 
> QGIS reinstall will be likely need to be reinstalled once you get rid of
> the conflicting package repos.
> 
> Thanks,
> Alex
> 
> On 03/02/2014 11:17 PM, Derek Hohls wrote:
>> I have a similar problem to Dave, but a different error:
>>
>>
>> sudo apt-get install python-qgis
>>
>>
>> Some packages could not be installed. This may mean that you have
>> requested an impossible situation or if you are using the unstable
>> distribution that some required packages have not yet been created
>> or been moved out of Incoming.
>>
>>
>> The following information may help to resolve the situation:
>>
>>
>> The following packages have unmet dependencies:
>> python-qgis : Depends: libqgis1.7.5 but it is not going to be installed
>> E: Unable to correct problems, you have held broken packages.
>>
>>
>> Is there a way to resolve this without reinstalling QGIS? (I am running
>> Ubuntu 13.10)
>>
>>
>> Thanks
>> Derek
>>
>>
> Alex Mandel  03/01/14 4:30 AM >>>
>> On 02/28/2014 04:19 PM, Dave Kimble wrote:
>>> Ubuntu 13.10, QGIS 2.0.1, Python 2.7.5, Python 3.3.2
>>> QGIS > Plugins > Manage Plugins > Settings > is saying "no python
>>> support detected",
>>> but I have v2.7 and v3.3 installed.
>>>
>>> QGIS is working OK, but I guess I'm missing some features.
>>> I need to clip some gigantic shapefiles down to just my locality, which
>>> I think you call geoprocessing, and it looks like ftools will do that,
>>> but it doesn't show up on the plug-in list.
>>>
>>> How do you search the archives for previously asked questions?
>>
>> http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-f4099105.html
>>
>> The most likely answer is your missing the python-qgis package. FYI QGIS
>> uses python 2.x
>>
>> Thanks,
>> Alex
>>
>>
>> ___
>> 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] US/North America User Group update?

2014-03-03 Thread Anita Graser

Hi David,

Am 03.03.2014, 17:07 Uhr, schrieb Chrest, David :

What is the latest news regarding the US/North America QGIS Users Group?
Is there an established website? First meeting?


You will find the upcoming user group events in the latest news section of  
http://qgis.org


It links to http://qgis.us for the US user group.

Best wishes,
Anita


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


Re: [Qgis-user] QGIS process usage - benchmark

2014-03-03 Thread Jonathan Moules
Hi Alen,
Can't you use the Python libraries to get that information?
For example for time there's:
http://docs.python.org/2/library/timeit.html or you can roll your own
fairly easily.

Or perhaps: https://pypi.python.org/pypi/benchmark/0.1.5 (not used it
myself).

I think using Python would be the best option.

Cheers,
Jonathan



On 28 February 2014 12:52, Alen Mangafic  wrote:

> Hi,
>
> I am Alen, a student of Geodesy in the University of Ljubljana.
>
> In my diploma I am dealing with running geospatial Python scripts in QGIS
> and in the final
> part of it I would love to compare (qualitative and quantitative) the
> running of those scripts in the Linux and the Windows QGIS versions (same
> computer with the latest Linux distribution of the used version and latest
> Win OS,  latest updates, same QGIS version and without modifications).
>
> I would need a recommendation for a tool/method, for both platforms, which
> can evaluate the speed of a process, the amount of RAM being used and other
> data that are related with performance (QGIS/OS benchmark) so I can compare
> them.
>
> I would also like to hear from you which Linux OS do you recommend for
> this testing.
> I planned to use Debian Wheezy. Which Linux distribution do you recommend
> to perform my study?
> My goal is to use one, that will give the best results in performance
> (know it's difficult to tell, also "experience answers" are appreciated),
> cause one of my diploma goals is also to promote the using of Linux on my
> university for geodetic engineering purposes and I would like to show it in
> the best light possible.
>
> Thanks,
> Regards
>
> Alen
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] US/North America User Group update?

2014-03-03 Thread Chrest, David
What is the latest news regarding the US/North America QGIS Users Group?
Is there an established website? First meeting? Any idea how many QGIS
users in the US? I recall someone stating on this list, "I'd sure like
to meet people using QGIS!" Just a few people here where I work use it
lightly, mostly for data investigation. I myself and my fellow GIS
coworkers are lifelong ESRI users but I began investigating QGIS heavily
last fall when 2.0 came out and then gave a lunchtime interactive QGIS
demo presentation for my coworkers. They were quite amazed. Many had no
idea about QGIS or what it could do. Shortly after some of my first
posts to this list, a nice professor at the University of North Carolina
up the road in Chapel Hill contacted me. He was happy to find another
local QGIS user and we met for lunch to talk shop.

David Chrest 

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

Re: [Qgis-user] Any info on new QGIS Training Manual?

2014-03-03 Thread Chrest, David
Ah yes, I see. Very nice. Is there a PDF version of this for printing?
Or a hardcopy version for purchase?

 

From: Matteo Ghetta [mailto:matteo.ghe...@gmail.com] 
Sent: Monday, March 03, 2014 10:10 AM
To: Chrest, David
Cc: QGIS Mailing List
Subject: Re: [Qgis-user] Any info on new QGIS Training Manual?

 

What about http://qgis.org/it/docs/training_manual/index.html?

Isn't that what you are looking for?

Cheers

Matteo

 

2014-03-03 15:52 GMT+01:00 Chrest, David :

Anybody have any information when the updated QGIS Training Manual book
may be available?

 


___
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] Splitting map in 'pages' of equal size for atlas

2014-03-03 Thread pvanbosgeo
Hi Andreas, Thanks, I'll have a look at that function.




-
---
http://pvanb.wordpress.com/
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Splitting-map-in-pages-of-equal-size-for-atlas-tp5106343p5107124.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] Any info on new QGIS Training Manual?

2014-03-03 Thread Matteo Ghetta
What about http://qgis.org/it/docs/training_manual/index.html?
Isn't that what you are looking for?

Cheers

Matteo


2014-03-03 15:52 GMT+01:00 Chrest, David :

> Anybody have any information when the updated QGIS Training Manual book
> may be available?
>
>
>
> ___
> 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] Great book for learning QGIS

2014-03-03 Thread Chrest, David
For folks new to GIS or QGIS in general, and it all seems overwhelming,
Anita Graser's Learning QGIS 2.0 book is wonderful and will get you
started in no time. Covers all the basics very well. Here blog is great
too.

David Chrest

 

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

[Qgis-user] Any info on new QGIS Training Manual?

2014-03-03 Thread Chrest, David
Anybody have any information when the updated QGIS Training Manual book
may be available?

 

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

[Qgis-user] PyQGIS Programmer's Guide now in print

2014-03-03 Thread Chrest, David
Gary Sherman's PyQGIS Programmer's Guide is now in print. Should be a
great handy book. See http://locatepress.com/ppg.

 

David Chrest

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

Re: [Qgis-user] Python error using OpenLayers plugin, problem with mapRenderer

2014-03-03 Thread Joshua Arnott
Hi Larry,

I've just tried compiling QGIS 2.2 (final-2_2_0, 1c3699e) and it gives me
the same error. So perhaps it is not related to the new renderer.

Josh


On 3 March 2014 01:30, Larry Shaffer  wrote:

> Hi Joshua,
>
> On Sun, Mar 2, 2014 at 11:35 AM, Joshua Arnott wrote:
>
>>
>> Hello,
>>
>> I'm getting the error below when I try to add a layer from the OpenLayers
>> plugin.
>>
>> I think this is the same issue as here:
>> http://lists.osgeo.org/pipermail/qgis-developer/2013-December/029682.html
>>
>> I'm using a version of QGIS I compiled myself (33a8b63) on OpenSUSE 12.3
>> (32-bit). I've not had problems using this previously.
>>
>> The error seems to be coming from the mapRenderer function, as I get the
>> same if I try to enter "iface.mapCanvas().mapRenderer()" in the Python
>> console.
>>
>
> You are using the current 2.3-dev version, which includes the new
> multi-threaded renderer. The OpenLayers plugin evidently has not been
> updated to work with the new renderer setup. Please create a new issue
> ticket on the plugin's tracker [0].
>
> On Mac, using latest 2.3-dev, I actually get a segfault, but that is due
> (I think) to the excessive log output crashing the app.
>
> Debug output in Terminal (please add to ticket):
>
> OpenlayersLayer draw
> Warning: QPixmap: It is not safe to use pixmaps outside the GUI thread
> src/core/qgsmessagelog.cpp: 45: (logMessage) 2014-03-02T18:25:20 Qt[1]
> QPixmap: It is not safe to use pixmaps outside the GUI thread
> Segmentation fault: 11
>
> If you really need the OpenLayers plugin, try dropping back to the latest
> release version, QGIS 2.2.
>
>
> Regards,
>
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
>
>
>> I have tried recompiling, but there is no change. Other than this QGIS
>> functions as expected.
>>
>> Josh
>>
>> An error has occured while executing Python code:
>>>
>>> Traceback (most recent call last):
>>>   File
>>> "/home/snorf/.qgis2/python/plugins/openlayers_plugin/openlayers_plugin.py",
>>> line 50, in addLayer
>>> self.__plugin.addLayer(self)
>>>   File
>>> "/home/snorf/.qgis2/python/plugins/openlayers_plugin/openlayers_plugin.py",
>>> line 202, in addLayer
>>> self.__setMapSrsGoogle()
>>>   File
>>> "/home/snorf/.qgis2/python/plugins/openlayers_plugin/openlayers_plugin.py",
>>> line 253, in __setMapSrsGoogle
>>> mapCanvas.mapRenderer().setProjectionsEnabled(True)
>>> TypeError: C++ type 'const QgsMapLayer*' is not supported as  type
>>>
>>> Python version:
>>> 2.7.3 (default, Apr 14 2012, 08:58:41) [GCC]
>>>
>>>
>>> QGIS version:
>>> 2.3.0-Master Master, 33a8b63
>>>
>>> Python path: ['/home/snorf/.qgis2/python/plugins/processing',
>>> '/home/snorf/apps/share/qgis/python', u'/home/snorf/.qgis2/python',
>>> u'/home/snorf/.qgis2/python/plugins',
>>> '/home/snorf/apps/share/qgis/python/plugins',
>>> '/usr/lib/python2.7/site-packages/elementtree-1.2.7_20070827_preview-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/Sphinx-1.2b3-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/Jinja2-2.7.1-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7-linux-i686.egg',
>>> '/usr/lib/python2.7/site-packages/sphinx_intl-0.9.3-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/polib-1.0.3-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/sphinx_bootstrap_theme-0.3.2-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/colormath-1.0.8-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/webcolors-1.4-py2.7.egg',
>>> '/usr/lib/python2.7/site-packages/termcolor-1.1.0-py2.7.egg',
>>> '/home/snorf/apps/share/qgis/python',
>>> '/home/snorf/apps/share/qgis/python/plugins', '/home/snorf',
>>> '/usr/lib/python27.zip', '/usr/lib/python2.7',
>>> '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk',
>>> '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload',
>>> '/usr/lib/python2.7/site-packages',
>>> '/usr/local/lib/python2.7/site-packages',
>>> '/usr/lib/python2.7/site-packages/gst-0.10',
>>> '/usr/lib/python2.7/site-packages/gtk-2.0',
>>> '/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info',
>>> '/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode',
>>> '/home/snorf/apps/share/qgis/python/plugins/fTools/tools',
>>> '/home/snorf/.qgis2/python/plugins/mmqgis/forms', '~/.qgis/python']
>>>
>>>
>> ___
>> 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] Georeferencer problem with Qgis 2.2

2014-03-03 Thread Jonathan Moules
Yep, I'm getting this as well. Exact same behaviour.

QGIS 64-bit, Windows 7.

Is there a ticket for this?
Cheers,
Jonathan


On 22 February 2014 19:19, Gerardo Jiménez  wrote:

> Hi
> I just want to know if somebody else has the sma problem as me. I
> installed Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the
> main window appears, then stops responding, then I have a message saying
> "bad allocation" and then start responding. After that I can work with the
> georeferencer without a problem. I have the sam problem in 4 differen
> machines, all running win 7 64bits.
>
> Thanks before hand
>
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] google map connector

2014-03-03 Thread Werner Macho
Hi!

I think the same thing applies as for every plugin right now ..
If you are using master you should be aware that a lot of changes already
went into master (like multi-threaded-rendering) and some things changed so
that plugins must be adopted to follow this changes ..
As 2.3 is the "master" thing will not happen urgent .. You are on the
development branch ..

If you need plugins to work you should currently go "back" to 2.2 and look
from time to time if plugins are already changed. (Or go change the plugin
yourself and make a pull request)

In your case have you tried contacting the author of the plugin?

kind regards
Werner


On Mon, Mar 3, 2014 at 12:47 PM, Jake Maier  wrote:

> I installed the google map connector and get the following error when
> trying to authenticate.
>
> I use 2.3.0 Master on Windows 7 prof.
>
> Is this a bug or did I do anything wrong?
>
> Thanks for your help
>
> Jake
>
>
>
> [image: Google] 
>
> *Error: invalid_client*
>
> Bad request.
>
> Request Details
>
>- cookie_policy_enforce=false
>- response_type=code
>- scope=https://www.googleapis.com/auth/mapsengine
>https://www.googleapis.com/auth/userinfo.profile
>- redirect_uri=urn:ietf:wg:oauth:2.0:oob
>- approval_prompt=auto
>- state=123456789
>- client_id=j...@jmforestry.com
>
>
>
>
>
> Jake Maier
>
> 6 Lower Falls Road
>
> Orland
>
> ME 04472
>
> 469 0231
>
> j...@jmforestry.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

[Qgis-user] google map connector

2014-03-03 Thread Jake Maier
I installed the google map connector and get the following error when trying
to authenticate.

I use 2.3.0 Master on Windows 7 prof.

Is this a bug or did I do anything wrong?

Thanks for your help

Jake

 

  Google

Error: invalid_client

Bad request.

Request Details

*   cookie_policy_enforce=false
*   response_type=code
*   scope=https://www.googleapis.com/auth/mapsengine
https://www.googleapis.com/auth/userinfo.profile
*   redirect_uri=urn:ietf:wg:oauth:2.0:oob
*   approval_prompt=auto
*   state=123456789
*   client_id=j...@jmforestry.com

 

 

Jake Maier

6 Lower Falls Road

Orland

ME 04472

469 0231

j...@jmforestry.com

 

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

[Qgis-user] QGIS - gdal

2014-03-03 Thread Paulo van Breugel
Hi I am running QGIS master on Ubuntu 13.10. All runs fine, except for 
any function  that relies on gdal (raster menu or the gdal functions in 
the processing toolbox). The functions work without problem on the 
command line, but QGIS cannot find gdal it seems.


I compiled QGIS with the following gdal settings:

 * GDAL_CONFIG = /usr/local/gdal1.10/bin/gdal-config
 * GDAL_CONFIG_PREFER_FWTOOLS_PATH = /bin_safe
 * GDAL_CONFIG_PREFER_PATH = /bin
 * GDAL_INCLUDE_DIR = /usr/local/gdal1.10/include
 * GDAL_LIBRARY = /usr/local/gdal1.10/lib/libgdal.so

I am actually not sure about the 2nd and 3rd.  Are those settings correct?

I compiled gdal 1.10 from source in /usr/local/gdal and tried all the 
following:


 * added a gdal.conf file with the gdal lib path in the
   etc/ld.so.conf.d folder (ran ldconfig)
 * created a softlink of the usr/local/gdal1.10/bin folder in /usr/bin
 * defined gdal paths in /home/paulo/.bashrc by adding the line: export
   PATH=$PATH:/usr/local/gdal1.10/bin
 * created executable file libraries.sh in /etc/profile.d with the lines
 o #!/bin/sh
 o 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/lib:/usr/local/lib:/usr/local/gdal1.10/lib"
 o export LD_LIBRARY_PATH

Any idea what to do next?

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

Re: [Qgis-user] problems with polygonize with qgis2.2

2014-03-03 Thread Agustin Diez-Castillo
Thanks,
With the new GEOS framework, it's working now on my side.
Cheers.


On Mon, Mar 3, 2014 at 5:40 AM, William Kyngesburye
wrote:

> I verified that this is the problem.  I have a new GEOS framework
> available (also in GDAL Complete).
>
> On Mar 2, 2014, at 1:20 PM, William Kyngesburye wrote:
>
> > I had another thought: possibly a bug in the shapely load_dll()
> function.  It tries to load the primary library name, if the file exists,
> otherwise it tries the fallbacks.  The GEOS framework is a fallback, and
> libgeos_c is the primary.  You probably have an old libgeos_c built only 32
> bit, so the file exists but it fails to load and shapely never tries the
> fallbacks.
> >
> > On Feb 28, 2014, at 9:02 AM, William Kyngesburye wrote:
> >
> >> Does the import work from python in a Terminal? (make sure it's the
> system python, /usr/bin/python)
> >>
> >> On Feb 28, 2014, at 5:29 AM, Agustin Diez-Castillo wrote:
> >>
> >>> I did remove processing from ~/.qgis2 (see new error at bottom) and
> try from the python console. No luck
> >>>
> >>> from shapely.ops import polygonize
> >>>
> >>> Traceback (most recent call last):
> >>> File "", line 1, in 
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
> >>>   mod = _builtin_import(name, globals, locals, fromlist, level)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/ops.py",
> line 7, in 
> >>>   from shapely.geos import lgeos
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
> >>>   mod = _builtin_import(name, globals, locals, fromlist, level)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/geos.py",
> line 59, in 
> >>>   _lgeos = load_dll('geos_c', fallbacks=alt_paths)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/geos.py",
> line 32, in load_dll
> >>>   return CDLL(lib)
> >>> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
> line 365, in __init__
> >>>   self._handle = _dlopen(self._name, mode)
> >>> OSError: dlopen(/usr/local/lib/libgeos_c.dylib, 6): no suitable image
> found.  Did find:
> >>> /usr/local/lib/libgeos_c.dylib: no matching architecture in
> universal wrapper
> >>>
> >>> the new log
> >>>
> >>> Uncaught error while executing algorithm
> >>> Traceback (most recent call last):
> >>> Traceback (most recent call last):
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/GeoAlgorithm.py",
> line 202, in execute
> >>> self.processAlgorithm(progress)
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/Polygonize.py",
> line 48, in processAlgorithm
> >>> from shapely.ops import polygonize
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
> >>> mod = _builtin_import(name, globals, locals, fromlist, level)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/ops.py",
> line 7, in 
> >>> from shapely.geos import lgeos
> >>> File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
> >>> mod = _builtin_import(name, globals, locals, fromlist, level)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/geos.py",
> line 59, in 
> >>> _lgeos = load_dll('geos_c', fallbacks=alt_paths)
> >>> File
> "/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/shapely/geos.py",
> line 32, in load_dll
> >>> return CDLL(lib)
> >>> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
> line 365, in __init__
> >>> self._handle = _dlopen(self._name, mode)
> >>> OSError: dlopen(/usr/local/lib/libgeos_c.dylib, 6): no suitable image
> found. Did find:
> >>> /usr/local/lib/libgeos_c.dylib: no matching architecture in universal
> wrapper
> >>>
> >>>
> >>>
> >>> On Thu, Feb 27, 2014 at 1:59 AM, William Kyngesburye <
> wokl...@kyngchaos.com> wrote:
> >>> A couple thoughts.  At least from Python and the QGIS python console,
> I don't have problems.
> >>>
> >>> Try running this in the QGIS python console:
> >>>
> >>> from shapely.ops import polygonize
> >>>
> >>> Also, I wonder if the extra copy of the Processing plugin is the
> problem (your error is coming out of your .qgis2 installed (updated)
> plugins).  Possibly you updated the processing plugin in QGIS 2.0, but now
> it's older than the copy in 2.2.  Try deleting the copy in ~/.qgis2.
> >>>
> >>> On Feb 26, 2014, at 10:27 AM, William Kyngesburye wrote:
> >>>
>  I added Shapely to my GEOS framework last fall.  It looks like it's
> having problems loading the GEOS framework.  I'll look into it this evening.
> 
>  On Feb 26, 2014, at 10:18 AM, Agustin Diez-Castillo wrote:
> 
> > Not sure if the right list
> > When trying to polygonize with Ky