Re: [QGIS-Developer] QSqlTableModel not working with PostgreSQL 12

2020-12-10 Thread Arnaud Morvan
Thanks Jürgen for you reply and for such great work ! Regards Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment Le Dauphin F-73370 Le Bourget du Lac http://www.camptocamp.com Le 10/12/2020 à 16:06, Jürgen E

Re: [QGIS-Developer] QSqlTableModel not working with PostgreSQL 12

2020-12-10 Thread Arnaud Morvan
use QGIS on Windows, some of them use plugins base on QtSQL and this is blocking them from upgrading to PostgreSQL 12. I have no visibility on the available Qt version in next QGIS version for Windows. Is it possible we get Qt >= 5.14 in next QGIS version for Windows ? Arnaud Morvan Ingéni

Re: [QGIS-Developer] Processing: sort algorithm not working?

2020-11-23 Thread Arnaud Morvan
-incremental field. If the order is good, it is not a sortbyexpression issue, but an attribute table issue. Regards Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment Le Dauphin F-73370 Le Bourget du Lac http

Re: [QGIS-Developer] EditInPlace Processing script

2020-04-09 Thread Arnaud Morvan
Note that when heriting form QgsProcessingFeatureBasedAlgorithm, you do not have to implement processAlgorithm method which is already implemented in QgsProcessingFeatureBasedAlgorithm but should implement the processFeature method. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32

Re: [QGIS-Developer] EditInPlace Processing script

2020-04-09 Thread Arnaud Morvan
place editing is checked in dialog, output features replace input features in source instead of being appended to an output. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment Le Dauphin F-73370 Le Bourget du La

Re: [QGIS-Developer] Documentation: pyqgis cookbook python code tests

2019-03-26 Thread Arnaud Morvan
Same is coming for the Python API docstrings: https://github.com/qgis/QGIS/pull/9615 Cheers Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment Le Dauphin F-73370 Le Bourget du Lac http://www.camptocamp.com Le

Re: [QGIS-Developer] Can we remove a confirmation dialog in Refactor Fields algorithm?

2018-04-26 Thread Arnaud Morvan
Hello Germán Note that I've already fixed some related problems with https://github.com/qgis/QGIS/pull/4964 Calling deleteLater should delete the dialog on next events processing. Do dialog and child widgets signals should be correctly disconnected. Arnaud Le 25/04/2018 à 16:55, Germán

Re: [QGIS-Developer] QGIS Server request extra parameters as variables for expressions

2017-11-23 Thread Arnaud Morvan
AYER VALIDATION         "floor" "[+-][0-9A]+"'     END     DATA "geom FROM (SELECT * FROM mytable WHERE etage = '%floor%' OR etage IS NULL OR '%floor%' = 'NULL') AS foo USING UNIQUE id USING srid=3945" END Note that here the default is no filter at all (all fea

Re: [QGIS-Developer] QGIS Server request extra parameters as variables for expressions

2017-11-23 Thread Arnaud Morvan
ot;floor" value. And on the server side, the floor value could be passed as extra parameter. So it would be easy to handle multi-floor layers in a project file. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment L

[QGIS-Developer] QGIS Server request extra parameters as variables for expressions

2017-11-22 Thread Arnaud Morvan
already exists ? Note that I'm not familiar with server part. Best regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie Technolac - Bâtiment Le Dauphin F-73370 Le Bourget du Lac http://www.camptocamp.com

[QGIS-Developer] [processing] Allow to use expressions on géométries in RefactorFields

2017-10-26 Thread Arnaud Morvan
that. But another side, having this functionnality in refactorfields allow doing complex things without need to create a model. Does anyone has an opinion on this ? Regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS 18 rue du Lac Saint André Savoie

Re: [QGIS-Developer] Creating Arrays and Maps from aggregates and relations

2017-08-06 Thread Arnaud Morvan
Hello, Note that I start working on array_agg (aggregate as an array). Regards Arnaud Le 04/08/2017 à 21:18, Andreas Neumann a écrit : Hi, At the moment an array or map data structure in an expression can only be created by using the array() and map() constructor function where one has

Re: [QGIS-Developer] Creating Arrays and Maps from aggregates and relations

2017-08-04 Thread Arnaud Morvan
Hi, As "array" is already a key word in QGIS expressions, to aggregate values in an array, I would propose to use the same as postgis : "array_agg" Le 04/08/2017 à 21:18, Andreas Neumann a écrit : Hi, At the moment an array or map data structure in an expression can only be created by

Re: [QGIS-Developer] QGIS PyQt version conflict

2017-05-11 Thread Arnaud Morvan
e source folder (create a symbolic link from home QGIS plugins dir to plugin source dir) change something in the ui file reload the plugin using "plugin reloader" and you immediately see the result in QGIS. Regards Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp Fr

Re: [Qgis-developer] overload closeEvent in AlgorithmDialog.py

2017-03-27 Thread Arnaud Morvan
in the closeEvent, I do not say that this the better way for your job. Cheers Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 23/03/2017 à 18:14, enrico chiaradia a écrit

[Qgis-developer] [Processing] Modeler widget wrapper

2017-03-06 Thread Arnaud Morvan
. But as this also has a side effect on the UI, I'd like to have more opinion before going deeper on this. Best regards. Arnaud Morvan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis

Re: [Qgis-developer] New feature proposal for the Dissolve tool

2017-02-28 Thread Arnaud Morvan
Hello Marco, Note that I'm currently working on a new Algorithm that supersede dissolve tool. Here is how it should look like : Name : "Aggregate" Parameters : * input vector layer * group_by expression (field name or complex expression, possible to add conditions on geometry

Re: [Qgis-developer] QGIS 3 master available in OSGeo4W! Youhou....

2017-02-22 Thread Arnaud Morvan
Thanks Jürgen, for maintaining this Arnaud Le 22/02/2017 à 13:58, Jürgen E. Fischer a écrit : Hi Arnaud, On Wed, 22. Feb 2017 at 13:39:11 +0100, Jürgen E. Fischer wrote: On Wed, 22. Feb 2017 at 11:15:46 +0100, Arnaud Morvan wrote: Where can I found this daily osgeo4w installer

Re: [Qgis-developer] QGIS 3 master available in OSGeo4W! Youhou....

2017-02-22 Thread Arnaud Morvan
Hi all, Where can I found this daily osgeo4w installer ? Is it here : http://qgis.org/downloads/weekly/?C=M;O=D Last build seems dated from : 14-Nov-2016 Is there a place where we can get more recent build for windows ? Regards Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32

Re: [Qgis-developer] newbie build, run question

2017-02-10 Thread Arnaud Morvan
should not get this error. Cheers Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 10/02/2017 à 04:39, Chris Nicholas a écrit : I successfully built (or so it appeared from cmake

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
python path (sys.path.append) at runtime, python will find them. So virtualenv do not have to work in osgeo4w, you use it only at dev time. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
Note that owslib is distributed with QGIS so you can use : from owslib.etree import etree See here for more info : https://github.com/geopython/OWSLib/blob/840284bdd1d5e335e7a0d5d276afe4d0b34ac4cf/owslib/etree.py#L36 Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
this virtualenv to the plugin package (in make package target for example). With this the plugin package can be big, but is self contained. Cheers Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http

Re: [Qgis-developer] DB manager: Connection to PostGIS from QGIS3 fails

2016-11-30 Thread Arnaud Morvan
Hello Paolo I've the same problem, but not found the time to search and fix it. Regards Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 29/11/2016 12:51, Paolo Cavallini

Re: [Qgis-developer] Issue with vector menu and localization

2016-10-28 Thread Arnaud Morvan
ot; prefix in processing config for menus. Adding it dynamically when creating the menu entries would be better. Chears Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 28/10/

Re: [Qgis-developer] Table Manager discontinuation and missing French translator

2016-09-23 Thread Arnaud Morvan
Hello Happy that users know about refactor fields. +1 to add Refactor Fields in Vector menu processing default entries. https://github.com/qgis/QGIS/blob/eefeef573d544be5dac3f665b10a4b757762e900/python/plugins/processing/gui/menus.py#L19 Concerning the attribute table button, note that

[Qgis-developer] Backport fixes to exiting release

2016-09-20 Thread Arnaud Morvan
Hello, What is the recommended workflow to fix bugs in exiting releases. Should I make a pull request on each branch (2.16, master_2 and master) ? Or is there a precise workflow to backport fixes in existing releases ? Best regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20

Re: [Qgis-developer] Python3 and cStringIO in processing

2016-09-19 Thread Arnaud Morvan
Note that you could also add a symbolic link in .qgis-dev to output dir, example : ln -s /output/python/plugin/* $HOME/.qgis-dev/python/plugins/ And it should load processing plugin from output dir. No need to make recurrent copies to install dir after that. Arnaud Arnaud Morvan Ingénieur

Re: [Qgis-developer] Couldn't load plugin fTools

2016-09-13 Thread Arnaud Morvan
. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 13/09/2016 15:44, Eugenio Trumpy a écrit : Before make install command I remove qgis dir from /usr/local/share, after make

Re: [Qgis-developer] Couldn't load plugin fTools

2016-09-13 Thread Arnaud Morvan
Or, if this is for development, change the CMAKE_INSTALL_PREFIX path to install QGIS master in your home, not in your system folders. Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http

Re: [Qgis-developer] Processing qgis:joinattributesbylocation output empty if run from console

2016-09-08 Thread Arnaud Morvan
Should be fixed with https://github.com/qgis/QGIS/pull/3471 only remove double quotes around "['within']" => ['within'] and it works Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du L

[Qgis-developer] Incompatible matplotlib and pyparsing on Windows in 2.16.2

2016-09-02 Thread Arnaud Morvan
Hello, It seems that the pyparsing version (1.5.2) installed with QGIS 2.16.2 on Windows in : C:/Programmes/QGIS 2.16/apps/Python27/Lib/sites-packages is too old for the matplotlib one. matplotlib says : "matplotlib requires pyparsing >= 1.5.6" Best Regards Arnaud Morv

[Qgis-developer] QEP about processing UI refactoring

2016-08-22 Thread Arnaud Morvan
Hello I've wrote a QEP about processing UI refactoring. Comments are welcome. Best regards. Arnaud Morvan Camptocamp ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QEP about processing UI refactoring

2016-08-22 Thread Arnaud Morvan
Hello, I've wrote a QEP about processing UI refactoring : https://github.com/qgis/QGIS-Enhancement-Proposals/issues/65 Comments are welcome. Best regards Arnaud Morvan Camptocamp ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List

Re: [Qgis-developer] [Processing] Parameters and widgets refactoring

2016-05-28 Thread Arnaud Morvan
I've started the work to define the common widget interface and ParametersPanel short methods. The branch is there : https://github.com/arnaud-morvan/QGIS/commit/f28898b181e99b082f7f999a8de4d90430349c40 For now this is a draft, openned for discussion. Not sure I will have a lot of time

Re: [Qgis-developer] LayerTree group checkbox behavior

2016-05-27 Thread Arnaud Morvan
17:08 GMT+02:00 Raymond Nijssen <r.nijs...@terglobo.nl <mailto:r.nijs...@terglobo.nl>>: Totally agree it should work as requested. Raymond On 27-05-16 17:03, Arnaud Morvan wrote: > > Hello, > > One of our customer want this ticket to be done :

[Qgis-developer] LayerTree group checkbox behavior

2016-05-27 Thread Arnaud Morvan
check a layer group, I expect checked children to be shown, but not those who are'nt checked to be checked. Does anyone have an opinion on this ? Regard Arnaud Morvan Camptocamp ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info

Re: [Qgis-developer] Removing overlap creates records with NULL geom

2016-05-20 Thread Arnaud Morvan
This should fix the problem : https://github.com/qgis/QGIS/pull/3087 Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 20/05/2016 12:12, Paolo Cavallini a écrit : Hi all, when

[Qgis-developer] [Processing] Table output in .dbf, .csv, ods, xlsx, memory layer, spatialite and postgis

2016-05-11 Thread Arnaud Morvan
s before freeze. Could someone take a look at it. Best regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com ___ Qgis-develop

[Qgis-developer] Annotations in QgsMapCanvas.saveAsImage

2016-05-11 Thread Arnaud Morvan
Hello, I've made a pull request to add annotations in canvas image export here: https://github.com/qgis/QGIS/pull/3059 This is a small change and we would like it to be merged before freeze. Could someone make a review ? Best Regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48

[Qgis-developer] Insert/Update in existing layers using Processing

2016-04-12 Thread Arnaud Morvan
features from one layer to another, fields that do not exists on destination layer are lost without warning. We should expect a field mapper dialog here, close to the one in previous proposition. Best regards. -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie

[Qgis-developer] Pull request to avoid intersections in reshape tool

2016-03-10 Thread Arnaud Morvan
Hello, Can someone take a look at this Pull Request : https://github.com/qgis/QGIS/pull/2342 It is proposed for a long time now, and relates with 2 tickets on QGIS tracker. Regards -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352

Re: [Qgis-developer] Create grid in Processing: no polygons?

2015-10-22 Thread Arnaud Morvan
/10/2015 11:08, Arnaud Morvan ha scritto: Hi Paolo, Just tested "Vector grid" and "Create grid" from master, all seems to works as expected. Thanks. Tested on more machines, some work, some not. Trying to understand the reasons. Which version do y

Re: [Qgis-developer] Create grid in Processing: no polygons?

2015-10-22 Thread Arnaud Morvan
Hi Paolo, Just tested "Vector grid" and "Create grid" from master, all seems to works as expected. Arnaud Le 22/10/2015 10:56, Paolo Cavallini a écrit : Hi all, with current master from yesterday, the command returns always line layers, never polygons, regardless of the choice of the user:

Re: [Qgis-developer] Errors with some Processing algorithm

2015-10-12 Thread Arnaud Morvan
Le 12/10/2015 12:15, matteo a écrit : Hi all, I'm doing some test with Processing and I'm facing some problem with some algorithm: * Create grid (QGIS).. each time I try to create a grid I receive this error: Grid instance has no attribute 'TYPES' See log for more details while using the same

Re: [Qgis-developer] fTools - Processing (again)

2015-09-14 Thread Arnaud Morvan
Normally, I would be present at next hackfest and interested in working on this. From my point of view, the task would be: * Create a customizable vector menu based on Processing like proposed by Victor at Nodebo * List fTools menu entries, with candidates Processing algorithms, and

[Qgis-developer] [Processing] Translate parameter selection content

2015-09-10 Thread Arnaud Morvan
Could someone take a look at this pull request: https://github.com/qgis/QGIS/pull/2283 Arnaud ___ 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

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

2015-08-26 Thread Arnaud Morvan
', ...) 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

Re: [Qgis-developer] Fwd: Re: Processing algorithm's groups and names translation.

2015-07-16 Thread Arnaud Morvan
I've made a pull request here : https://github.com/qgis/QGIS/pull/2213 With the strategy to produce a python file which calls QCoreApplication.translate with each string (names, groups). Could you give me a feedback about this. Best regards Arnaud Le 16/07/2015 14:56, Arnaud Morvan

Re: [Qgis-developer] Fwd: Re: Processing algorithm's groups and names translation.

2015-07-16 Thread Arnaud Morvan
in simplified interface if we made one text file for each language, this would cause simplified interface to display different algorithms for each language. This text file can eventually be translated in python to be parsed by pylupdate Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32

[Qgis-developer] Vector menu - ftools / processing

2015-07-15 Thread Arnaud Morvan
Hi, At the hackfest in Nodebo, we talk about ftools plugin replacement by a customisable menu based on processing algorithms. What about this now, is there somebody working on this ? is it started ? is it about to be finished ? If we get some budget for this, is it still time to

[Qgis-developer] Fwd: Re: Processing algorithm's groups and names translation.

2015-07-15 Thread Arnaud Morvan
you think about this Cheers 2015-07-15 11:16 GMT+02:00 Arnaud Morvan arnaud.mor...@camptocamp.com: Hi, In processing algorithms, parameters names are translatable (and completely translated in french), but algorithm names and groups couldn't be translated because processing commandline

[Qgis-developer] Publish new plugin SpeadsheetLayers in QGIS official repository

2015-06-30 Thread Arnaud Morvan
somebody take a look at this ? Best regards. Arnaud Morvan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Processing algs documentation and createAlgorithmHelp

2015-06-16 Thread Arnaud Morvan
description which should have been merge with old format (one file in a group folder). Regards Arnaud Morvan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] [QGIS] New processing validity checker before feature freeze

2015-05-25 Thread Arnaud Morvan
Hello, I've created a new processing algorithm to check geometry validity at the hackfest. (It is a fTools feature which was missing in processing) Here is the pull request: https://github.com/qgis/QGIS/pull/2064 I'd like it to be merge before feature freeze. I think everything is OK to

[Qgis-developer] ftools to processing : geometry validity checker

2015-05-21 Thread Arnaud Morvan
Today at the hackfest. I will port the ftool geometry validity checker to processing, with small implementation differences: I will add method selector [QGIS|GEOS] as a parameter I will make two outputs: one for the valid ones one for the invalid ones with one

Re: [Qgis-developer] Processing and ftools (Proposal for hackfest)

2015-05-06 Thread Arnaud Morvan
-- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org

Re: [Qgis-developer] Finalising the changelog for 2.8

2015-02-23 Thread Arnaud Morvan
-- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 79 26 57 95 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org

Re: [Qgis-developer] What happened to processing.runalg?

2015-02-06 Thread Arnaud Morvan
I've just meet the same problem it comes from this commit : https://github.com/qgis/QGIS/commit/956c155e8f45cb1a0fc4c5d6204f607f80edc6b0#diff-111 some imports where removes from processing.__init__.py in context of a pep8 check this is the source of the regression Arnaud Le 06/02/2015

Re: [Qgis-developer] Processing : 2 Pull Requests for merging before feature freeze

2015-01-23 Thread Arnaud Morvan
For now, it seems that all the points raised have been threated and commits rebased to avoid conflicts Reminder, here are the links to pull requests: https://github.com/qgis/QGIS/pull/1753 https://github.com/qgis/QGIS/pull/1759 Regards Arnaud Le 21/01/2015 13:14, Victor Olaya a écrit :

Re: [Qgis-developer] Processing : 2 Pull Requests for merging before feature freeze

2015-01-23 Thread Arnaud Morvan
completetly reformat layer fields with a friendly user interface. In combination with existing modeler, it becomes relatively easy to create full formatted data export models. Arnaud Le 23/01/2015 10:12, Arnaud Morvan a écrit : For now, it seems that all the points raised have been threated

[Qgis-developer] Translation - processing plugin

2015-01-14 Thread Arnaud Morvan
Hello, I want to translate processing plugin in french. But I'm not sure about the exact translation process : - add self.tr calls in code - run push_ts.sh script to update english translation file and push it to transifex - translate strings on transifex website - optionnaly run pull_ts.sh

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
and a new one, with new ParameterPredicate class (in progress, but all comments are welcome) https://github.com/qgis/QGIS/pull/1759 Arnaud ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
I've made a Pull Request in processing plugin with a new GeoAlgorithm. https://github.com/qgis/QGIS/pull/1753 Can someone take a look at this (volaya or alexbruy), we would like it to be pulled before feature freeze. Objective of this new QGIS GeoAlgorithm is to provide a user friendly tool

[Qgis-developer] Add all geometry predicates in XXX by location processing algorithms

2014-12-08 Thread Arnaud Morvan
We want to make a pull request on this processing geoalgorithms: Select by location, Extract by location and Join by location. In Select by location, we have actually three boolean parameters : - Include input features that touch the selection features - Include input features that

Re: [Qgis-developer] OGR VRT and SrcSQL

2014-11-26 Thread Arnaud Morvan
After instrospection, when adding to QGIS an 'OGR VRT' layer with SrcSql tag, iterarator with spatial filter return no features. This seems to be due to OGR. Does anybody know a workaround about this ? Arnaud I am working with OGR VRT files in QGIS. When I use the SrcLayer tag, all works

Re: [Qgis-developer] QGIS custom widgets with python plugins

2014-11-25 Thread Arnaud Morvan
list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 79 26 57 95 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com

[Qgis-developer] OGR VRT and SrcSQL

2014-11-19 Thread Arnaud Morvan
I am working with OGR VRT files in QGIS. When I use the SrcLayer tag, all works correctly. But when I use SrcSQL tag, QGIS seems to load the file correctly, but nothing appears in the canvas. exemple: OGRVRTDataSource OGRVRTLayer name=test_shp_sql SrcDataSource

Re: [Qgis-developer] Fwd: [Qgis-user] qgis chugiak reshape features tool doesn't work

2014-10-20 Thread Arnaud Morvan
-- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 79 26 57 95 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org

[Qgis-developer] processing Select By Location operators

2014-10-20 Thread Arnaud Morvan
Processing algorithms like Select By Location, Extract by Location have been enhanced with some new operators : * Include input features that touch the selection features * Include input features that overlap/cross the selection features * Include input features completely within the

[Qgis-developer] New processing manage fields algorithm

2014-10-20 Thread Arnaud Morvan
We want to create a new processing algorithm for manage table fields. This new algorithm would have : one standard input layer vector parameter one standard output layer vector parameter a specific fields mapping parameter composed, in columns source field name (optionnal)

[Qgis-developer] utilisation de pg_service.conf sous windows

2014-09-29 Thread Arnaud Morvan
I want to use the pg service file to define postgis connection properties with QGIS, under Windows 7. I've set the PGSERVICEFILE environment variable to my file path. But when I try to connect with the service parameter from QGIS, he says that the file does'nt exist, with the exact path of

[Qgis-developer] processing translation

2014-09-25 Thread Arnaud Morvan
What about to translate the processing plugin ? There is no doubt that processing is more powerfull/modular than the old ftools, but users who don't speek english find that the processing module and its toolbox is less accessible than former fTools menu. Content to translate will be : -

[Qgis-developer] HF - ftools issues

2014-09-10 Thread Arnaud Morvan
Hello I'm Arnaud Morvan From Camptocamp It is planned that Camptocamp getthe fTools plugin maintenance To prepare the hackfest, is there any issues or tasks plannedfor the fTools plugin Arnaud ___ Qgis-developer mailing list Qgis-developer

Re: [Qgis-developer] QGIS standalone app - layer tree, legend and co.

2014-07-02 Thread Arnaud Morvan
/qgis-developer -- Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 79 26 57 95 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http

[Qgis-developer] lack of zip_decoder in PIL with Windows 64bits installer

2014-07-01 Thread Arnaud Morvan
I've meet problems to open PNG files with PIL from plugin on with windows 64 bits version of QGIS standalone installer I don't have zip_decoder in binary _image.pyd (same problem on 2.2 and 2.4) A workaround is to overwrite PIL in QGIS folder with files from PIL standalone installer I've

[Qgis-developer] Settings custom variables overwrite PATH instead of append to it on Windows

2014-06-18 Thread Arnaud Morvan
In Options/System, I've added a custom variable to append to environment PATH with value ;C:\Program Files (x86)\ffmpeg when QGIS restart python is disabled because environment PATH is strictly equal to ;C:\Program Files (x86)\ffmpeg custom variables append correctly on other variables like