[QGIS-Developer] Raster calculator turns lowest row of pixels into nodata

2020-02-10 Thread Rahkonen Jukka (MML)
Hi,

See 
https://gis.stackexchange.com/questions/349531/qgis-zonal-statistics-and-no-data/349559

It seems that raster calculator turns the lowest pixel row of the image that 
covers the whole world in EPSG:4326 into nodata with value -3.4e+38 which gives 
troubles afterwards. The original image does not have nodata at all and all 
pixels in the lowest row have value 0.

-Jukka Rahkonen-
___
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] Please help with the changelog for 3.12

2020-02-10 Thread Nyall Dawson
On Fri, 7 Feb 2020 at 19:49, Denis Rouzaud  wrote:
>
> Hi all,
>
> It sounds that going through pull requests rather than the commits make sense.
>
> For now, I have created a small -- not anymore ;) -- script that will output 
> corresponding pull requests as JSON with title, HTML body and author.
> Working for this series, the script returns all PRs having [FEATURE] in one 
> of their commit message or in the PR title, within the corresponding dates 
> and targeting master
> script: https://gist.github.com/3nids/0cf399297888ea8ebd0e64169c9fbbc2
> output (changelog): 
> https://gist.github.com/3nids/4f6e948a94526515391899a5701cce47

Are you sure this is working? There's definitely items missing from
this, e..g. https://github.com/qgis/QGIS/pull/33165

Nyall


>
> That should be easy to feed the changelog with this.
>
> Probably for the future, it would be interesting to create a Changelog label?
>
> Best wishes,
>
> Denis
>
>
> Le jeu. 6 févr. 2020 à 00:25, Tim Sutton  a écrit :
>>
>> Hi
>>
>> On 5 Feb 2020, at 17:03, Matthias Kuhn  wrote:
>>
>> On 2/5/20 11:33 AM, Nyall Dawson wrote:
>>
>> On Wed, 5 Feb 2020 at 20:29, Tim Sutton  wrote:
>>
>> Hi
>>
>>
>>
>> On 4 Feb 2020, at 23:57, Nyall Dawson  wrote:
>>
>>
>>
>>
>> Is it enough to just grab the items labelled ‘Feature’ - we are planning to 
>> automatically create entries from the changelog as part of the QGIS funded 
>> improvements we are doing
>>
>>
>> In my experience... no. Some of us naughty developers don't always use
>> this tag :(
>>
>>
>> Now about we add a ‘Changelog’ tag that we can just go and add to each PR 
>> (either at the time of making it or retrosopectively) and we can just go 
>> through the PR queue and scan for those? Other options I guess is to 
>> strongly encourage people to use a relevant tag when they submit their PR.
>>
>> Definitely. Like you've pointed out, it could be done retrospectively,
>> and added also by others.
>>
>>
>> What are the guidelines for using [feature] in the future? I think it acted 
>> as a combination of [needs docs], [changelog] and [look, this is cool] in 
>> the past. If the first two are about to be solved by more precise labels, do 
>> we keep it for the third one or are there other compelling reasons?
>>
>>
>> For me, I don’t have any strong opinions - I think we will build the 
>> harvester to take a user-defined list of tags that should be harvested, so 
>> that we can deal with things flexibly. Basically just looking for advice on 
>> which tags I should use and then we will set it up to use those.
>>
>> Thanks,
>>
>> Tim
>>
>>
>>
>> Matthias
>>
>>
>> —
>>
>>
>>
>>
>>
>>
>>
>>
>> Tim Sutton
>>
>> Co-founder: Kartoza
>> Ex Project chair: QGIS.org
>>
>> Visit http://kartoza.com to find out about open source:
>>
>> Desktop GIS programming services
>> Geospatial web development
>> GIS Training
>> Consulting Services
>>
>> Skype: timlinux
>> IRC: timlinux on #qgis at freenode.net
>>
>> I'd love to connect. Here's my calendar link to make finding time easy.
>>
>> ___
>> 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] Please help with the changelog for 3.12

2020-02-10 Thread Anita Hapsari
Hi Everyone,

Sorry for the late reply.
Also thank you Denis for the script.

I've made a PR for this issue here:
https://github.com/kartoza/prj.app/pull/1133
Please kindly give your feedback there.

Thank you.

Kind regards,
Anita

On Fri, 7 Feb 2020 at 16:52, Tim Sutton  wrote:

> Thanks Denis
>
> Yes agreed, working against PR’s is better. I forwarded your script links
> below on to Dimas and Anita who are working their magic to pull the content
> over to the changelog.
>
> Regards
>
> Tim
>
> On 7 Feb 2020, at 09:48, Denis Rouzaud  wrote:
>
> Hi all,
>
> It sounds that going through pull requests rather than the commits make
> sense.
>
> For now, I have created a small -- not anymore ;) -- script that will
> output corresponding pull requests as JSON with title, HTML body and author.
> Working for this series, the script returns all PRs having [FEATURE] in
> one of their commit message or in the PR title, within the corresponding
> dates and targeting master
> script: https://gist.github.com/3nids/0cf399297888ea8ebd0e64169c9fbbc2
> output (changelog):
> https://gist.github.com/3nids/4f6e948a94526515391899a5701cce47
>
> That should be easy to feed the changelog with this.
>
> Probably for the future, it would be interesting to create a Changelog
> label?
>
> Best wishes,
>
> Denis
>
>
> Le jeu. 6 févr. 2020 à 00:25, Tim Sutton  a écrit :
>
>> Hi
>>
>> On 5 Feb 2020, at 17:03, Matthias Kuhn  wrote:
>>
>> On 2/5/20 11:33 AM, Nyall Dawson wrote:
>>
>> On Wed, 5 Feb 2020 at 20:29, Tim Sutton  wrote:
>>
>> Hi
>>
>>
>>
>> On 4 Feb 2020, at 23:57, Nyall Dawson  wrote:
>>
>>
>>
>>
>> Is it enough to just grab the items labelled ‘Feature’ - we are planning
>> to automatically create entries from the changelog as part of the QGIS
>> funded improvements we are doing
>>
>>
>> In my experience... no. Some of us naughty developers don't always use
>> this tag :(
>>
>>
>> Now about we add a ‘Changelog’ tag that we can just go and add to each PR
>> (either at the time of making it or retrosopectively) and we can just go
>> through the PR queue and scan for those? Other options I guess is to
>> strongly encourage people to use a relevant tag when they submit their PR.
>>
>> Definitely. Like you've pointed out, it could be done retrospectively,
>> and added also by others.
>>
>>
>> What are the guidelines for using [feature] in the future? I think it
>> acted as a combination of [needs docs], [changelog] and [look, this is
>> cool] in the past. If the first two are about to be solved by more precise
>> labels, do we keep it for the third one or are there other compelling
>> reasons?
>>
>>
>> For me, I don’t have any strong opinions - I think we will build the
>> harvester to take a user-defined list of tags that should be harvested, so
>> that we can deal with things flexibly. Basically just looking for advice on
>> which tags I should use and then we will set it up to use those.
>>
>> Thanks,
>>
>> Tim
>>
>>
>>
>> Matthias
>>
>>
>> —
>>
>>
>>
>>
>>
>>
>>
>>
>> *Tim Sutton*
>>
>> *Co-founder:* Kartoza
>> *Ex Project chair:* QGIS.org 
>>
>> Visit http://kartoza.com to find out about open source:
>>
>> Desktop GIS programming services
>> Geospatial web development
>> GIS Training
>> Consulting Services
>>
>> *Skype*: timlinux
>> *IRC:* timlinux on #qgis at freenode.net
>>
>> I'd love to connect. Here's my calendar link
>>  to make finding time easy.
>>
>> ___
>> 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
>
>
> —
>
>
>
>
>
>
>
>
> *Tim Sutton*
>
> *Co-founder:* Kartoza
> *Ex Project chair:* QGIS.org
>
> Visit http://kartoza.com to find out about open source:
>
> Desktop GIS programming services
> Geospatial web development
> GIS Training
> Consulting Services
>
> *Skype*: timlinux
> *IRC:* timlinux on #qgis at freenode.net
>
> I'd love to connect. Here's my calendar link
>  to make finding time easy.
>
>
___
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.

2020-02-10 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.4.1" 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] Compliments

2020-02-10 Thread Paolo Cavallini
Thnaks Patrick, it's always a pleasure to have feedback from power
users, even more so if so positive!
Cheers.

Il 10/02/20 13:44, Patrick Dunford ha scritto:
> Good day to all
> 
> I wish to record my overwhelming gratitude to this software project as I
> have been a user of this software QGIS over the past 8 years since
> version 1.8. During that period I have been working on developing
> historical hobby maps covering a large part of the country of New
> Zealand and making extensive use of freely downloadable map resources
> which are available there.
> 
> I have just completed the first volume of a series, containing just over
> 1000 individual maps which are published online for free access. Each of
> those maps has to be individually generated and checked from the layout
> composer. There are still another 11 volumes of a similar size to be
> produced in the series which should take roughly 11 months (for the rest
> of this year).
> 
> None of this could have been achieved without the use of the Qgis
> software and I must especially record my appreciation that it is free
> software as this project could not have happened at all a few years ago
> considering the large volume of resources involved and the expense all
> round that would have been incurred given the commercial value of all
> the resources (my personal income at present being less than NZ$20,000 pa).
> 
> It has been of considerable personal regret to me that a certain level
> of conflict did arise during the period that I was using the 2.99
> development edition of the software and I hope it will be possible for
> developers to accept this apology for those situations. Unfortunately I
> do not have the time these days to run the development edition for
> testing and have yet to master the new bug reporting system so you have
> not heard from me in a while anyways.
> 
> 
> ___
> 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

-- 
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] Compliments

2020-02-10 Thread Nathan Woodrow
Hey Patrick,

Thanks for the kind words.  Great to see you are able to use it make
something worthwhile for yourself and others to enjoy.Do you have a
link to the maps so we can share them out?

I'm not sure what conflicts you refer to but I am assuming it was with good
intentions and maybe out of some frustration which we can all run up again
at times.

Regards,
Nathan

On Mon, Feb 10, 2020 at 10:44 PM Patrick Dunford 
wrote:

> Good day to all
>
> I wish to record my overwhelming gratitude to this software project as I
> have been a user of this software QGIS over the past 8 years since
> version 1.8. During that period I have been working on developing
> historical hobby maps covering a large part of the country of New
> Zealand and making extensive use of freely downloadable map resources
> which are available there.
>
> I have just completed the first volume of a series, containing just over
> 1000 individual maps which are published online for free access. Each of
> those maps has to be individually generated and checked from the layout
> composer. There are still another 11 volumes of a similar size to be
> produced in the series which should take roughly 11 months (for the rest
> of this year).
>
> None of this could have been achieved without the use of the Qgis
> software and I must especially record my appreciation that it is free
> software as this project could not have happened at all a few years ago
> considering the large volume of resources involved and the expense all
> round that would have been incurred given the commercial value of all
> the resources (my personal income at present being less than NZ$20,000 pa).
>
> It has been of considerable personal regret to me that a certain level
> of conflict did arise during the period that I was using the 2.99
> development edition of the software and I hope it will be possible for
> developers to accept this apology for those situations. Unfortunately I
> do not have the time these days to run the development edition for
> testing and have yet to master the new bug reporting system so you have
> not heard from me in a while anyways.
>
>
> ___
> 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

[QGIS-Developer] Compliments

2020-02-10 Thread Patrick Dunford

Good day to all

I wish to record my overwhelming gratitude to this software project as I 
have been a user of this software QGIS over the past 8 years since 
version 1.8. During that period I have been working on developing 
historical hobby maps covering a large part of the country of New 
Zealand and making extensive use of freely downloadable map resources 
which are available there.


I have just completed the first volume of a series, containing just over 
1000 individual maps which are published online for free access. Each of 
those maps has to be individually generated and checked from the layout 
composer. There are still another 11 volumes of a similar size to be 
produced in the series which should take roughly 11 months (for the rest 
of this year).


None of this could have been achieved without the use of the Qgis 
software and I must especially record my appreciation that it is free 
software as this project could not have happened at all a few years ago 
considering the large volume of resources involved and the expense all 
round that would have been incurred given the commercial value of all 
the resources (my personal income at present being less than NZ$20,000 pa).


It has been of considerable personal regret to me that a certain level 
of conflict did arise during the period that I was using the 2.99 
development edition of the software and I hope it will be possible for 
developers to accept this apology for those situations. Unfortunately I 
do not have the time these days to run the development edition for 
testing and have yet to master the new bug reporting system so you have 
not heard from me in a while anyways.



___
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