Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto,

again, there is no need to recompile.

All you need is to grab Processing code from the repository mentioned
by Marcus [0]. Not all code, only Processing. Look at the python/plugins
directory. Then put this code into your QGIS plugins directory. Usually this
is ~/.qgis2/python/plugins. That's all.

After this you can start QGIS as usual and test.

[0] https://github.com/mvcsantos/QGIS

2015-08-27 16:36 GMT+03:00 Geo DrinX geodr...@gmail.com:
 Marcus,

 the ZIP you indicated is a complete QGIS source .

 Where  is yourProcessing   installable on Windows ?   Do I need to
 recompile something ?

 I'm afraid I do not understand what I need to do.Could you please
 explain me the singular steps ?


 Thank you

 Roberto

 2015-08-27 14:12 GMT+02:00 Marcus Santos m...@me.com:


 On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com wrote:

 2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com:

 Oh sorry, this is the link:

 https://github.com/mvcsantos/QGIS

 Look for the master branch, you'll find the code there.



 OK.  I will unpack the ZIP under my:

 c:\Users\rrr\.qgis2\python\plugins\

 correct ?


 Exactly, you just need to put the processing plugin under the plugins
 directory.

 But, it do not conflict with the default installed

 c:\PROGRA~1\QGISPI~1\apps\qgis\.\python\plugins\processing
 Versione disponibile: 2.10.1 (in Repository plugin ufficiale QGIS)

 ?


 Well, I’m not sure if it works the same way on Windows but I suppose it’s
 the same.


 Perhaps, your version will deactivate  the default version automatically,
 or  need I to deactivate it manually, before to install your ?


 I guess so.

 Thank you for testing the new implementation.
 I'm looking forward to hear about the multithreading behaviour on Windows
 :)





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

Re: [Qgis-developer] digitizing issues in master

2015-08-27 Thread Denis Rouzaud

Marco is working on the node tool.
It has been reworked to allow Z/M editing.

It is now in click-click mode (not drag and drop anymore) to allow 
keybord input while moving a node for advanced digitizing.


There are a bunch of issues I opened:
http://hub.qgis.org/issues/13257
http://hub.qgis.org/issues/13275
http://hub.qgis.org/issues/13276

A polished node tool should come soon, as it is barely usable in its 
current state.


Denis


On 08/27/2015 04:11 PM, Régis Haubourg wrote:

Hi,
I'm digitizing in current master and couldn't achieve my work, had to switch
back to 2.10.

First issue is not being able to select a bunch of node with node tool using
clic and drag on screen. Did that change?

Second issue is new node window coming up automatically . The interaction
with canvas is unclear to me, just mousing over it and that snapped some
node in the list and started moving those node somewhere outside of my
digitising extent. The node window is a good idea. That should really show
only node in screen extent IMHO. Selecting a node from the list should be
more explicit, and one should be able to deactivate that I think.

Third issue is that I couldn't find a way to release the snapped node. Had
to finish move the node and the undo the edit.

Is there some work in progress there?

Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/digitizing-issues-in-master-tp5221470.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
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

[Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
Hi, 
I'm digitizing in current master and couldn't achieve my work, had to switch
back to 2.10.

First issue is not being able to select a bunch of node with node tool using
clic and drag on screen. Did that change?

Second issue is new node window coming up automatically . The interaction
with canvas is unclear to me, just mousing over it and that snapped some
node in the list and started moving those node somewhere outside of my
digitising extent. The node window is a good idea. That should really show
only node in screen extent IMHO. Selecting a node from the list should be
more explicit, and one should be able to deactivate that I think.

Third issue is that I couldn't find a way to release the snapped node. Had
to finish move the node and the undo the edit. 

Is there some work in progress there?

Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/digitizing-issues-in-master-tp5221470.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Marcus,

the ZIP you indicated is a complete QGIS source .

Where  is yourProcessing   installable on Windows ?   Do I need to
recompile something ?

I'm afraid I do not understand what I need to do.Could you please
explain me the singular steps ?


Thank you

Roberto

2015-08-27 14:12 GMT+02:00 Marcus Santos m...@me.com:


 On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com wrote:

 2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com:

 Oh sorry, this is the link:

 https://github.com/mvcsantos/QGIS

 Look for the master branch, you'll find the code there.



 OK.  I will unpack the ZIP under my:

 c:\Users\rrr\.qgis2\python\plugins\

 correct ?


 Exactly, you just need to put the processing plugin under the plugins
 directory.

 But, it do not conflict with the default installed

 c:\PROGRA~1\QGISPI~1\apps\qgis\.\python\plugins\processing
 Versione disponibile: 2.10.1 (in Repository plugin ufficiale QGIS)

 ?


 Well, I’m not sure if it works the same way on Windows but I suppose it’s
 the same.


 Perhaps, your version will deactivate  the default version automatically,
 or  need I to deactivate it manually, before to install your ?


 I guess so.

 Thank you for testing the new implementation.
 I'm looking forward to hear about the multithreading behaviour on Windows
 :)


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

Re: [Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
OK, thanks for the update Denis, 
will test when ready
Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/digitizing-issues-in-master-tp5221470p5221480.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS + DEMto3D = DEM 3D Printing

2015-08-27 Thread Jürgen E . Fischer
Hi,
On Thu, 27. Aug 2015 at 04:23:46 -0700, jawensi wrote:
 A pre-compiled packages of Slic3r for Windows is shipped in the DEMto3D
 installation folder, so I have to develope the access to Slic3r in other
 platforms. Slic3r is used to generate the Gcode file. Meanwhile I just
 upload to the QGIS official repo a DEMto3D version which only allows export
 DEM to STL.
 

slic3r is available in Debian jessie and above[1] and in Ubuntu utopic and
above[2].


Jürgen


[1] 
https://packages.debian.org/search?keywords=slic3rsearchon=namessuite=allsection=all
[2] 
http://packages.ubuntu.com/search?keywords=slic3rsearchon=namessuite=allsection=all

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



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

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Ok.

Thank you all.  I have done  :)

Sorry, but I am slow on the uptake   :)

Now, I am following this:

https://www.youtube.com/watch?v=V-CJCnKw89U

Do you suggest me other  multithread  functions active to test ?

Thank you again

Roberto



2015-08-27 15:40 GMT+02:00 Alexander Bruy alexander.b...@gmail.com:

 Hi Roberto,

 again, there is no need to recompile.

 All you need is to grab Processing code from the repository mentioned
 by Marcus [0]. Not all code, only Processing. Look at the python/plugins
 directory. Then put this code into your QGIS plugins directory. Usually
 this
 is ~/.qgis2/python/plugins. That's all.

 After this you can start QGIS as usual and test.

 [0] https://github.com/mvcsantos/QGIS

 2015-08-27 16:36 GMT+03:00 Geo DrinX geodr...@gmail.com:
  Marcus,
 
  the ZIP you indicated is a complete QGIS source .
 
  Where  is yourProcessing   installable on Windows ?   Do I need to
  recompile something ?
 
  I'm afraid I do not understand what I need to do.Could you please
  explain me the singular steps ?
 
 
  Thank you
 
  Roberto
 
  2015-08-27 14:12 GMT+02:00 Marcus Santos m...@me.com:
 
 
  On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com wrote:
 
  2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com:
 
  Oh sorry, this is the link:
 
  https://github.com/mvcsantos/QGIS
 
  Look for the master branch, you'll find the code there.
 
 
 
  OK.  I will unpack the ZIP under my:
 
  c:\Users\rrr\.qgis2\python\plugins\
 
  correct ?
 
 
  Exactly, you just need to put the processing plugin under the plugins
  directory.
 
  But, it do not conflict with the default installed
 
  c:\PROGRA~1\QGISPI~1\apps\qgis\.\python\plugins\processing
  Versione disponibile: 2.10.1 (in Repository plugin ufficiale QGIS)
 
  ?
 
 
  Well, I’m not sure if it works the same way on Windows but I suppose
 it’s
  the same.
 
 
  Perhaps, your version will deactivate  the default version
 automatically,
  or  need I to deactivate it manually, before to install your ?
 
 
  I guess so.
 
  Thank you for testing the new implementation.
  I'm looking forward to hear about the multithreading behaviour on
 Windows
  :)
 
 



 --
 Alexander Bruy

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

Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Arnaud Morvan


Hello,

without further notice, I will work on processing dropdown parameter 
translation next week, that is:


modify all algorithms in the QGIS group, like this :
https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b

and make a Pull Request

Best Regards

Arnaud


Le 26/08/2015 14:50, Arnaud Morvan a écrit :


Hello,

In processing algorithms, I want to translate the ParameterSelection 
dropdown contents.


I've tested two possibilities on SpatialJoin, which both operate,
and I want to get review before editing all algorithms :

First solution: use of QCoreApplication.translate('SpatialJoin', ...) 
in the class header:


https://github.com/arnaud-morvan/QGIS/commit/0daefe838c2b02c8a1bbeffdec551f578424b592 



With this form we have to specify context for each string.
Translation is effectively made at import time because language is 
set before loading processing plugin.


Second solution: use self.tr method in the defineCharacteristics method :

https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b 



With this form, we use the self.tr method at runtime on each 
defineCharacteristics call, like it is the case for name, group and 
parameters names.



I think that it is better to make translations at runtime, that is, in 
the defineCharacteristics method.


Does anyone have an opinion on this ?


Arnaud



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

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos

You’re welcome :)

You can test the “processing.runalg” method from the python console.
SAGA and GDAL/OGR algorithms are supposed be working also, can you try it out? 

Thank you,
Marcus


 On 27 Aug 2015, at 15:01, Geo DrinX geodr...@gmail.com wrote:
 
 Ok. 
 
 Thank you all.  I have done  :)
 
 Sorry, but I am slow on the uptake   :)
 
 Now, I am following this:
 
 https://www.youtube.com/watch?v=V-CJCnKw89U 
 https://www.youtube.com/watch?v=V-CJCnKw89U
 
 Do you suggest me other  multithread  functions active to test ?
 
 Thank you again
 
 Roberto
 
 
 
 2015-08-27 15:40 GMT+02:00 Alexander Bruy alexander.b...@gmail.com 
 mailto:alexander.b...@gmail.com:
 Hi Roberto,
 
 again, there is no need to recompile.
 
 All you need is to grab Processing code from the repository mentioned
 by Marcus [0]. Not all code, only Processing. Look at the python/plugins
 directory. Then put this code into your QGIS plugins directory. Usually this
 is ~/.qgis2/python/plugins. That's all.
 
 After this you can start QGIS as usual and test.
 
 [0] https://github.com/mvcsantos/QGIS https://github.com/mvcsantos/QGIS
 
 2015-08-27 16:36 GMT+03:00 Geo DrinX geodr...@gmail.com 
 mailto:geodr...@gmail.com:
  Marcus,
 
  the ZIP you indicated is a complete QGIS source .
 
  Where  is yourProcessing   installable on Windows ?   Do I need to
  recompile something ?
 
  I'm afraid I do not understand what I need to do.Could you please
  explain me the singular steps ?
 
 
  Thank you
 
  Roberto
 
  2015-08-27 14:12 GMT+02:00 Marcus Santos m...@me.com mailto:m...@me.com:
 
 
  On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com 
  mailto:geodr...@gmail.com wrote:
 
  2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com 
  mailto:m...@me.com:
 
  Oh sorry, this is the link:
 
  https://github.com/mvcsantos/QGIS https://github.com/mvcsantos/QGIS
 
  Look for the master branch, you'll find the code there.
 
 
 
  OK.  I will unpack the ZIP under my:
 
  c:\Users\rrr\.qgis2\python\plugins\
 
  correct ?
 
 
  Exactly, you just need to put the processing plugin under the plugins
  directory.
 
  But, it do not conflict with the default installed
 
  c:\PROGRA~1\QGISPI~1\apps\qgis\.\python\plugins\processing
  Versione disponibile: 2.10.1 (in Repository plugin ufficiale QGIS)
 
  ?
 
 
  Well, I’m not sure if it works the same way on Windows but I suppose it’s
  the same.
 
 
  Perhaps, your version will deactivate  the default version automatically,
  or  need I to deactivate it manually, before to install your ?
 
 
  I guess so.
 
  Thank you for testing the new implementation.
  I'm looking forward to hear about the multithreading behaviour on Windows
  :)
 
 
 
 
 
 --
 Alexander Bruy
 

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

Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Victor Olaya
Arnaud

In my opinion, is much better to translate at runtime. Don't forget
that providers can be loaded and unloaded, and also updated (as it
happens with the SAGA one when the path to the SAGA executables is
changed), so that is a better option.

Thanks for this works!

2015-08-27 18:17 GMT+02:00 Arnaud Morvan arnaud.mor...@camptocamp.com:

 Hello,

 without further notice, I will work on processing dropdown parameter
 translation next week, that is:

 modify all algorithms in the QGIS group, like this :
 https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b

 and make a Pull Request

 Best Regards

 Arnaud



 Le 26/08/2015 14:50, Arnaud Morvan a écrit :


 Hello,

 In processing algorithms, I want to translate the ParameterSelection
 dropdown contents.

 I've tested two possibilities on SpatialJoin, which both operate,
 and I want to get review before editing all algorithms :

 First solution: use of QCoreApplication.translate('SpatialJoin', ...) in
 the class header:


 https://github.com/arnaud-morvan/QGIS/commit/0daefe838c2b02c8a1bbeffdec551f578424b592

 With this form we have to specify context for each string.
 Translation is effectively made at import time because language is set
 before loading processing plugin.

 Second solution: use self.tr method in the defineCharacteristics method :


 https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b

 With this form, we use the self.tr method at runtime on each
 defineCharacteristics call, like it is the case for name, group and
 parameters names.


 I think that it is better to make translations at runtime, that is, in the
 defineCharacteristics method.

 Does anyone have an opinion on this ?


 Arnaud


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

[Qgis-developer] Segmentation fault when refreshing browser panel

2015-08-27 Thread Pedro Venâncio
Hi,

I'm working with QGIS master, compiled the day before yesterday, and it
crashed me (segmentation fault) several times when I was doing Refresh in
the Browser Panel (inside QGIS), 3 or 4 times in a row.

I have the backtrace of 3 of these crashes:

--

[New Thread 0x88e70b40 (LWP 10837)]

Program received signal SIGSEGV, Segmentation fault.
0xb42c5a5e in QBasicAtomicInt::ref (this=0x65726f63)
at /usr/include/qt4/QtCore/qatomic_i386.h:120
120 : memory);
(gdb) bt
#0  0xb42c5a5e in QBasicAtomicInt::ref (this=0x65726f63)
at /usr/include/qt4/QtCore/qatomic_i386.h:120
#1  0xb43e5cb7 in QVectorQgsDataItem*::QVector (this=0xbfb9e1f4, v=...)
at /usr/include/qt4/QtCore/qvector.h:123
#2  0xb43e5a6b in QgsDataItem::children (this=0x84a7d7a8)
at /home/pedro/qgis/QGIS-master/src/core/qgsdataitem.h:180
#3  0xb43e45df in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x84a7d7a8)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:343
#4  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0xafc3800)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#5  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x92b4d460)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#6  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x8e7abf28)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#7  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x8e745f60)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#8  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0xac17060)
---Type return to continue, or q return to quit---
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#9  0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x92b1c5e8)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#10 0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0xac15550)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#11 0xb43e468a in QgsBrowserModel::findItem (this=0x9410f30,
item=0x8f010e8,
parent=0x0)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:350
#12 0xb43e45a7 in QgsBrowserModel::parent (this=0x9410f30, index=...)
at /home/pedro/qgis/QGIS-master/src/core/qgsbrowsermodel.cpp:338
#13 0xb31fd9ce in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#14 0xb31fdb13 in QSortFilterProxyModel::mapFromSource(QModelIndex const)
const () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#15 0x081a4b10 in QgsBrowserDockWidget::refreshModel (this=0x95a9bf0,
index=...)
at /home/pedro/qgis/QGIS-master/src/app/qgsbrowserdockwidget.cpp:679
#16 0x081a4be7 in QgsBrowserDockWidget::refreshModel (this=0x95a9bf0,
index=...)
at /home/pedro/qgis/QGIS-master/src/app/qgsbrowserdockwidget.cpp:686
#17 0x081a48be in QgsBrowserDockWidget::refresh (this=0x95a9bf0)
at /home/pedro/qgis/QGIS-master/src/app/qgsbrowserdockwidget.cpp:655
---Type return to continue, or q return to quit---
#18 0x0849edca in QgsBrowserDockWidget::qt_static_metacall (_o=0x95a9bf0,
_c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfb9e778)
at
/home/pedro/qgis/QGIS-master/build-master/src/app/moc_qgsbrowserdockwidget.cxx:399
#19 0xb36eb0f7 in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#20 0xb2bdb72d in QAction::triggered(bool) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#21 0xb2bdd324 in QAction::activate(QAction::ActionEvent) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#22 0xb30cca00 in QToolButton::nextCheckState() ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#23 0xb2ffaf63 in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#24 0xb2ffb0ae in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#25 0xb30cc977 in QToolButton::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#26 0xb2c3c40a in QWidget::event(QEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#27 0xb2ffc0b2 in QAbstractButton::event(QEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#28 0xb30cca64 in QToolButton::event(QEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
---Type return to continue, or q return to quit---
#29 0xb2be27f4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#30 0xb2beaea0 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
#31 0xb43dad41 in QgsApplication::notify (this=0xbfb9f408,
receiver=0x95b2a00,
event=0xbfb9ec94)
at /home/pedro/qgis/QGIS-master/src/core/qgsapplication.cpp:254
#32 0xb36d5e4a in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
   

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX

 no you don't need to recompile whole QGIS, just grab Processing code.


I have QGIS 2.10.1 installed.   I have no any developer version.   Can I
install  Processing code  grabbing  in what way ?
What I have to do,  exactly ?Can you send me the link ?   I need to
recompile only  Processing code ?


Thank you and sorry if I am a little  dummy  :)

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

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Hi Roberto,

You just have to put the processing code into your QGIS directory. Should be 
something like this:

 ~/.qgis/python/plugins/processing 

After that you can run the QGIS as you normally do, without having to compile 
anything.

Be aware that the multithreading is not working with all algorithms.

Cheers,
Marcus 

No dia 27/08/2015, às 11:01, Geo DrinX geodr...@gmail.com escreveu:

 
 
 no you don't need to recompile whole QGIS, just grab Processing code.
 
 I have QGIS 2.10.1 installed.   I have no any developer version.   Can I 
 install  Processing code  grabbing  in what way ?
 What I have to do,  exactly ?Can you send me the link ?   I need to 
 recompile only  Processing code ?
 
 
 Thank you and sorry if I am a little  dummy  :)
 
 Roberto
 ___
 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] Processing Modeler regression Unable to open datasource of intermediate results

2015-08-27 Thread Anita Graser
On Aug 26, 2015 4:47 PM, Bernd Vogelgesang bernd.vogelges...@gmx.de
wrote:

 Am 26.08.2015, 09:08 Uhr, schrieb Anita Graser anitagra...@gmx.at:
 I reported this already some weeks ago: https://hub.qgis.org/issues/13174
 My suspicion was, that this is related to GDAL processes, cause all
others seem to run fine.

Thanks Bernd,
Must have missed that the first time.
I guess some file handling must have changed between processing 2.9 and
2.10 that broke it.

Best wishes
Anita






 Algorithm dissolve starting...

 Prepare algorithm: QGISFIXEDDISTANCEBUFFER_1

 Running Fixed distance buffer [1/2]

 Parameters: INPUT
=C:/Users/agraser/Downloads/qgis_sample_data/shapefiles/popp.shp, DISTANCE
=1, SEGMENTS =5, DISSOLVE =True

 Converting outputs

 OK. Execution took 67.825 ms (1 outputs).

 Prepare algorithm: GDALOGRDISSOLVEPOLYGONS_1

 Running Dissolve polygons [2/2]

 Parameters: INPUT_LAYER
=C:\Users\agraser\AppData\Local\Temp\processing\7f77fa47bcec4799818d1f5ea41cc8a9\OUTPUT.shp,
GEOMETRY =geometry, FIELD =TYPE, MULTI =False, FIELDS =False, COUNT =False,
AREA =False, STATS =False, STATSATT =TYPE, OPTIONS =

 GDAL command:

 cmd.exe /C ogr2ogr.exe
C:\Users\agraser\AppData\Local\Temp\processing\a44629a1c1f34bc4bf9d26ed974f2bb6\OUTPUTLAYERALGGDALOGRDISSOLVEPOLYGONS1.shp
:\Users\agraser\AppData\Local\Temp\processing\7f77fa47bcec4799818d1f5ea41cc8a9\OUTPUT.sh
OUTPUT -dialect sqlite -sql SELECT ST_Union(geometry),TYPE FROM 'OUTPUT'
GROUP BY TYPE -explodecollections

 GDAL command output:

 FAILURE:

 Unable to open datasource
`:\Users\agraser\AppData\Local\Temp\processing\7f77fa47bcec4799818d1f5ea41cc8a9\OUTPUT.sh'
with the following drivers.

 - ESRI Shapefile

 - MapInfo File

 - UK .NTF

 - SDTS

 - TIGER

 - S57

 - DGN

 - VRT

 - REC

 - Memory

 - BNA

 - CSV

 - NAS

 - GML

 - GPX

 - KML

 - GeoJSON

 - Interlis 1

 - Interlis 2

 - GMT

 - GPKG

 - SQLite

 - ODBC

 - WAsP

 - PGeo

 - MSSQLSpatial

 - OGDI

 - PostgreSQL

 - MySQL

 - PCIDSK

 - OpenFileGDB

 - XPlane

 - AVCBin

 - AVCE00

 - DXF

 - Geoconcept

 - GeoRSS

 - GPSTrackMaker

 - VFK

 - PGDump

 - OSM

 - GPSBabel

 - SUA

 - OpenAir

 - PDS

 - WFS

 - HTF

 - AeronavFAA

 - Geomedia

 - EDIGEO

 - GFT

 - GME

 - SVG

 - CouchDB

 - Idrisi

 - ARCGEN

 - SEGUKOOA

 - SEGY

 - XLS

 - ODS

 - XLSX

 - ElasticSearch

 - PDF

 - Walk

 - CartoDB

 - SXF

 Converting outputs

 OK. Execution took 0.125 ms (1 outputs).

 Model processed ok. Executed 2 algorithms total

 Converting outputs

 Loading resulting layers




 --
 Bernd Vogelgesang
 Siedlerstraße 2
 91083 Baiersdorf/Igelsdorf
 Tel: 09133-825374
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Marcus,



 You just have to put the processing code into your QGIS directory.



Yes.   But, what is the link of  your modified processing code ?   :)


Thank you

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

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Oh sorry, this is the link: 

https://github.com/mvcsantos/QGIS

Look for the master branch, you'll find the code there.

Marcus 

No dia 27/08/2015, às 11:26, Geo DrinX geodr...@gmail.com escreveu:

 Hi Marcus,
 
  
 
 You just have to put the processing code into your QGIS directory.
 
 
 Yes.   But, what is the link of  your modified processing code ?   :)
 
 
 Thank you
 
 Roberto
 
 
 
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS + DEMto3D = DEM 3D Printing

2015-08-27 Thread jawensi
Hello
A pre-compiled packages of Slic3r for Windows is shipped in the DEMto3D
installation folder, so I have to develope the access to Slic3r in other
platforms. Slic3r is used to generate the Gcode file. Meanwhile I just
upload to the QGIS official repo a DEMto3D version which only allows export
DEM to STL.

Regards.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-DEMto3D-DEM-3D-Printing-tp5220964p5221422.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Segmentation fault immediately after QGIS start

2015-08-27 Thread Nyall Dawson
On 27 August 2015 at 18:37, Andreas Neumann a.neum...@carto.net wrote:
 Hi,

 With the newest master I get a segmentation fault immediately after
 starting. Even before loading a project.

 Maybe this has to do with the recent start screen modifications?

Might be one of the leak fixes I committed - can you checkout
2f60a5f85c1e107a8047127bb1a8e7d617f7c2a5 and see if the crash is
present?

Nyall



 Here are the last debug messages:

 --

 src/core/qgsmessagelog.cpp: 45: (logMessage) [1ms] 2015-08-27T10:32:24 [0]
 QGIS Ready!
 src/app/qgisapp.cpp: 858: (QgisApp) [24ms] Tips are disabled
 src/core/qgsproviderregistry.cpp: 450: (function) [18ms] Library name is
 /usr/local/lib/qgis/plugins/libwfsprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libdelimitedtextprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libgdalprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libgpxprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libmemoryprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libmssqlprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libogrprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libowsprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libpostgresprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libspatialiteprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [1ms] Library name is
 /usr/local/lib/qgis/plugins/libwcsprovider.so
 src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is
 /usr/local/lib/qgis/plugins/libwmsprovider.so
 src/providers/wms/qgstilescalewidget.cpp: 120: (showTileScale) [0ms]
 canvas:21bc2b0 [theMapCanvas]
 src/core/qgsmapsettings.cpp: 485: (fullExtent) [139ms] called.
 src/core/qgsmapsettings.cpp: 496: (fullExtent) [0ms] Layer count: 0
 src/core/qgsmapsettings.cpp: 550: (fullExtent) [0ms] Full extent: Empty
 src/core/layertree/qgslayertreeregistrybridge.cpp: 78: (layersWillBeRemoved)
 [0ms] 0 layers will be removed, enabled:1
 src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
 src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
 src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
 src/app/qgsdecorationitem.cpp: 64: (projectRead) [1ms] Entered
 src/gui/qgsmapcanvas.cpp: 626: (refresh) [0ms] CANVAS refresh - invalid
 settings - nothing to do
 src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [8ms]
 Projection has linear units of metre
 src/core/qgsmaprenderer.cpp: 679: (setDestinationCrs) [1ms] * Setting
 destCRS : = +proj=somerc +lat_0=46.952406 +lon_0=7.43958333
 333 +k_0=1 +x_0=60 +y_0=20 +ellps=bessel
 +towgs84=674.4,15.1,405.3,0,0,0,0 +units=m +no_defs
 src/core/qgsmaprenderer.cpp: 680: (setDestinationCrs) [0ms] *
 DestCRS.srsid() = 1919
 src/core/qgsmaprenderer.cpp: 701: (setDestinationCrs) [0ms] Setting DistArea
 CRS to 1919
 src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [0ms]
 Projection has linear units of metre
 src/core/qgsmaprenderer.cpp: 933: (updateFullExtent) [1ms] called.
 src/core/qgsmaprenderer.cpp: 943: (updateFullExtent) [0ms] Layer count: 0
 src/core/qgsmaprenderer.cpp: 997: (updateFullExtent) [0ms] Full extent:
 Empty
 src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [1ms]
 Projection has linear units of metre
 src/app/qgsmeasuredialog.cpp: 83: (updateSettings) [0ms] 
 src/app/qgsmeasuredialog.cpp: 84: (updateSettings) [0ms] Ellipsoid ID : NONE
 src/app/qgsmeasuredialog.cpp: 85: (updateSettings) [0ms] Ellipsoidal  :
 false
 src/app/qgsmeasuredialog.cpp: 86: (updateSettings) [0ms] Decimalplaces: 3
 src/app/qgsmeasuredialog.cpp: 87: (updateSettings) [1ms] Display units:
 meters
 src/app/qgsmeasuredialog.cpp: 88: (updateSettings) [0ms] Canvas units :
 degrees
 src/app/qgsmeasuredialog.cpp: 343: (convertMeasurement) [0ms] Preferred
 display units are meters
 src/core/qgsdistancearea.cpp: 1079: (convertMeasurement) [0ms] Converting 1
 degrees
 src/core/qgsdistancearea.cpp: 1081: (convertMeasurement) [0ms] to 1.2392e+10
 meters
 src/app/qgsmeasuredialog.cpp: 343: (convertMeasurement) [0ms] Preferred
 display units are meters
 src/core/qgsdistancearea.cpp: 1079: (convertMeasurement) [0ms] Converting 0
 degrees
 src/core/qgsdistancearea.cpp: 1081: (convertMeasurement) [0ms] to 0 meters
 src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [1ms]
 Projection has linear units of metre
 src/app/qgsmeasuredialog.cpp: 83: (updateSettings) [0ms] 

Re: [Qgis-developer] Week 8 - report on Multithread Support on QGIS Toolbox

2015-08-27 Thread Geo DrinX
Hi Marcus,


can you indicate me what it is needed to test your multithread processing
support ?   These are my questions:

1)  there is a bin installable version ?Or,  it is needed to recompile
all QGIS and libraries ?

2)  In the second case,  there is a list of needed operations ?


Thank you in advance for the infos and for your excelent work

Roberto



2015-07-20 1:24 GMT+02:00 Marcus Santos m...@me.com:

 Hi all,

 Here is the eighth report on my GSoC project [1].
 You can find the code on the master branch [2].

 Have a nice week,
 Marcus Santos

 [1] -
 https://qgisgsoc2015.wordpress.com/2015/07/19/eighth-gsoc-report-multithreading-on-processing/

 [2] - https://github.com/mvcsantos/QGIS


 ___
 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] Lizmap Web Client - Time manager not loading

2015-08-27 Thread Blumentrath, Stefan
OK, I opened a ticket:
https://github.com/3liz/lizmap-web-client/issues/193

Cheers
Stefan

-Original Message-
From: Paolo Cavallini [mailto:cavall...@faunalia.it] 
Sent: 26. august 2015 08:16
To: Blumentrath, Stefan stefan.blumentr...@nina.no; 
qgis-developer@lists.osgeo.org
Subject: Re: [Qgis-developer] Lizmap Web Client - Time manager not loading

Il 25/08/2015 08:44, Blumentrath, Stefan ha scritto:

 As mentioned, the Montpellier tree demo (a bit more than 10k trees) did not 
 work either for me: 
 http://demo.lizmap.3liz.com/index.php/view/map/?repository=rep6project=trees#...

Confirmed here. Looks like a bug then.
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] Segmentation fault immediately after QGIS start

2015-08-27 Thread Andreas Neumann

Hi,

With the newest master I get a segmentation fault immediately after 
starting. Even before loading a project.


Maybe this has to do with the recent start screen modifications?

Here are the last debug messages:

--

Konsole output
src/core/qgsmessagelog.cpp: 45: (logMessage) [1ms] 2015-08-27T10:32:24 
[0] QGIS Ready!

src/app/qgisapp.cpp: 858: (QgisApp) [24ms] Tips are disabled
src/core/qgsproviderregistry.cpp: 450: (function) [18ms] Library name is 
/usr/local/lib/qgis/plugins/libwfsprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libdelimitedtextprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libgdalprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libgpxprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libmemoryprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libmssqlprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libogrprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libowsprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libpostgresprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libspatialiteprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [1ms] Library name is 
/usr/local/lib/qgis/plugins/libwcsprovider.so
src/core/qgsproviderregistry.cpp: 450: (function) [0ms] Library name is 
/usr/local/lib/qgis/plugins/libwmsprovider.so
src/providers/wms/qgstilescalewidget.cpp: 120: (showTileScale) [0ms] 
canvas:21bc2b0 [theMapCanvas]

src/core/qgsmapsettings.cpp: 485: (fullExtent) [139ms] called.
src/core/qgsmapsettings.cpp: 496: (fullExtent) [0ms] Layer count: 0
src/core/qgsmapsettings.cpp: 550: (fullExtent) [0ms] Full extent: Empty
src/core/layertree/qgslayertreeregistrybridge.cpp: 78: 
(layersWillBeRemoved) [0ms] 0 layers will be removed, enabled:1

src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
src/app/qgsdecorationitem.cpp: 64: (projectRead) [0ms] Entered
src/app/qgsdecorationitem.cpp: 64: (projectRead) [1ms] Entered
src/gui/qgsmapcanvas.cpp: 626: (refresh) [0ms] CANVAS refresh - invalid 
settings - nothing to do
src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [8ms] 
Projection has linear units of metre
src/core/qgsmaprenderer.cpp: 679: (setDestinationCrs) [1ms] * Setting 
destCRS : = +proj=somerc +lat_0=46.952406 +lon_0=7.43958333
333 +k_0=1 +x_0=60 +y_0=20 +ellps=bessel 
+towgs84=674.4,15.1,405.3,0,0,0,0 +units=m +no_defs
src/core/qgsmaprenderer.cpp: 680: (setDestinationCrs) [0ms] * 
DestCRS.srsid() = 1919
src/core/qgsmaprenderer.cpp: 701: (setDestinationCrs) [0ms] Setting 
DistArea CRS to 1919
src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [0ms] 
Projection has linear units of metre

src/core/qgsmaprenderer.cpp: 933: (updateFullExtent) [1ms] called.
src/core/qgsmaprenderer.cpp: 943: (updateFullExtent) [0ms] Layer count: 0
src/core/qgsmaprenderer.cpp: 997: (updateFullExtent) [0ms] Full extent: 
Empty
src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [1ms] 
Projection has linear units of metre

src/app/qgsmeasuredialog.cpp: 83: (updateSettings) [0ms] 
src/app/qgsmeasuredialog.cpp: 84: (updateSettings) [0ms] Ellipsoid ID : 
NONE
src/app/qgsmeasuredialog.cpp: 85: (updateSettings) [0ms] Ellipsoidal  : 
false

src/app/qgsmeasuredialog.cpp: 86: (updateSettings) [0ms] Decimalplaces: 3
src/app/qgsmeasuredialog.cpp: 87: (updateSettings) [1ms] Display units: 
meters
src/app/qgsmeasuredialog.cpp: 88: (updateSettings) [0ms] Canvas units : 
degrees
src/app/qgsmeasuredialog.cpp: 343: (convertMeasurement) [0ms] Preferred 
display units are meters
src/core/qgsdistancearea.cpp: 1079: (convertMeasurement) [0ms] 
Converting 1 degrees
src/core/qgsdistancearea.cpp: 1081: (convertMeasurement) [0ms] to 
1.2392e+10 meters
src/app/qgsmeasuredialog.cpp: 343: (convertMeasurement) [0ms] Preferred 
display units are meters
src/core/qgsdistancearea.cpp: 1079: (convertMeasurement) [0ms] 
Converting 0 degrees

src/core/qgsdistancearea.cpp: 1081: (convertMeasurement) [0ms] to 0 meters
src/core/qgscoordinatereferencesystem.cpp: 985: (setMapUnits) [1ms] 
Projection has linear units of metre

src/app/qgsmeasuredialog.cpp: 83: (updateSettings) [0ms] 
src/app/qgsmeasuredialog.cpp: 84: (updateSettings) [0ms] Ellipsoid ID : 
NONE
src/app/qgsmeasuredialog.cpp: 85: (updateSettings) [0ms] Ellipsoidal  : 
false

src/app/qgsmeasuredialog.cpp: 86: (updateSettings) [0ms] Decimalplaces: 

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Luigi,

what are steps to test it ?   May I recompile all QGIS ?


Thank you for any info about this

Roberto

2015-08-26 16:17 GMT+02:00 Luigi Pirelli lui...@gmail.com:

 Thanks to Marcus Santos work for GSoC

 https://qgisgsoc2015.wordpress.com/

 you can help testing it before integration in master

 regards
 Luigi Pirelli


 **
 * LinkedIn: https://www.linkedin.com/in/luigipirelli
 * Elance: https://www.elance.com/s/edit/luigipirelli/
 * GitHub: https://github.com/luipir
 * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
 * Mastering QGIS:
 https://www.packtpub.com/application-development/mastering-qgis

 **


 On 26 August 2015 at 14:49, Crispin Cooper coope...@cardiff.ac.uk wrote:
  Hi to all
 
 
 
  I am currently exploring options for developing a plugin for which
  background processing (i.e. not blocking the QGIS UI) would be nice,
 though
  not essential.  In all other respects it looks like the QGIS Processing
  framework is the best option for the interface I want, not least because
 of
  logging history etc.
 
 
 
  Is background processing for the Processing framework (i.e. mirroring
 what
  Arc does) something that’s on the roadmap for QGIS in the foreseeable
  future?
 
 
 
  Thanks  best regards
 
 
 
  Crispin
 
 
  ___
  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
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto,

no you don't need to recompile whole QGIS, just grab Processing code.
Also note that right now not all algorithms support multithreaded execution.

2015-08-27 11:46 GMT+03:00 Geo DrinX geodr...@gmail.com:
 Hi Luigi,

 what are steps to test it ?   May I recompile all QGIS ?


 Thank you for any info about this

 Roberto

 2015-08-26 16:17 GMT+02:00 Luigi Pirelli lui...@gmail.com:

 Thanks to Marcus Santos work for GSoC

 https://qgisgsoc2015.wordpress.com/

 you can help testing it before integration in master

 regards
 Luigi Pirelli


 **
 * LinkedIn: https://www.linkedin.com/in/luigipirelli
 * Elance: https://www.elance.com/s/edit/luigipirelli/
 * GitHub: https://github.com/luipir
 * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
 * Mastering QGIS:
 https://www.packtpub.com/application-development/mastering-qgis

 **


 On 26 August 2015 at 14:49, Crispin Cooper coope...@cardiff.ac.uk wrote:
  Hi to all
 
 
 
  I am currently exploring options for developing a plugin for which
  background processing (i.e. not blocking the QGIS UI) would be nice,
  though
  not essential.  In all other respects it looks like the QGIS Processing
  framework is the best option for the interface I want, not least because
  of
  logging history etc.
 
 
 
  Is background processing for the Processing framework (i.e. mirroring
  what
  Arc does) something that’s on the roadmap for QGIS in the foreseeable
  future?
 
 
 
  Thanks  best regards
 
 
 
  Crispin
 
 
  ___
  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



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



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

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos

 On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com wrote:
 
 2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com mailto:m...@me.com:
 Oh sorry, this is the link: 
 
 https://github.com/mvcsantos/QGIS https://github.com/mvcsantos/QGIS
 
 Look for the master branch, you'll find the code there.
 
 
 
 OK.  I will unpack the ZIP under my:
 
 c:\Users\rrr\.qgis2\python\plugins\ 
 
 correct ?   

Exactly, you just need to put the processing plugin under the plugins directory.

 But, it do not conflict with the default installed 
 
 c:\PROGRA~1\QGISPI~1\apps\qgis\.\python\plugins\processing  
 Versione disponibile: 2.10.1 (in Repository plugin ufficiale QGIS)
 
 ?

Well, I’m not sure if it works the same way on Windows but I suppose it’s the 
same. 


 Perhaps, your version will deactivate  the default version automatically,  or 
  need I to deactivate it manually, before to install your ?

I guess so.

Thank you for testing the new implementation. 
I'm looking forward to hear about the multithreading behaviour on Windows :)

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