Re: [gdal-dev] Withdraw Andrey Kiselev from GDAL PSC

2019-09-18 Thread Even Rouault
Andrey, We take note of your decision. On behalf of the GDAL community, I'd like to thank you for your past contributions to the project, and we'll always welcome your input. Best regards, Even > Hi all, > > I would like to withdraw myself from GDAL PSC as I have little > possibilities to tak

Re: [gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Pedro Venâncio
Hi Even, > We could possibly modify gdal_calc to grab the input raster on the specified > output type, but I'm not completely sure this is a good idea, as there could > be use cases where people would want the initial data type to be preserved. I think this should be considered at some time. Of

Re: [gdal-dev] Nomination of Sean Gillies for the GDAL PSC

2019-09-18 Thread Andrey Kiselev
+1 On Tue, Sep 17, 2019 at 4:22 PM Howard Butler wrote: > All, > > I would like to nominate Sean Gillies to the GDAL PSC. > > Sean leads the development of two important Python geospatial projects > based on GDAL/OGR – rasterio and Fiona. He has contributed many bug reports > and design ideas to

Re: [gdal-dev] Nomination of Mateusz Łoskot for the GDAL PSC

2019-09-18 Thread Andrey Kiselev
+1 On Tue, Sep 17, 2019 at 4:21 PM Howard Butler wrote: > All, > > I would like to nominate Mateusz Łoskot to the GDAL PSC. > > Mateusz has been an active contributor to the GDAL project for nearly > fifteen years. He was the very first paid maintainer for the project, > closing bugs and running

[gdal-dev] Withdraw Andrey Kiselev from GDAL PSC

2019-09-18 Thread Andrey Kiselev
Hi all, I would like to withdraw myself from GDAL PSC as I have little possibilities to take a part in project related discussions and decision making. I didn't vote for a long time and hardly useful now as a member of PSC. I am still working with GDAL as my primary tool but mostly concentrating o

Re: [gdal-dev] Nomination of Mateusz Łoskot for the GDAL PSC

2019-09-18 Thread jratike80
+1 -Jukka Rahkonen- Howard Butler-3 wrote > All, > > I would like to nominate Mateusz Łoskot to the GDAL PSC. > > Mateusz has been an active contributor to the GDAL project for nearly > fifteen years. He was the very first paid maintainer for the project, > closing bugs and running down issues

Re: [gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Alexandre Neto
hi Even, If you think it's better to keep it that way, let's leave it as it is. :-) I will definitely try to add that as a hint to the docs. Not sure if that's how you guys work, but I have created an issue for that taks: https://github.com/OSGeo/gdal/issues/1848 Thanks for the fast answer. Al

Re: [gdal-dev] Nomination of Sean Gillies for the GDAL PSC

2019-09-18 Thread jratike80
+1 -Jukka Rahkonen- -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Even Rouault
On mercredi 18 septembre 2019 10:00:51 CEST Alexandre Neto wrote: > Hi, > > I am new to this list so sorry if this has ever been asked or discussed. > > I am using two sentinel bands in gdal_calc. they are in jp2 format and > uint16. I was surprised that subtracting one for the other (A - B) was

Re: [gdal-dev] Nomination of Mateusz Łoskot for the GDAL PSC

2019-09-18 Thread Norman Barker
+1 Norman On Tue, Sep 17, 2019 at 11:11 AM Kurt Schwehr wrote: > +1 Kurt > > On Tue, Sep 17, 2019 at 6:22 AM Howard Butler wrote: > >> All, >> >> I would like to nominate Mateusz Łoskot to the GDAL PSC. >> >> Mateusz has been an active contributor to the GDAL project for nearly >> fifteen years

[gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Alexandre Neto
Hi, I am new to this list so sorry if this has ever been asked or discussed. I am using two sentinel bands in gdal_calc. they are in jp2 format and uint16. I was surprised that subtracting one for the other (A - B) was giving me strange results. gdal_calc.py --calc "(A-B)" --format GTiff --type