Re: [QGIS-Developer] factorial field calculator

2019-06-20 Thread Nyall Dawson
On Thu, 20 Jun 2019 at 19:45, Totò wrote: > > I wanted to ask why the factorial [0] is not between the function of the > field calculator. > > thanks and good job There's no blocking reason -- just no-one has coded it yet. It would be a great starting point to contributing to QGIS code, as the

[QGIS-Developer] Changelog for 3.8! ARgh!

2019-06-20 Thread Nyall Dawson
Hey all, It just struck me that we're finalizing 3.8 in < 24 hours, and our visual changelog is completely non-existent. As in, we have NO entries, and not even a version number created yet. This is far from ideal, since the visual changelog is basically the only way we have of informing

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-20 Thread Roberta Fagandini
Hi all, following Jonas suggestion to use pylupdate5 script, I finally found a possible solution. I have created a .bat file with the following lines (probably are obvious for most of the dev community ;-)): @echo off call "C:\OSGeo4W64\bin\o4w_env.bat" call "C:\OSGeo4W64\bin\qt5_env.bat" call

[QGIS-Developer] integrating tesorflow with QGIS

2019-06-20 Thread shiva Reddy
s > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hello, > > Perhaps it's overkill, but we can use Docker to run the script for managing > the translation (update, compile, and see how many untranslated strings). > You can find an example > http

Re: [QGIS-Developer] External python package dependency in plugins

2019-06-20 Thread Paolo Cavallini
Hi Tom, this is a feature several plugin authors would greatly appreciate. Cheers. Il 20 giugno 2019 15:01:08 EEST, Tom Chadwin ha scritto: >Hello all > >I'm resurrecting this thread to find out whether there have been any >developments. > >My situation: I'd like to tidy qgis2web's output via

Re: [QGIS-Developer] SpatiaLite and GeoPackage provider changes format of datetime strings

2019-06-20 Thread Anita Graser
I've opened a ticket for this issue: https://github.com/qgis/QGIS/issues/30288 Regards, Anita On Sun, Jun 9, 2019 at 11:10 PM Anita Graser wrote: > Hi, > > I have a SpatiaLite ( > https://www.dropbox.com/s/4dtkpmlyhs741bn/geolife-beijing.sqlite?dl=0) > with string fields that contain

Re: [QGIS-Developer] External python package dependency in plugins

2019-06-20 Thread Tom Chadwin
Hello all I'm resurrecting this thread to find out whether there have been any developments. My situation: I'd like to tidy qgis2web's output via BeautifulSoup, lsxml, or some such, but they are not installed (in my case under OSGeo4W). Is there any cross-platform way of installing Python

[QGIS-Developer] factorial field calculator

2019-06-20 Thread Totò
I wanted to ask why the factorial [0] is not between the function of the field calculator. thanks and good job [0] https://en.wikipedia.org/wiki/Factorial - https://pigrecoinfinito.wordpress.com/ -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-20 Thread DelazJ
Hi > On Thu, Jun 20, 2019 at 9:11 AM matteo wrote: > >> > Hi Matteo, >> > thank you for the help, your solution works fine in linux. Do you know >> > if something similar exists for Windows? >> >> make transup and make transcompile just call bash scripts. not sure >> what the workaround

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-20 Thread Ismail Sunni
Hello, Perhaps it's overkill, but we can use Docker to run the script for managing the translation (update, compile, and see how many untranslated strings). You can find an example https://github.com/inasafe/inasafe/blob/develop/Makefile#L346 I find it easier even if I use Linux since I don't

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-20 Thread matteo
> Hi Matteo, > thank you for the help, your solution works fine in linux. Do you know > if something similar exists for Windows? make transup and make transcompile just call bash scripts. not sure what the workaround could be in Windows. Doesn't Windows have a kind of linux bash integrated?