[Qgis-developer] Composer Legend API

2014-11-12 Thread Akbar Gumbira
unfortunately not available in the SIP. The 5th will delete layer in map canvas. From those 5 possibilities, is there any other way to do this simple task? Regards -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence

Re: [Qgis-developer] Creating a new QgsComposerHtml from Python causes segmentation fault

2015-01-19 Thread Akbar Gumbira
/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-22 Thread Akbar Gumbira
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 -- *---* *Akbar Gumbira* *Software

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Akbar Gumbira
. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Akbar Gumbira
@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence* ___ Qgis-developer mailing list Qgis-developer

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-05-28 Thread Akbar Gumbira
list archive at Nabble.com. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-29 Thread Akbar Gumbira
-- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-29 Thread Akbar Gumbira
. On Tue, Jun 30, 2015 at 12:02 AM, Akbar Gumbira akbargumb...@gmail.com wrote: You can also use iface object provided by Python wrapper from qgis.utils. So in get_qgis_app instead of having the mock QgisInterface, you can do something like: ``` from qgis.utils import iface IFACE = iface ``` I

Re: [Qgis-developer] QGIS plugin site

2015-08-04 Thread Akbar Gumbira
Linfiniti and Afrispatial ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining

Re: [Qgis-developer] QGIS update available plugin and/or ping back plugin

2015-08-10 Thread Akbar Gumbira
Linfiniti and Afrispatial -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [Qgis-developer] Map for blinds

2015-07-14 Thread Akbar Gumbira
Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira* *Software Engineer* *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence* ___ Qgis-developer mailing

[Qgis-developer] QGIS Default Style

2016-06-02 Thread Akbar Gumbira
Hi All, I realized that there are some Qt components in QGIS that their style are not changed after changing the UI theme (in Settings), for example the grey background QListWidget. Is there API to apply these default style to be used in Python Plugin? Cheers -- *---* *Akbar

[Qgis-developer] Report 2 - QGIS Symbology Sharing Tools

2016-06-05 Thread Akbar Gumbira
to assess it. Cheers ​ -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsub

Re: [Qgis-developer] Report 2 - QGIS Symbology Sharing Tools

2016-06-08 Thread Akbar Gumbira
in other hosts as long as we know the URL to the raw metadata file. What do you think? Cheers On Wed, Jun 8, 2016 at 9:51 AM, Akbar Gumbira <akbargumb...@gmail.com> wrote: > Wasn't that a requisite? If we are going to use git as a storage we need a >> git client (pure python seems

Re: [Qgis-developer] Report 2 - QGIS Symbology Sharing Tools

2016-06-08 Thread Akbar Gumbira
's better to avoid using git for now). I will try pygit2 and dulwich and I'll report you back what I thought using those two. On Wed, Jun 8, 2016 at 9:41 AM, Alessandro Pasotti <apaso...@gmail.com> wrote: > 2016-06-08 9:21 GMT+02:00 Akbar Gumbira <akbargumb...@gmail.com>

Re: [Qgis-developer] Report 2 - QGIS Symbology Sharing Tools

2016-06-08 Thread Akbar Gumbira
e repository directly? On Mon, Jun 6, 2016 at 8:39 AM, Alessandro Pasotti <apaso...@gmail.com> wrote: > 2016-06-05 10:13 GMT+02:00 Richard Duivenvoorde <rdmaili...@duif.net>: > >> On 05-06-16 09:02, Akbar Gumbira wrote: >> >> > *Are you blocked on anything?

Re: [Qgis-developer] Plugin repository latency

2016-06-06 Thread Akbar Gumbira
Recently Ale and Richard made a patch to fix an issue that made the server down. The patch includes changing the view to provide the XML to request the file directly from cached XMLs. But the cached XMLs are only generated for the even minor version (2.12, 2.14, etc). So, for the odd minor

[Qgis-developer] Report 3 - QGIS Symbology Sharing Tools

2016-06-12 Thread Akbar Gumbira
. The repository is here https://github.com/akbargumbira/qgis_symbology_sharing. I would be happy to get code review from any of you . *Are you blocked on anything?* For now, no. Cheers -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.

Re: [Qgis-developer] [SoC] Report 1 - QGIS Symbology Sharing Tools

2016-05-31 Thread Akbar Gumbira
gist. > Did you fixed the build? > > > > On May 29, 2016, at 10:48 AM, Akbar Gumbira <akbargumb...@gmail.com> > wrote: > > Hi All, > > Here is my report for the first week of GSoC > > > *What did you get done this week?* > During community bonding perio

[Qgis-developer] Report 1 - QGIS Symbology Sharing Tools

2016-05-29 Thread Akbar Gumbira
/akbargumbira/4221338b4b3042dcc144cd78aeb6ca69 I also made a blog post here http://www.akbargumbira.com/gsoc-1-defining-use-cases-and-hackfest/ Cheers -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* __

[Qgis-developer] Report 4 - QGIS Symbology Sharing Tools

2016-06-19 Thread Akbar Gumbira
in the metadata) - Start implementing download collection for github and bitbucket handler. If you have some thoughts for me, please email me. *Are you blocked on anything?* No. -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.

Re: [Qgis-developer] Sharing 1. symbology (styles) and 2. projects incl. data and styles (GSoC, relocator, QConsolidate)

2016-06-19 Thread Akbar Gumbira
is a self-sufficient QGIS resources (including its data) to create a coherent map design. Cheers On Sun, Jun 19, 2016 at 10:55 PM, Akbar Gumbira <akbargumb...@gmail.com> wrote: > HI Stefan, > > I am the one doing that GSoC project. You remind me that I need to update > the p

Re: [Qgis-developer] Sharing 1. symbology (styles) and 2. projects incl. data and styles (GSoC, relocator, QConsolidate)

2016-06-19 Thread Akbar Gumbira
t; > P.S. For more issues on this like locally installed symbol fonts, > temporary/in-memory data layers, databases, secured web services, and > layer provider plugins) see my "All-in-one Project" > (http://giswiki.hsr.ch/All-in-one_Project_QGIS_Plugin). > ____

Re: [Qgis-developer] Report 5 - QGIS Symbology Sharing Tools

2016-06-28 Thread Akbar Gumbira
> Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer > -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* _

[Qgis-developer] Report 5 - QGIS Symbology Sharing Tools

2016-06-26 Thread Akbar Gumbira
blocked on anything? I have problem with Dulwich. It's freezing the UI. I want to show the progress of cloning/pulling repository realtime but I haven't figured out a way yet. -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.

Re: [Qgis-developer] GSOC 2016 - QGIS Symbology repository

2016-04-24 Thread Akbar Gumbira
e: > > A warm welcome to Akbar Gumbira whose GSOC project [1] has officially been > accepted! > > ​Akbar will be mentored by Alessandro Pasotti and me. > > ​Here's a short p > roject summary: > > This project will focus on making styles (.qml), symbols definition >

Re: [Qgis-developer] Cleaning up the QEP list

2016-07-26 Thread Akbar Gumbira
f we, as the project would take the QEPs a bit more > seriously and maintain them accordingly. Seems like some devs do, some > don't. Any comments? > > Thanks and greetings, > > Andreas > > > ___ > Qgis-developer mailing list > Qgis

Re: [Qgis-developer] compiling 2.16

2016-07-12 Thread Akbar Gumbira
*** [all] Error 2 > > is this an ordering problem? > > Regards, > > Richard > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.or

Re: [Qgis-developer] Unicode type QGIS_RELEASE_NAME and QGIS_VERSION

2016-07-12 Thread Akbar Gumbira
the upcoming > upgrade to python 3 much easier. > > Matthias > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Modifying image path for any vector symbols using svg/image

2016-07-14 Thread Akbar Gumbira
llSymbolLayerV2 > -- QgsImageFillSymbolLayer > --- QgsRasterFillSymbolLayer > *.imageFilePath(), .setImageFilePath()* > --- QgsSVGFillSymbolLayer > *.svgFilePath(), .setSvgFilePath()* Do I miss other possibilities? or perhaps is there an easier way to modify the path? Cheers -- *-

[Qgis-developer] Report 9 - QGIS Resources Sharing Tools

2016-07-24 Thread Akbar Gumbira
have 4 weeks left to polish things up. Cheers -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/li

Re: [Qgis-developer] Report 10 - QGIS Resources Sharing Tools

2016-08-01 Thread Akbar Gumbira
man/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-developer@li

Re: [Qgis-developer] Report 10 - QGIS Resources Sharing Tools

2016-08-01 Thread Akbar Gumbira
can clone a repository from git and use that repository in the local without having to change the metadata file itself. Cheers On Mon, Aug 1, 2016 at 11:13 AM, Akbar Gumbira <akbargumb...@gmail.com> wrote: > Hi Matthias, > > >> I guess support for relative URLs shoul

Re: [Qgis-developer] Report 10 - QGIS Resources Sharing Tools

2016-08-01 Thread Akbar Gumbira
Ok thanks Ale. I'll focus on separating metadata handler and repository handler this week. Cheers On Mon, Aug 1, 2016 at 10:24 AM, Alessandro Pasotti <apaso...@gmail.com> wrote: > On Mon, Aug 1, 2016 at 10:17 AM, Akbar Gumbira <akbargumb...@gmail.com> > wrote: > >&

[Qgis-developer] Report 10 - QGIS Resources Sharing Tools

2016-07-30 Thread Akbar Gumbira
implement this on time and still have time to polish things up. *Are you blocked on anything?* No, just need to have more opinions on the situation I mentioned above. Have a nice weekend. Cheers! -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.

Re: [Qgis-developer] GSoC Last Report - QGIS Resource Sharing Plugin

2016-08-15 Thread Akbar Gumbira
4/qgis-grants-call-for-applications/ > > Regards > > Tim > > > On 14 Aug 2016, at 6:42 PM, Akbar Gumbira <akbargumb...@gmail.com> wrote: > > Hi All, > > This is my last report of the GSoC project. I would like to thank Ale and > Anita as my mentors, Richard (

[Qgis-developer] Report 8 - QGIS Symbology Sharing Tools

2016-07-17 Thread Akbar Gumbira
on anything?* No. I think the tool is in a decent state that now importing symbol and svg is working nicely. -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-dev

Re: [Qgis-developer] plugins.qgis.org star vote feeback

2016-07-20 Thread Akbar Gumbira
stinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-develo

[Qgis-developer] Adding symbols through API needs QGIS restarts to show up

2016-07-12 Thread Akbar Gumbira
userStyleV2Path()) Is there something in the API that I could call to trigger the dialog to show up the changes after adding the symbols? -- *-------* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailin

Re: [Qgis-developer] Adding symbols through API needs QGIS restarts to show up

2016-07-12 Thread Akbar Gumbira
are meant to do. On Tue, Jul 12, 2016 at 7:57 PM, Martin Dobias <wonder...@gmail.com> wrote: > Hi Akbar > > On Tue, Jul 12, 2016 at 7:49 PM, Akbar Gumbira <akbargumb...@gmail.com> > wrote: > > Hi, > > > > I am trying to add symbols/colorramps through Pyth

Re: [Qgis-developer] Report 5 - QGIS Symbology Sharing Tools

2016-06-27 Thread Akbar Gumbira
ed a complete repository > and you know which files you want. > > Looking forward to hearing more of this project, keep up the good work! > > Matthias > > [1] https://github.com/jelmer/dulwich#help > > On 06/26/2016 07:10 PM, Akbar Gumbira wrote: > > Hi, >

[Qgis-developer] Report 7 - QGIS Symbology Sharing Tools

2016-07-10 Thread Akbar Gumbira
d group(s) Cheers -- *-------* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Report 11 - QGIS Resources Sharing Tools

2016-08-05 Thread Akbar Gumbira
template directory is enough? Hmm sorry if I am just braindumping here :) Have a nice weekend. Regards -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-dev

Re: [Qgis-developer] Report 11 - QGIS Resources Sharing Tools

2016-08-08 Thread Akbar Gumbira
maki - Nice, I can import them I'll make the road-signs, frecce del nord/north arrows, mapbox maki collections for now Cheers On Sat, Aug 6, 2016 at 7:27 AM, Paolo Cavallini <cavall...@faunalia.it> wrote: > Il 05/08/2016 22:55, Akbar Gumbira ha scritto: > > * If anyone has

Re: [Qgis-developer] Report 11 - QGIS Resources Sharing Tools

2016-08-08 Thread Akbar Gumbira
collections that users can use. I think those 3 collections that I mentioned won't take much time to prepare. Cheers On Mon, Aug 8, 2016 at 10:43 AM, Richard Duivenvoorde <rdmaili...@duif.net> wrote: > On 08-08-16 10:37, Akbar Gumbira wrote: > > Hi Paolo, > > > &g

[Qgis-developer] Report 6 - QGIS Symbology Sharing Tools

2016-07-03 Thread Akbar Gumbira
). I will focus on the SVG first since I still have some missing pieces to implement the colorramp/symbols one :) - I will make a doc site using documentup and start writing documentation. *Are you blocked on anything?* No -- *---* *Akbar Gumbira * *www.akbargumbira.com

Re: [Qgis-developer] ubuntu 2.16 packages core dump

2016-08-20 Thread Akbar Gumbira
me error.. > > Thanks > > Matteo > ___ > 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-

[Qgis-developer] Broken Python Plugins on QGIS 2.16 Ubuntu 16

2016-08-20 Thread Akbar Gumbira
with the released QGIS 2.16. Of course we could check the host, but again some users also compile QGIS themselves. So, what should we do to overcome this issue? Is there perhaps a flag (e.g telling if QGIS is compiled with/without webkit) that we can use? Cheers -- *---* *Akbar

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-08-31 Thread Akbar Gumbira
gt; Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer > -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* _

Re: [Qgis-developer] issue move to gh stalled

2016-09-02 Thread Akbar Gumbira
Hey Tim, I just migrated the issues from Redmine to Github. I think there's nothing left in the project there (https://hub.qgis.org/projects/qgis-django) to migrate Cheers On Fri, Aug 26, 2016 at 3:33 AM, Tim Sutton <t...@kartoza.com> wrote: > Hi > > On 23 Aug 2016, at 10:18 AM

Re: [Qgis-developer] qgis crash using QThread in a plugin script

2016-09-05 Thread Akbar Gumbira
It would be more helpful if you point to the code here. I had a problem with QThread (was initially inheriting QThread) but managed to fix the problem by creating workers and move the worker object to thread. This is a good article about multithreading in qgis

Re: [Qgis-developer] Folder repetition of SVG symbols

2016-09-01 Thread Akbar Gumbira
-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer > > > > > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > U

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-01 Thread Akbar Gumbira
ing 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 > -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com&

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-01 Thread Akbar Gumbira
gt; > [1] https://github.com/qgis/qgis3.0_api/issues/43 > > Btw. Alex, could you please assign that issue to me? I can't manage that > repo. > > -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* _

Re: [Qgis-developer] qgis crash using QThread in a plugin script

2016-09-13 Thread Akbar Gumbira
mail.com>: > >> Hi Akbar, >> thank you for your answer, I'm abroad till Tuesday but I will test it >> asap and let you know. >> Best >> >> Il 09/set/2016 05:04, "Akbar Gumbira" <akbargumb...@gmail.com> ha >> scritto: >> >

Re: [Qgis-developer] qgis crash using QThread in a plugin script

2016-09-08 Thread Akbar Gumbira
s-crash-using-qthread-in-a-plugin-script). > There you can find the full explanation of the problem and all the code I > used... It would be great to get some feedbacks! > Best > s. > > 2016-09-06 3:58 GMT+02:00 Akbar Gumbira <akbargumb...@gmail.com>: > >> It would be more

Re: [Qgis-developer] qgis crash using QThread in a plugin script

2016-09-13 Thread Akbar Gumbira
and just open the dialog in the action. On Wed, Sep 14, 2016 at 2:57 AM, Akbar Gumbira <akbargumb...@gmail.com> wrote: > Hi Sergio, > > It sounds like a new problem. Did removing the return fix the crash > problem that happened before? As your problem now that it prints double &g

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Akbar Gumbira
Hi Matthias, Is there any pointer to the discussion? If it's possible for me to help, I could may be make a proposal for next year GSoC on this :) @Jachym: AFAIK, most plugins now just ship the needed libraries along with it or ask the users to install them. There are some libraries that are

Re: [Qgis-developer] issue move to gh stalled

2016-08-23 Thread Akbar Gumbira
I could help migrating issues manually of qgis django repository to github (though it's not that much of a work) :) Cheers On Aug 23, 2016 5:50 AM, "Tim Sutton" wrote: > > Hi Richard and Devs: > > >> On 22 Aug 2016, at 1:43 PM, Richard Duivenvoorde wrote:

Re: [Qgis-developer] Merge QGIS Resource Sharing Plugin into core

2017-01-07 Thread Akbar Gumbira
> 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 > -- *---* *Akbar Gumbira *

Re: [Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-29 Thread Akbar Gumbira
, which I can't commit to, not until summer holiday. I hope QGIS will get many interesting proposals from other students. Cheers On Mar 5, 2017 2:03 PM, "Luigi Pirelli" <lui...@gmail.com> wrote: > On 2 March 2017 at 23:14, Akbar Gumbira <akbargumb...@gmail.com> wrote: &

Re: [Qgis-developer] Suggestion for GSoC project for QGIS

2017-03-17 Thread Akbar Gumbira
//lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- *---* *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ Qgis-developer mailing list Qgis-developer@lists.o

Re: [Qgis-developer] Which templating engine for QGIS Python Plugins?

2017-04-12 Thread Akbar Gumbira
Jinja is already packaged in QGIS so you wouldn't need to package it in your plugin if you use it. On Apr 12, 2017 15:27, "Stefan Keller" wrote: > Hi, > > I have at least two use cases for QGIS Python plugins where I see the > need for "Templating in Python". > Do you devs

Re: [Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-03 Thread Akbar Gumbira
ck together for sure in summer with some beach scenery in Gdańsk? :) Cheers On Fri, Mar 3, 2017 at 3:30 PM, Borys Jurgiel <li...@borysjurgiel.pl> wrote: > Dnia czwartek, 2 marca 2017 16:54:34 Akbar Gumbira pisze: > > - Making a unified sharing platform joining the plugin

Re: [Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-02 Thread Akbar Gumbira
tem from the list that I can pick up right away (I had image and speech recognition course last semester and still 'hot' in my brain). Has there been any discussion about this? Cheers On Thu, Mar 2, 2017 at 10:26 PM, Tim Sutton <t...@kartoza.com> wrote: > Hi > > On 02 Mar 2017, a

[Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-02 Thread Akbar Gumbira
Dear developers, Perhaps I need to do introduction again as anyone else. My name is Akbar Gumbira, studying Computer Science in Warsaw University of Technology and right now working on my thesis about Probabilistic Topic Models - in general inferring topics of given documents and I am trying

Re: [QGIS-Developer] Deleting Plugin Versions & Download Stats

2017-11-07 Thread Akbar Gumbira
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > -- *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ QGIS-Developer

[QGIS-Developer] Transfer Ownership of QGIS Resource Sharing plugin

2018-03-26 Thread Akbar Gumbira
to maintain it with better care? I am happy to transfer it if it would be well taken care of. Regards -- *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org Lis

Re: [QGIS-Developer] Just in time: Seeking mentors for development of a Deep Learning model applied to Remote Sensing Data

2018-03-23 Thread Akbar Gumbira
8ad9-18867768e998.jpg> > *Generated LCLU map (output)* > Best, > > Evandro Carrijo Taquary > Federal University of Goiás > > ___ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.o

Re: [QGIS-Developer] Just in time: Seeking mentors for development of a Deep Learning model applied to Remote Sensing Data

2018-03-23 Thread Akbar Gumbira
oing to take > place. As soon as I have the first version of it I will share with you guys. > > Thank your for you precious advices! > > Cheers > > 2018-03-23 11:12 GMT-03:00 Akbar Gumbira <akbargumb...@gmail.com>: > >> Hi (again), >> >> >>> T

Re: [QGIS-Developer] Welcome Ismail Sunni for this year's GSoC

2019-05-08 Thread Akbar Gumbira
nfo: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ QGIS-Developer mailin

Re: [QGIS-Developer] Error trying to import linear_model from sklearn in Qgis

2019-10-25 Thread Akbar Gumbira
://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- *Akbar Gumbira * *www.akbargumbira.com <http://www.akbargumbira.com>* ___ QGIS-Developer mailing list QGIS-Developer