Re: [QGIS-Developer] [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-12-07 Thread Stefan Keller
I have now made a pull request to qgsexpressionsplus. > > > Best regards, > > Simran > > > From: Nathan Woodrow > Sent: Friday, April 7, 2017 12:52:18 AM > To: Khare Simran > Cc: qgis-developer@lists.osgeo.org > Subject: Re: [Qgis-dev

Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-10 Thread Khare Simran
] Publishing Custom Python Expression Functions for QGIS Hey Simran, Nice work on making some custom expressions. I'm happy to take a pull request for my expressions plus plugin to allow other people to use them. Send me a PR with the changes and I can merge them for you. Regards, Nathan O

Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-10 Thread Khare Simran
qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS 2017-04-08 0:02 GMT+02:00 Tim Sutton mailto:t...@kartoza.com>>: > maybe max_incremented('fieldName') as a candidate for a less verbose name? +1 :Stefan 20

Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-08 Thread Stefan Keller
2017-04-08 0:02 GMT+02:00 Tim Sutton : > > maybe max_incremented('fieldName') as a candidate for a less verbose name? +1 :Stefan 2017-04-08 0:02 GMT+02:00 Tim Sutton : > Hi > > On 05 Apr 2017, at 11:00 AM, Khare Simran wrote: > > Hi, > I am Simran, an intern at the Institute for Software in

Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-07 Thread Tim Sutton
Hi > On 05 Apr 2017, at 11:00 AM, Khare Simran wrote: > > Hi, > I am Simran, an intern at the Institute for Software in HSR Rapperswil. I > have come up with some Custom Python Expression functions for QGIS. They are: > > 1. hstore_get_value(), hstore_exist(), hstore_contains_key_value() and

Re: [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-06 Thread Nathan Woodrow
Hey Simran, Nice work on making some custom expressions. I'm happy to take a pull request for my expressions plus plugin to allow other people to use them. Send me a PR with the changes and I can merge them for you. Regards, Nathan On Wed, Apr 5, 2017 at 7:00 PM, Khare Simran wrote: > Hi, >

[Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-04-05 Thread Khare Simran
Hi, I am Simran, an intern at the Institute for Software in HSR Rapperswil. I have come up with some Custom Python Expression functions for QGIS. They are: 1. hstore_get_value(), hstore_exist(), hstore_contains_key_value() and hstore_contains_hstore() : These functions can search for keys and