Re: [gdal-dev] VRT band datatype issue

2018-08-27 Thread External
Thanks for the quick fix ! -Message d'origine- De : Even Rouault [mailto:even.roua...@spatialys.com] Envoyé : lundi 27 août 2018 13:34 À : gdal-dev@lists.osgeo.org Cc : GUIMMARA, Sébastien (External) [FR] Objet : Re: [gdal-dev] VRT band datatype issue On lundi 27 août 2018 09:17:32 CEST G

Re: [gdal-dev] VRT band datatype issue

2018-08-27 Thread Even Rouault
On lundi 27 août 2018 09:17:32 CEST GUIMMARA, Sébastien (External) [FR] wrote: > Hi all, > > I am creating a VRT that translate from a 16bit dataset to a 8bit. Here is > the raster band : > > > > ... > 0.75 > 0 > 65535 > 0 > 255 > > > >

Re: [gdal-dev] HDF5 and NetCDF now have VSI support

2018-08-27 Thread James McClain
That is good news, I am glad to see that that capability is now available to more people. On Sun, Aug 26, 2018 at 3:07 PM Even Rouault wrote: > Hi, > > I've pushed a change in master that now enables /vsi support for HDF5 for > all > operating systems, and not just Linux >= 4.3. This uses the HD

[gdal-dev] VRT band datatype issue

2018-08-27 Thread External
Hi all, I am creating a VRT that translate from a 16bit dataset to a 8bit. Here is the raster band : ... 0.75 0 65535 0 255 However, gdal_info 2.2 tells me that this VRT has DataType=Byte (OK), but the min/max are still 0/65535 instead