Re: [gdal-dev] I'd like to unsubscribe

2022-02-14 Thread Alexandre Neto
Hi, If you follow the link at the bottom of you message, you will find instructions on how to unsubscribe. Alexandre Neto A segunda, 14/02/2022, 08:29, Ulrich Egger via gdal-dev < gdal-dev@lists.osgeo.org> escreveu: > Dear maintainer of this E-Mail list, > > > > I would l

Re: [gdal-dev] Running GDAL through Python >= 3.8 on Anaconda - DLL load failed

2021-10-13 Thread Alexandre Neto
manage the packages you explicitly want, instead of installating Gb of packages that unless you know them, you will never use. Alexandre Neto A quarta, 13/10/2021, 17:16, Pedro VenĂ¢ncio escreveu: > I will ask on GDAL conda-forge, maybe this can be some packaging problem. > > Thanks! &g

Re: [gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Alexandre Neto
the fast answer. Alex On Wed, Sep 18, 2019 at 10:19 AM Even Rouault wrote: > 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 sentine

[gdal-dev] Calculations with uint16 rasters

2019-09-18 Thread Alexandre Neto
modate the negative values to something above 0. Strangely the fix comes by multiplying the values by 0.1. So (A*1.0 - B*0.1) works as expected. Is this a known issue? Is it the expected behavior? Thanks, Alexandre Neto ___ gdal-dev mailing lis