Re: [Qgis-developer] Qgis-developer] Make error - QGIS Latest (2.6.0) and QGIS 2.8.1 too

2015-03-22 Thread Jérôme Lefèvre

Mark,

Many thanks to confirm that we need python 2.7 with QGIS 2.8.1 and 2.6.

I will begin to prepare 10 large cups of coffee ...:)

Cheers,
Jerome

Mark Wynter a écrit :

Hi Jerome
You will need to compile Qgis against Python 2.7 - which you need to install 
from source. Not yum.

You then need to make sure you have the latest bindings installed.

add the KDE repo - it has many of the required libs in there.


This is my QGIS setup
QGIS version2.8.1-WienQGIS code revisionexported
Compiled against Qt4.8.5Running against Qt4.8.5
Compiled against GDAL/OGR1.11.1Running against GDAL/OGR1.11.1
Compiled against GEOS3.4.2-CAPI-1.8.2Running against GEOS
3.4.2-CAPI-1.8.2 r3921
PostgreSQL Client Version9.3.5SpatiaLite Version2.4.0
QWT Version6.0.1PROJ.4 Version480
QScintilla2 Version2.8.4


  

Hi,

I manage to compile without error 2.8.1 on Centos 6.5 with python 
2.6.6.

Please see my notes here :
http://gis.stackexchange.com/questions/139693/half-solved-compilation-of-qgis-2-8-against-grass-7-from-source-with-centos6-5
(also repeated later below)

But at the runtime, I have the same error like Mark Wynter, described 
in 
http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035397.html


a pop-up with "Couldn't load plugin 'processing'

Traceback (most recent call last):
File "/usr/local/share/qgis/python/qgis/utils.py", line 185, in 
loadPlugin



 





  



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


Re: [Qgis-developer] 2.8.2?

2015-03-22 Thread Anita Graser
Hi,

On Wed, Mar 11, 2015 at 4:01 PM, Paolo Cavallini 
wrote:

> Il 11/03/2015 15:15, Jürgen E. Fischer ha scritto:
>
> > There already is a nightly build of the release branch in OSGeo4W now
> (package
> > qgis-rel-dev since march 5th).
>
> Thanks Juergen. I think a standalone installer would be important now,
>

​I know that fixes/backports haven't really slowed down yet (
https://github.com/qgis/QGIS/commits/release-2_8) but is there a date for
2.8.2? For example, the already fixed heatmap plugin issue keeps popping up
every other day ...

Best wishes,
Anita

​








> however.
> All the best.
>
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Using QGIS for parallel processing

2015-03-22 Thread Patricia Carbajales
Hi Mark,
Thank you for your response. Very helpful.
Also, the resources you mentioned are fantastic. Very well written and 
extremely useful.
Thank you!
Patricia

-Original Message-
From: Mark Wynter [mailto:m...@dimensionaledge.com] 
Sent: Saturday, March 21, 2015 6:05 PM
To: qgis-developer@lists.osgeo.org
Cc: Patricia Carbajales; georger.si...@gmail.com
Subject: Re: Using QGIS for parallel processing

hi Patricia - links to a couple of articles that might spur your thinking.

http://dimensionaledge.com/intro-vector-tiling-map-reduce-postgis/

http://dimensionaledge.com/from-days-to-minutes-geoprocessing-of-alberta-land-use-data/

As George mentioned, Qgis is brilliant for multithreaded rendering - 
particularly when installed on your multi core processing servers and accessed 
by Remote Desktop (RDP) which minimizes the amount of data that has to traverse 
your broadband link in order to visualize it.

But when it comes to the multi core geoprocessing itself, there's a wide range 
of tools equipped for the job. The code patterns I've shared above are on 
github and are PostGIS focussed - but they can be easily adapted to incorporate 
R, GRASS, GDAL commands and more into a single parallel pipeline job. Scripting 
skills are a must.

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


[Qgis-developer] Qgis-developer] Make error - QGIS Latest (2.6.0) and QGIS 2.8.1 too

2015-03-22 Thread Mark Wynter
Hi Jerome
You will need to compile Qgis against Python 2.7 - which you need to install 
from source. Not yum.

You then need to make sure you have the latest bindings installed.

add the KDE repo - it has many of the required libs in there.


This is my QGIS setup
QGIS version2.8.1-WienQGIS code revisionexported
Compiled against Qt4.8.5Running against Qt4.8.5
Compiled against GDAL/OGR1.11.1Running against GDAL/OGR1.11.1
Compiled against GEOS3.4.2-CAPI-1.8.2Running against GEOS
3.4.2-CAPI-1.8.2 r3921
PostgreSQL Client Version9.3.5SpatiaLite Version2.4.0
QWT Version6.0.1PROJ.4 Version480
QScintilla2 Version2.8.4


> 
> Hi,
> 
> I manage to compile without error 2.8.1 on Centos 6.5 with python 
> 2.6.6.
> Please see my notes here :
> http://gis.stackexchange.com/questions/139693/half-solved-compilation-of-qgis-2-8-against-grass-7-from-source-with-centos6-5
> (also repeated later below)
> 
> But at the runtime, I have the same error like Mark Wynter, described 
> in 
> http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035397.html
> 
> a pop-up with "Couldn't load plugin 'processing'
> 
> Traceback (most recent call last):
> File "/usr/local/share/qgis/python/qgis/utils.py", line 185, in 
> loadPlugin
> 
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer