Re: [QGIS-Developer] [GRASS-dev] Access to GRASS GIS addons

2018-10-10 Thread Stefan Blumentrath
Dear Nikos,

Approaches are a bit different for Processing and the GRASS plugin, though both 
do not allow usage of GRASS addons out-of-the-box.
Assuming you are aiming at integration in Processing have a look here:
https://gis.stackexchange.com/questions/150100/how-to-add-my-own-grass-algorithms-to-processing
and
https://github.com/qgis/QGIS/blob/b3d2619976a69d7fb67b884492da491dfaba287c/python/plugins/processing/algs/grass7/description/r.horizon.height.txt
on how you would have to tweak local GRASS and QGIS installation.

For less experienced users that are supposed to use the addon, you would 
probably want to write a little installation routine for your addon, that puts 
txt files into right places in the installation and also installs the GRASS 
addon systemwide...

Cheers
Stefan

-Original Message-
From: grass-dev  On Behalf Of Nikos 
Alexandris
Sent: onsdag 10. oktober 2018 17:45
To: qgis-developer@lists.osgeo.org
Cc: grass-...@lists.osgeo.org
Subject: [GRASS-dev] Access to GRASS GIS addons

Dear QGIS developers,

I'd much appreciate some response in the following questions.

I rarely use Windows, yet I would like to learn about the latest status in 
accessing GRASS GIS addons (not only regular modules) through QGIS under 
Windows.

If I write an addon for GRASS GIS, can I then provide/ensure access to it for 
Windows users of QGIS?

Thank you, Nikos
___
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] [GRASS-dev] Access to GRASS GIS addons

2018-10-10 Thread Nikos Alexandris

(Apologies for re-posting; I was not subscribed to the qgis-developer list
before)

Dear QGIS developers,

I'd much appreciate some response in the following questions.

I rarely use Windows, yet I would like to learn about the latest status in
accessing GRASS GIS addons (not only regular modules) through QGIS under
Windows.

If I write an addon for GRASS GIS, can I then provide/ensure access to it for
Windows users of QGIS?

The are related documentations:

- 
https://docs.qgis.org/testing/en/docs/user_manual/grass_integration/grass_integration.html?highlight=grass#customizing-the-grass-toolbox
- https://qgis.org/en/site/getinvolved/development/addinggrasstools.html

Are these up-to-date?

Thank you, Nikos


signature.asc
Description: PGP signature
___
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] QgsProcessing vector types combobox

2018-10-10 Thread Nyall Dawson
On Wed, 10 Oct 2018 at 22:26, Carlo A. Bertelli (Charta s.r.l.)
 wrote:
>
> May I support this request by Matteo?
> When processing geometries, undesired multi-geometries are a frequent 
> outcome. It may even be useful to show the users that that the procedure has 
> a multi-geometry output. This usually means there are uplanned outcomes and 
> that the algorithm is not properly configured and/or is a wrong solution for 
> your problem.

Why not just make your algorithms handle multi geometries? They are
very common, e.g. all polygon/line shapefiles in 3.0 are
multipolygon/multiline types. If you don't handle multi geometries
correctly, your algorithm won't work with these.

> Anyway, being able to precede a process with a multi-to-single algorithm 
> would be really convenient.

If your algorithm needs this to operate correctly, then it should be
done automatically within your algorithm itself.

Nyall
___
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] QGIS building difficulties on windows

2018-10-10 Thread Philippe Denis
Hello,


Since 2 weeks now I'm trying to build qgis sources to get Qgis Quick but with 
no success until now...

Could you help me?

following step from https://github.com/qgis/QGIS/blob/master/INSTALL I need to 
build qgis on host and target windows 7 / 64 bits but I received messages

no module named PyQt5.pyqtconfig

and

import PyQt5.QtCore
importError:DLL load failed

I search a lot on Google to try to solve myself but I didn't found something to 
help me...



Kind regards
Philippe
___
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] QgsProcessing vector types combobox

2018-10-10 Thread Matteo Ghetta
Hi Ginetto,

> add in a model preceding with "promote to multipart" or "multiparts to
> singleparts" ?

this will not solve the problem actually. Or better, not upstream :)

Matteo
___
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] Appending text data to a geopackage

2018-10-10 Thread Paolo Cavallini
Hi Carlo,

I think I didn't explain my problem well: I have new data coming as
text, and I'm looking for an easy way of appending these to an existing
gpkg table.

Thanks.


Il 10/10/2018 02:30 PM, Carlo A. Bertelli (Charta s.r.l.) ha scritto:
> What about working on a geometric view with properly configured rules
> while on PostgresSQL or with a trigger on other DBMSs (SQLite too)? It
> seems the easiest way to avoid the shell. Maybe there could even be a
> way with a virtual file based on internal SQLite... Just a thought...
> c
>
> On Wed, Oct 10, 2018 at 8:39 AM Paolo Cavallini  > wrote:
>
> Hi all,
>
> I have a simple problem for which I cannot find a simple solution: I
> have a table in a gpkg, and I have to add often data coming from text.
> Ideally I'd like to paste the text as a new record, having it parsed
> automatically. Currently this only seems possible from an SQL shell.
> Anything I'm overlooking?
>
> All the best, and thanks.
>
> -- 
> Paolo Cavallini - www.faunalia.eu 
> QGIS.ORG  Chair:
> http://planet.qgis.org/planet/user/28/tag/qgis%20board/
>
>
> ___
> 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
>
>
>
> -- 
> --
> Carlo A. Bertelli
>    Charta servizi e sistemi per il territorio e la storia ambientale srl
>           Dipendenze del palazzo Doria,
>           vc. alla Chiesa della Maddalena 9/2 16124      Genova (Italy)
>           tel./fax +39(0)10 2475439  +39 0108566195  mobile:+39 393
> 1590711
>    e-mail: berte...@chartasrl.eu      
> http://www.chartasrl.eu
> --
>
>
>

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/

___
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] Woohoo! Interactive Travis debugging

2018-10-10 Thread Denis Rouzaud
Hey awesome!
Thanks for the pointer...

Le mar. 9 oct. 2018 à 05:18, Nyall Dawson  a écrit :

>
> The Job ID is displayed in the build log after expanding "Build system
> information".
>

or just in the URL ;)

>
> Once in the SSH session, these bash functions will come in handy to
> run the different phases in your build:
>
> https://docs.travis-ci.com/user/running-build-in-debug-mode/#Things-to-do-once-you-are-inside-the-debug-VM


I have been testing it and the main issue I had is that you cannot access
/root...
Or am I missing something?

Cheers,
Denis

-- 

Denis Rouzaud
de...@opengis.ch  
+41 76 370 21 22
___
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] QgsProcessing vector types combobox

2018-10-10 Thread Luigi Pirelli
add in a model preceding with "promote to multipart" or "multiparts to
singleparts" ?
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Wed, 10 Oct 2018 at 14:26, Carlo A. Bertelli (Charta s.r.l.) <
carlo.berte...@gmail.com> wrote:

> May I support this request by Matteo?
> When processing geometries, undesired multi-geometries are a frequent
> outcome. It may even be useful to show the users that that the procedure
> has a multi-geometry output. This usually means there are uplanned outcomes
> and that the algorithm is not properly configured and/or is a wrong
> solution for your problem.
> Anyway, being able to precede a process with a multi-to-single algorithm
> would be really convenient.
> Thanks for pointing this out.
> c
>
> On Wed, Oct 10, 2018 at 9:27 AM Matteo Ghetta 
> wrote:
>
>> Hi devs,
>>
>> if I'm not wrong Processing script input combobox can filter some vector
>> types [0] but does not distinguish between single and multi geometries.
>>
>> I think this could be useful to add. I faced a problem where an
>> algorithm could not run with multipoint geometries, but I had to filter
>> them after the RUN button was clicked
>>
>> Some opinions?
>>
>> Cheers
>>
>> Matteo
>>
>>
>>
>> [0] https://qgis.org/pyqgis/master/core/Processing/QgsProcessing.html
>>
>> --
>> Matteo Ghetta - www.faunalia.eu
>> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
>> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
>> ___
>> 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
>
>
>
> --
> --
> Carlo A. Bertelli
>Charta servizi e sistemi per il territorio e la storia ambientale srl
>   Dipendenze del palazzo Doria,
>   vc. alla Chiesa della Maddalena 9/2 16124  Genova (Italy)
>   tel./fax +39(0)10 2475439  +39 0108566195  mobile:+39 393 1590711
>e-mail: berte...@chartasrl.eu  http://www.chartasrl.eu
> --
>
>
>
> ___
> 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 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] Appending text data to a geopackage

2018-10-10 Thread Carlo A. Bertelli (Charta s.r.l.)
What about working on a geometric view with properly configured rules while
on PostgresSQL or with a trigger on other DBMSs (SQLite too)? It seems the
easiest way to avoid the shell. Maybe there could even be a way with a
virtual file based on internal SQLite... Just a thought...
c

On Wed, Oct 10, 2018 at 8:39 AM Paolo Cavallini 
wrote:

> Hi all,
>
> I have a simple problem for which I cannot find a simple solution: I
> have a table in a gpkg, and I have to add often data coming from text.
> Ideally I'd like to paste the text as a new record, having it parsed
> automatically. Currently this only seems possible from an SQL shell.
> Anything I'm overlooking?
>
> All the best, and thanks.
>
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS.ORG Chair:
> http://planet.qgis.org/planet/user/28/tag/qgis%20board/
>
>
> ___
> 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



-- 
--
Carlo A. Bertelli
   Charta servizi e sistemi per il territorio e la storia ambientale srl
  Dipendenze del palazzo Doria,
  vc. alla Chiesa della Maddalena 9/2 16124  Genova (Italy)
  tel./fax +39(0)10 2475439  +39 0108566195  mobile:+39 393 1590711
   e-mail: berte...@chartasrl.eu  http://www.chartasrl.eu
--
___
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] QgsProcessing vector types combobox

2018-10-10 Thread Carlo A. Bertelli (Charta s.r.l.)
May I support this request by Matteo?
When processing geometries, undesired multi-geometries are a frequent
outcome. It may even be useful to show the users that that the procedure
has a multi-geometry output. This usually means there are uplanned outcomes
and that the algorithm is not properly configured and/or is a wrong
solution for your problem.
Anyway, being able to precede a process with a multi-to-single algorithm
would be really convenient.
Thanks for pointing this out.
c

On Wed, Oct 10, 2018 at 9:27 AM Matteo Ghetta 
wrote:

> Hi devs,
>
> if I'm not wrong Processing script input combobox can filter some vector
> types [0] but does not distinguish between single and multi geometries.
>
> I think this could be useful to add. I faced a problem where an
> algorithm could not run with multipoint geometries, but I had to filter
> them after the RUN button was clicked
>
> Some opinions?
>
> Cheers
>
> Matteo
>
>
>
> [0] https://qgis.org/pyqgis/master/core/Processing/QgsProcessing.html
>
> --
> Matteo Ghetta - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
> ___
> 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



-- 
--
Carlo A. Bertelli
   Charta servizi e sistemi per il territorio e la storia ambientale srl
  Dipendenze del palazzo Doria,
  vc. alla Chiesa della Maddalena 9/2 16124  Genova (Italy)
  tel./fax +39(0)10 2475439  +39 0108566195  mobile:+39 393 1590711
   e-mail: berte...@chartasrl.eu  http://www.chartasrl.eu
--
___
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] [Qgis-psc] Issue tracker still not sending email correctly

2018-10-10 Thread Denis Rouzaud
Hi,

Thanks a lot Jürgen for looking at.

But am I the only one experiencing this?

I don't have anything in my spams and did not receive anything from
yesterday.


Cheers,
Denis

Le mer. 10 oct. 2018 à 04:19, Richard Duivenvoorde  a
écrit :

> On 10/10/2018 03:34 AM, Jürgen E. Fischer wrote:
> > Hi Denis,
> >
> > On Tue, 09. Oct 2018 at 16:26:20 -0400, Denis Rouzaud wrote:
> >> Or maybe it's just my address that is filtering?
> >
> > I added a SPF record.  Maybe that makes it easier for gmail to accept
> mail.
>
> Thanks Juergen, for doing this! I also have some domains for which I
> forward mail, and Gmail is notorious to claim mail being spam.
> Especially if the smtp server comes from a provider which does
> forwarding itself (in my case: a big provider which used smtp servers of
> smaller providers it recently bought).
> For me also ading a SPF record fixed that.
>
> Personally I miss about 50% of our/others Github mails, not sure where
> those are eaten...
>
> Regards,
>
> Richard
>
>
> ___
> 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

-- 

Denis Rouzaud
de...@opengis.ch  
+41 76 370 21 22
___
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] [Qgis-psc] Issue tracker still not sending email correctly

2018-10-10 Thread Richard Duivenvoorde
On 10/10/2018 03:34 AM, Jürgen E. Fischer wrote:
> Hi Denis,
> 
> On Tue, 09. Oct 2018 at 16:26:20 -0400, Denis Rouzaud wrote:
>> Or maybe it's just my address that is filtering?
> 
> I added a SPF record.  Maybe that makes it easier for gmail to accept mail.

Thanks Juergen, for doing this! I also have some domains for which I
forward mail, and Gmail is notorious to claim mail being spam.
Especially if the smtp server comes from a provider which does
forwarding itself (in my case: a big provider which used smtp servers of
smaller providers it recently bought).
For me also ading a SPF record fixed that.

Personally I miss about 50% of our/others Github mails, not sure where
those are eaten...

Regards,

Richard


___
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] Plugin [1546] imajnet-qgis-plugin approval notification.

2018-10-10 Thread noreply

Plugin imajnet-qgis-plugin approval by pcav.
The plugin version "[1546] imajnet-qgis-plugin 1.0.0 Experimental" is now 
approved
Link: http://plugins.qgis.org/plugins/imajnet-qgis-plugin/
___
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] QgsProcessing vector types combobox

2018-10-10 Thread Matteo Ghetta
Hi devs,

if I'm not wrong Processing script input combobox can filter some vector
types [0] but does not distinguish between single and multi geometries.

I think this could be useful to add. I faced a problem where an
algorithm could not run with multipoint geometries, but I had to filter
them after the RUN button was clicked

Some opinions?

Cheers

Matteo



[0] https://qgis.org/pyqgis/master/core/Processing/QgsProcessing.html

-- 
Matteo Ghetta - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
___
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] Appending text data to a geopackage

2018-10-10 Thread Paolo Cavallini
Hi all,

I have a simple problem for which I cannot find a simple solution: I
have a table in a gpkg, and I have to add often data coming from text.
Ideally I'd like to paste the text as a new record, having it parsed
automatically. Currently this only seems possible from an SQL shell.
Anything I'm overlooking?

All the best, and thanks.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/


___
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] Plugin [629] Networks approval notification.

2018-10-10 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.2.0" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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] [Qgis-developer] QGIS <-> Django

2018-10-10 Thread Pēteris Brūns
 On Mon, 08 Oct 2018 22:27:42 +0300 Radim Blazek  
wrote  On Mon, Oct 8, 2018 at 8:47 PM Pēteris Brūns  wrote: 
> > Hi all, > > Pretty long time ago in similar case we developed django app 
able to replicate django user and group permissions to PostgreSQL roles and 
permissions. So each user can use the same user name and passowrd in WEB client 
and using QGIS/PostgreSQL, manage permissions in django auth app and the same 
will be replicated in postgresql. Each model is table and django permissions 
are translated to PostgreSQL role permissions - implementation works also with 
m2m and related models. > > In basic cases such model is OK, but ir more 
complex implementations we loose logic build around model in django or need to 
repeat it in QGIS or move to PostgreSQL. This is exactly what we also end up 
with and what we would like to liberate from for the reasons you mentioned. 
Thank you anyway, at least we know that we are not crazy alone. You are not 
alone! And if you come to some good idea let us know. We would be happy to hear 
and review opportunity to contribute or contribute with funding of such 
functionality. BTW, contextually not exact but similar case is file/attachment 
upload from QGIS to server using, for example RESTful API. Year ago, in Nodebo, 
we discussed such functionality with Mathias and Marco. Peteris Radim > If this 
sounds as suitable approach, I believe, we could try to review the code and 
make open source. > > Best, > -- > Pēteris Brūns > SunGIS > +371 26336691 > 
p...@sungis.lv > > >  On Fri, 05 Oct 2018 23:54:07 +0300 Olivier Dalang 
 wrote  > > Hi Radim, > > I didn't get this 
sorted in the end (ended just having the layer as read only in QGIS from 
postgis and users would do any modification from django admin). > > About a 
Django provider for QGIS : it is now possible to create python providers [1]. 
So creating a REST provider to consume a django rest framework endpoint may not 
be that hard anymore ? That would certainly be a great addition to QGIS !! > > 
And about a WFS-T app for Django : I don't know of any other effort than 
django-wfs, but I just saw there's an open PR with some a lot of changed 
including python 3 support, so maybe django-wfs is not as dead as it looks ? 
Still WFS-T would have to be added, and again not sure how hard this would 
be... > > Let us know how it goes ! > > Cheers, > > Olivier > > [1] 
https://github.com/qgis/QGIS/pull/7012 > > > > On Sat, Oct 6, 2018 at 4:24 AM 
Radim Blazek  wrote: > > Hi, > we need the same, to be 
precise, we need two things, to allow editing > of data stored in 
Django/PostGIS in QGIS over the network and let QGIS > Server (WMS) to read 
data from Django, both using Django filters etc. > If we manage to get data to 
QGIS from Django (and back), we can use > QGIS Server and WFS-T for editing. So 
I am looking for something like > Django provider for QGIS or WFS-T application 
for Django. Are you > aware of something like that? > > Olivier, what have you 
used in the end? [1] is not maintained and it > does not support WFS-T. > > 
Alessandro, in [2] I am missing data reading from Django models. It > seems 
like the server is launched from python, but data flow goes > through standard 
QGIS providers? > > Marco, if I got it looking briefly into GeoNode code, they 
just run > QGIS server, but they don't read data directly from Django models, > 
right? > > [1] https://github.com/vascop/django-wfs > [2] 
http://www.itopen.it/qgis-server-binding-news/lang-pref/en/ > > Radim > > On 
Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote: > > > 
> Hi Olivier > > Kartoza has been working on having geonode server running 
smoothly using > > a qgis server in the background. > > > > have a look at > > 
https://www.youtube.com/watch?v=GzX4byPkV3E > > 
http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
 > > > > cheers > > Marco > > > > On 24.03.2017 13:10, Olivier Dalang wrote: > 
> > Dear List, > > > > > > Does anybody here have some experience with making 
QGIS work with > > > (Geo)Django ? > > > > > > I would love to be able to make 
them communicate, as QGIS is the > > > interface of choice to do complex work 
on geometries and Django is > > > perfect to quickly setup a complete endpoint 
with user management, model > > > logic and web administration interface. > > > 
> > > I see two approches : > > > - Using Django REST framework to create a 
REST endpoint - but is there a > > > way to consume REST endpoints in QGIS ? > 
> > - Developing a WFST module for Django, for which there seem to be some > > 
> work done [1] for the non-transactionnal part. > > > > > > I just wanted to 
ask before reinventing the wheel ! > > > > > > Bests, > > > > > > Olivier > > 
___ > QGIS-Developer mailing list > 
QGIS-Developer@lists.osgeo.org > List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: