Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Alexander Bruy
uld be removed if you do not have the qgis libs installed globally. > > All this is solved now, but I think you should remove those to be clean > again. > > Regards, > > Richard > > > On 20-05-14 18:21, Alexander Bruy wrote: >> Hi, >> >> I also

[Qgis-developer] Plugin site policy

2014-06-02 Thread Alexander Bruy
rove plugins after some time if this is not done. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin site policy

2014-06-03 Thread Alexander Bruy
e and separate them from non-compulsory. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin site policy

2014-06-04 Thread Alexander Bruy
r). > > Il 04/06/2014 08:31, Alexander Bruy ha scritto: > >> Just to make things clear. Am I right that your -1 means that one can submit >> plugin with non-English UI and it will be approved? So if someone submitted >> plugin with, for example, Ukrainian UI it will be a

Re: [Qgis-developer] Plugin site policy

2014-06-04 Thread Alexander Bruy
non English description) -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Realease and blockers

2014-06-06 Thread Alexander Bruy
2014-06-06 13:16 GMT+03:00 Vincent Picavet : > Could we make a more visible RC release on the website, encouraging testing ? > > I think that our user are not used yet to our new release cycle. We really > should educate them, and lower the barrier to RC testing and bug reporting. As > for now, eve

Re: [Qgis-developer] Redmine statistics

2014-06-19 Thread Alexander Bruy
er@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: module duplications

2014-06-23 Thread Alexander Bruy
lists.osgeo.org/mailman/listinfo/qgis-developer > > > > > -- > Giovanni Allegri > http://about.me/giovanniallegri > Twitter: https://twitter.com/_giohappy_ > blog: http://blog.spaziogis.it > GEO+ geomatica in Italia http://bit.ly/GEOplus > >

Re: [Qgis-developer] Processing: module duplications

2014-06-23 Thread Alexander Bruy
gt;>>> ___ >>>>> Qgis-developer mailing list >>>>> Qgis-developer@lists.osgeo.org >>>>> http://lists.osgeo.org/mailman/listinfo/qgis-developer >>>> >>>> >>>> >>>> >>>> -- >>>> Giovanni Allegri >>>> http://about.me/giovanniallegri >>>> Twitter: https://twitter.com/_giohappy_ >>>> blog: http://blog.spaziogis.it >>>> GEO+ geomatica in Italia http://bit.ly/GEOplus >>> >>> >>> >>> >>> -- >>> Giovanni Allegri >>> http://about.me/giovanniallegri >>> Twitter: https://twitter.com/_giohappy_ >>> blog: http://blog.spaziogis.it >>> GEO+ geomatica in Italia http://bit.ly/GEOplus >>> >>> ___ >>> 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: module duplications

2014-06-24 Thread Alexander Bruy
add them, but try to keep it as small and generic as possible), then open History and Log dialog, select command and from context menu choose "Create test". Unfortunatelly, this test subsystem does not intergrated into QGIS tests, so tests did

Re: [Qgis-developer] Processing: module duplications

2014-06-24 Thread Alexander Bruy
2014-06-24 13:21 GMT+03:00 G. Allegri : > The tagging system would be great, and in the future we can imagine a system > to let a user groups algorithms under its own groups (like favorites links > in the browser). IMO "smart groups" like in Style Manager is flexible approach

[Qgis-developer] symbolForFeature() does not works?

2014-07-03 Thread Alexander Bruy
2() symbol = renderer.symbolForFeature(feat) For me this is major issue that makes difficult to develop plugins that works with layer symbology (e.g. symbology import/export/conversion) Anyone confirms? Should I open a ticket? Thanks -- Alexander Bruy ___ Qgis

Re: [Qgis-developer] symbolForFeature() does not works?

2014-07-03 Thread Alexander Bruy
Hi Alexander, > > 2014-07-04 0:53 GMT+09:00 Alexander Bruy : >> Hi all, >> >> seems symbolForFeature() method does not works as expected for most >> renderers: >> * QgsSingleSymbolRendererV2 — returns feature symbol >> * QgsCategorizedSymbolRendererV2 — r

[Qgis-developer] QGIS TMS provider?

2014-07-07 Thread Alexander Bruy
makes sense to develop TMS provider for QGIS (native or GDAL-based) to allow users create connections to different services and/or local tilesets? Comments and opinions are welcome. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists

Re: [Qgis-developer] [Qgis-user] Stress about release plans

2014-07-22 Thread Alexander Bruy
> Víctor > > ___ > 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] packages included in QGIS Windows build

2014-07-22 Thread Alexander Bruy
qt4-sql-odbc. > > Are they already included? > > Regards > Otto > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___

[Qgis-developer] setFilterExpression() does not works?

2014-07-23 Thread Alexander Bruy
equest().setFilterExpression(expr) for f in layer.getFeatures(request): print 'found' This code find no matches in attached shapefile when executed from Python console, but when I try to use same expression in "Select by Expression" tool it selects one feature. Mayb

Re: [Qgis-developer] setFilterExpression() does not works?

2014-07-23 Thread Alexander Bruy
> but I've heard other opinions on this topic. > > Cheers, > Matthias > > On 23.07.2014 16:16, Alexander Bruy wrote: >> Hi all, >> >> seems expression filtering of features does not works when used from Python. >> Here is my test code for Python cons

Re: [Qgis-developer] Plugin howto

2014-07-23 Thread Alexander Bruy
t; -- > Paolo Cavallini - www.faunalia.eu > Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osge

Re: [Qgis-developer] Processing subplugins broken on master?

2014-07-25 Thread Alexander Bruy
tml > _______ > 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 i18n support

2014-08-09 Thread Alexander Bruy
a i18n in > processing modules? > > Thanks, > > Alexandre Neto > > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy

Re: [Qgis-developer] Processing i18n support

2014-08-11 Thread Alexander Bruy
But for other classes additional coding is required. Of course help and patches are welcome. > Is it done in python or C++? Processing written in Python. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.os

Re: [Qgis-developer] pyresample - Geospatial image resampling in Python - Google Project Hosting

2014-08-11 Thread Alexander Bruy
ry for being short > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___ Qgis-developer mailing list Qgis-

Re: [Qgis-developer] IT Translation broken in 2.5, it was ok in 2.4!!

2014-08-25 Thread Alexander Bruy
t;> 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] QEP or RFC?

2014-09-02 Thread Alexander Bruy
Regards, > > Larry Shaffer > Dakota Cartography > Black Hills, South Dakota > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy

Re: [Qgis-developer] MetaSearch 0.3.0 released

2014-09-02 Thread Alexander Bruy
s not works for you and you need something else? AFAIK it works fine under QGIS 2.x, so I don't understand why we need another editor. Moreover I'm slowly work on new improved version of this plugin. It is not ready yet, so I not announced it nor force to include in Q

Re: [Qgis-developer] lwgeom processing provider wainting for processign refactoring

2014-09-05 Thread Alexander Bruy
uigi.pire...@faunalia.it - lui...@gmail.com) > ___ > 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

Re: [Qgis-developer] [QGIS-UX] Proposal: move the "Remove layer(s)" button

2014-09-06 Thread Alexander Bruy
___ > QGIS-UX mailing list > qgis...@lists.osgeo.org > http://lists.osgeo.org/cgi-bin/mailman/listinfo/qgis-ux -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Master build failed

2014-09-14 Thread Alexander Bruy
Hi all, master build failed with error sip: QgsVectorLayerJoinBuffer::joinSubsetIndices() unsupported function return type - provide %MethodCode and a C++ signature Clean build does not helps. Anyone confirms? -- Alexander Bruy ___ Qgis-developer

Re: [Qgis-developer] Master build failed

2014-09-15 Thread Alexander Bruy
Hi Martin, I use PyQt 4.9.1 and SIP 4.13.2. But seems this issue already fixed in master. After update it builds fine 2014-09-14 17:48 GMT+03:00 Martin Dobias : > Hi Alex > > On Sun, Sep 14, 2014 at 8:19 PM, Alexander Bruy > wrote: >> Hi all, >> >> master bui

Re: [Qgis-developer] Processing causes major slowness at QGIS startup

2014-09-24 Thread Alexander Bruy
eveloper 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 translation

2014-09-25 Thread Alexander Bruy
___ > 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] [HackFest] Synthesis of fTools discussion

2014-10-04 Thread Alexander Bruy
gins. [0] http://qgis.org/api/classQgsOverlayAnalyzer.html [1] http://qgis.org/api/classQgsGeometryAnalyzer.html -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] thanks for the HF

2014-10-06 Thread Alexander Bruy
e incredible > organization! > > see you soon!! > > Matteo > > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy _

Re: [Qgis-developer] Map swipe tool in QGIS

2014-10-06 Thread Alexander Bruy
/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] [Qgis-user] Iconset from Google

2014-10-21 Thread Alexander Bruy
or > symbols and > styles as well. > Any comment? Any taker? > All the best. > -- > Paolo Cavallini - www.faunalia.eu > Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html > ___ > Qgis-developer mailing list > Qgis-dev

Re: [Qgis-developer] [Qgis-user] Iconset from Google

2014-10-22 Thread Alexander Bruy
website, exactly like the > plugin website does. > > I don't know anything about the amount of time/resource needed to > complete the github-based solutions though. > > -- > Alessandro Pasotti > w3: www.itopen.it > ___ > Qgis-developer maili

Re: [Qgis-developer] Create grid in Processing: problems

2014-10-23 Thread Alexander Bruy
"native" Processing extent selector here. Ticket opened https://hub.qgis.org/issues/11481 > * in any case, it seems that the command adds one less row than > expected on the North. Did not tested this yet, but will try to take a look today. -- Alexander Bruy

Re: [Qgis-developer] transition to QT5... QT4 removed will be removed from Debian Jessie

2014-11-06 Thread Alexander Bruy
EGIN PGP SIGNATURE- > Version: GnuPG v1 > > iEYEARECAAYFAlRbPw0ACgkQ/NedwLUzIr6nHQCbB4B4zyNVA1zgbhXiCGkSTDwS > GuwAnRopaKmPBTtZ0gY40ZrOcaEh1Y7y > =u2YM > -END PGP SIGNATURE- > ___ > Qgis-developer mailing list > Qgis-devel

Re: [Qgis-developer] Processing > save as script py

2014-11-11 Thread Alexander Bruy
___ > 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

[Qgis-developer] User-contributed scripts/models for Processing

2014-11-18 Thread Alexander Bruy
responsible to their bugs. But users often think that if they use script/model in QGIS that this is QGIS bug and complain. Maybe we should add a warning/explanation to download dialog? Opinions? [0] https://github.com/qgis/QGIS-Processing -- Alexander Bruy

[Qgis-developer] Core Python plugins and their dependencies

2014-11-25 Thread Alexander Bruy
even optional (so it will be "compiled" and installed only if all necessary dependencies already available). Opinions? -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Core Python plugins and their dependencies

2014-11-25 Thread Alexander Bruy
ue, 25 Nov 2014 14:45:55 +0100 >> From: Jürgen E. >> Reply-To: qgis-developer@lists.osgeo.org >> To: qgis-developer@lists.osgeo.org >> Subject: Re: [Qgis-developer] Core Python plugins and their dependencies >> >> Hi Alex, >> >> On Tue, 25. Nov 2014 a

Re: [Qgis-developer] Core Python plugins and their dependencies

2014-11-25 Thread Alexander Bruy
ally supported way to use SpatiaLite from Python is pysqlite. But DB Manager used pyspatialite, so maybe first we need update it. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] New LocationSaver plugin for QGIS

2014-11-26 Thread Alexander Bruy
> 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] Snapping tolerance

2014-12-13 Thread Alexander Bruy
st > 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] qgis pre-refresh rendering ?

2014-12-13 Thread Alexander Bruy
e it is better revert this code and readd after finalizing QEP process? Some things are broken now and this is not good, as we have about 1 month to feature freeze. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http

Re: [Qgis-developer] Various issues

2014-12-17 Thread Alexander Bruy
Hi Paolo, 2014-12-17 22:20 GMT+02:00 Paolo Cavallini : > * reprojecting a metric projection to 4326, choosing an ellipsoid and > a measurement unit in Project properties is not permanent (reopening > the dialog displays none/planimetric and degrees even if wg84 and > meters were selected beforehan

Re: [Qgis-developer] [Qgis-psc] Clarification of outcome of PSC meeting 16/1

2015-01-17 Thread Alexander Bruy
a 3.2 LTR. >> >> I assume this should be discussed and decided on 26th. >> >> Best wishes, >> Anita >> ___ >> Qgis-psc mailing list >> qgis-...@lists.osgeo.org >> http://lists.osgeo.org/mailman/lis

Re: [Qgis-developer] [Qgis-psc] Clarification of outcome of PSC meeting 16/1

2015-01-17 Thread Alexander Bruy
If I'm not wrong, support for Qt5 already added by Matthias. Regarding Python 3, I'm not sure about time plan, as in this case we depends on OSGeo4W update for Windows platform. 2015-01-17 16:27 GMT+02:00 Anita Graser : > On Sat, Jan 17, 2015 at 12:36 PM, Alexander Bruy > wrote

Re: [Qgis-developer] Plugin repo: status

2015-01-20 Thread Alexander Bruy
issues. Maybe it should be unapprowed too. -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing disappeared from QGIS master?

2015-01-22 Thread Alexander Bruy
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] Identify tool on WFS layers: wrong feature ID?

2015-02-02 Thread Alexander Bruy
mapping between "real" IDs and "internal" IDs, so identify tool show "internal" ID, while in all edit operations used "real" ID. Are there any reasons to not report "real" feature ID? -- Alexander Bruy

Re: [Qgis-developer] QGIS Certification IRC meeting, Thrus 12 Feb, 2015

2015-02-11 Thread Alexander Bruy
Linfiniti and Afrispatial > > ___ > 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] GSOC 2015?

2015-02-17 Thread Alexander Bruy
/Google_Summer_of_Code_2015 > > please add your ideas. > > anybody volunteering to pull this, this year? > > Regards, > > Richard Duivenvoorde > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org >

Re: [Qgis-developer] GSOC 2015?

2015-02-17 Thread Alexander Bruy
Oops, sorry 18th February 2015-02-17 17:02 GMT+02:00 Alexander Bruy : > Hi all, > > deadline for GSOC ideas page preparation is 18th December, so less than > one day to add your ideas to GSoC page. If we want to participate, we > should fill our ideas page ASAP. > > 2015-

Re: [Qgis-developer] QGIS server docs

2015-02-23 Thread Alexander Bruy
>>> >>> >> >> >> -- >> Dr. Marco Hugentobler >> Sourcepole - Linux & Open Source Solutions >> Weberstrasse 5, CH-8004 Zürich, Switzerland >> marco.hugentob...@sourcepole.ch http://www.sourcepole.ch >> Technical Advisor QGIS Pro

Re: [Qgis-developer] Hypsometric curves returns an error

2015-02-26 Thread Alexander Bruy
__ > 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] Split vector layer not loaded

2015-02-26 Thread Alexander Bruy
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] Hypsometric curves returns an error

2015-02-26 Thread Alexander Bruy
u > 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 -- Alexander Bruy

Re: [Qgis-developer] info about plugin and processing toolbox

2015-02-28 Thread Alexander Bruy
GIS-Processing/tree/master/scripts >> >> Best wishes >> Anita >> > > > > -- > Sergio Vignali > > > ___ > 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] PKTools under Processing?

2015-03-03 Thread Alexander Bruy
es: http://www.faunalia.eu/training.html > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___ Qgis-develo

[Qgis-developer] Fwd: [OSGeo-Discuss] OSGeo accepted to GSoC 2015 - overview of slot assignments

2015-03-03 Thread Alexander Bruy
ng lists of your knowledge. > > */And now, let s do this thing!/* > */http://tinyurl.com/l32yzgp/* > > Yours enthusiastically, > > Madi and Anne > OSGeo GSoC Admins 2015 > > [1] > http://google-opensource.blogspot.it/2015/03/mentoring-organizations-for-google.html &g

Re: [Qgis-developer] Contributing to QGIS

2015-03-05 Thread Alexander Bruy
ect for QGIS. if you interested in GSoC, please look at our GSoC page [0] and ideas page for 2015 [1] [0] https://hub.qgis.org/wiki/17/Google_Summer_of_Code [1] https://hub.qgis.org/wiki/quantum-gis/Google_Summer_of_Code_2015 -- Alexander Bruy _

[Qgis-developer] Error in QgsRasterLayer API docs

2015-03-05 Thread Alexander Bruy
Style(DrawingStyle) instead." But there is no method with such signature. [0] http://qgis.org/api/classQgsRasterLayer.html#aec82115749134c7725aecc4db2567957 -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists

[Qgis-developer] GSoC 2015: Call for potential mentors and proposals ranking

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

[Qgis-developer] Running QGIS and plugins on cluster

2015-04-14 Thread Alexander Bruy
ar or mpi4py)? Anyone has such experience? -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] processing algs description files missing

2015-04-28 Thread Alexander Bruy
here any other valid options of the corresponding GDAL/OGR command-line tool. Hope this helps -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

2015-05-06 Thread Alexander Bruy
p://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] shp cannot be styled

2015-05-07 Thread Alexander Bruy
aolo 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 -- Alexander Bruy

[Qgis-developer] Stats functions in QGIS

2015-05-18 Thread Alexander Bruy
hopefully allow to avoid code duplication. Maybe we also can help with implementation. Unfortunately I will not attend this hackfest in person, but I available via IRC and, if necessary, Skype. Thanks -- Alexander Bruy ___ Qgis-developer mailing list

Re: [Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Alexander Bruy
rg > 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] Plugins: where do they appear?

2015-05-18 Thread Alexander Bruy
Hmm, yes, if author does not cares about adding plugin to the proper menu (native QGIS or added by plugin itself), plugin will be added to the Plugins menu by default. 2015-05-18 13:37 GMT+03:00 Paolo Cavallini : > Il 18/05/2015 12:29, Alexander Bruy ha scritto: >> Hi Paolo, >>

[Qgis-developer] Icons for Processing algs

2015-05-22 Thread Alexander Bruy
find algorithms more quickly. Opinions? -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Measuring tool not closed properly

2015-05-27 Thread Alexander Bruy
t; 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] Cannot create Processing model help files

2015-06-07 Thread Alexander Bruy
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] Old "roadmap" document

2015-07-02 Thread Alexander Bruy
es anyone remember this document and have a link to it? > > Nyall > > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___

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

2015-07-16 Thread Alexander Bruy
;>> translated inside toolbox. >>>> >>>> Has someone begin to work on this or an idea about how to get names >>>> translated inside toolbox. >>>> >>>> Maybe we could help on this ? >>>> >>>> Best regards >>>> >>>> Arnaud >>>> ___ >>>> 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 Alexander Bruy
> Thanks & best regards >> > >> > >> > >> > Crispin >> > >> > >> > ___ >> > Qgis-developer mailing list >> > Qgis-developer@lists.osgeo.org >> > http://lists.osgeo.org/m

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

2015-08-27 Thread Alexander Bruy
e 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] Saving plugin's user data/settings

2015-09-01 Thread Alexander Bruy
use it for what we need. > > Thanks, > > Alexandre Neto > > > > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy

Re: [Qgis-developer] [Qgis-user] Processing Feature Request(?): 'sticky parameters' AND generic settings....

2015-10-17 Thread Alexander Bruy
folder > And implement those as util methods like to be used as opening places > for the file dialogs. > > Opinions and or other ideas? > > Regards, > > Richard Duivenvoorde > ___ > Qgis-user mailing list > qgis-u...@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-user -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] "QGIS User Survey" now available in Ukrainian

2015-10-17 Thread Alexander Bruy
Hi all, and sorry for cross-posting. QGIS Usage Survey now also available in Ukrainian http://blog.qgis.org/2015/10/16/take-the-qgis-user-survey-in-ukranian/ -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http

Re: [Qgis-developer] Improving ftools geoprocessing tools

2015-10-22 Thread Alexander Bruy
s, otherwise money will > be used otherwise. > > Please leave advice and feedback. > > > Regards > João Gaspar > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/list

Re: [Qgis-developer] LANDSAT8 QGIS processing script

2015-11-12 Thread Alexander Bruy
> > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___

[Qgis-developer] Problem with using QGIS custom widgets in plugin

2015-11-16 Thread Alexander Bruy
\apps\Python27\lib\site-packages\PyQt4\uic\properties.py", line 111, in _pyEnumMember raise AttributeError("unknown enum %s" % cpp_name) AttributeError: unknown enum QgsMapLayerProxyModel::RasterLayer I use QGIS LTR installed via OSGeo4W installer. Same problem also exists with dev

Re: [QGIS-Developer] OTB 6 and Processing

2017-05-15 Thread Alexander Bruy
___ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___ QGIS-Developer mai

Re: [QGIS-Developer] OTB 6 and Processing

2017-05-16 Thread Alexander Bruy
lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List in

[QGIS-Developer] Displaying CRS in the spatial bookmarks

2017-05-16 Thread Alexander Bruy
Hi devs, when spatial bookmark created along with coordinates it also store CRS. But instead of human-readable format (e.g. EPSG code) an internal SRS ID is used, see [0]. Is this intentionally? Should we store EPSG code instead? [0] https://issues.qgis.org/issues/14393 -- Alexander Bruy

Re: [QGIS-Developer] OTB 6 and Processing

2017-05-17 Thread Alexander Bruy
t some fixes and description files to have OTB 5.4. and 5.6. -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Providers in Processing 2.99.0

2017-05-19 Thread Alexander Bruy
iling list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] geocoders in processing

2017-05-19 Thread Alexander Bruy
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/64 > ___ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy

Re: [QGIS-Developer] New help online

2017-06-01 Thread Alexander Bruy
; ___ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___

Re: [QGIS-Developer] Can't find SAGA devel versions after r413c6e5

2017-06-08 Thread Alexander Bruy
A release. As an option I can suggest to create altenate SAGA provider plugin which will support non-LTR SAGA versions. -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/lis

Re: [QGIS-Developer] [otb-developers] qgis-otb-plugin repository moved to OTB's github

2017-06-09 Thread Alexander Bruy
gt; acceptable right? > > And OTB devs will be able to test OTB for compatibility with QGIS. > Do you know about next QGIS release date and version? Next QGIS version will be 3.0 and according to the current roadmap [0] it is expected in the end of September [0] http://qgi

Re: [QGIS-Developer] Processing 3.0: Dropping non-QgsZonalStatistics zonal statistics algorithm

2017-06-27 Thread Alexander Bruy
.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Processing 3.0: Dropping SelectByAttribute algorithm

2017-07-12 Thread Alexander Bruy
of selection options. Any objections to delete "Select by attribute"? -- Alexander Bruy ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.o

Re: [QGIS-Developer] Processing 3.0: Dropping SelectByAttribute algorithm

2017-07-12 Thread Alexander Bruy
utputs. > > On Jul 13, 2017 13:11, "Alexander Bruy" wrote: >> >> As part of the ongoing Processing upgrade and cleanup we should take >> the opportunity to get rid of duplicated algorithms. >> >> Now, when we have powerful "Select by expressio

Re: [QGIS-Developer] Processing 3.0: Dropping SelectByAttribute algorithm

2017-07-12 Thread Alexander Bruy
Also we already removed bunch of other algs, e.g. Zonal Statistics, old basic statistics, etc 2017-07-13 9:16 GMT+03:00 Alexander Bruy : > Module will be broken anyway > (https://github.com/qgis/QGIS-Enhancement-Proposals/issues/95) > so I see nothing bad here. > > 2017-07-13

[QGIS-Developer] Processing 3.0: Using expressions instead of fields and values where possible

2017-07-24 Thread Alexander Bruy
give them more flexibility, e.g. taking values from field, formulas etc. Should we rethink this and move to expressions-based parameters where possible now when number of adopted algorithms is relatively small? -- Alexander Bruy ___ QGIS-Developer

<    1   2   3   4   5   6   7   8   >