Re: [gdal-dev] Motion: adopt RFC 102: Embedding resource files into libgdal

2024-10-17 Thread Kurt Schwehr via gdal-dev
+1 KurtS On Thu, Oct 17, 2024 at 4:03 AM Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > Motion: adopt RFC 102: Embedding resource files into libgdal > > https://github.com/OSGeo/gdal/pull/10913 > > (PROJ parts have been moved to a PROJ specific RFC: > https://github.com/OS

Re: [gdal-dev] Motion: adopt RFC 102: Embedding resource files into libgdal

2024-10-17 Thread Javier Jimenez Shaw via gdal-dev
+1 Javier On Thu, 17 Oct 2024 at 13:12, Rahkonen Jukka via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > +1 > > -Jukka Rahkonen- > > -Alkuperäinen viesti- > Lähettäjä: gdal-dev Puolesta Even > Rouault via gdal-dev > Lähetetty: torstai 17. lokakuuta 2024 14.03 > Vastaanottaja: gdal-dev@li

Re: [gdal-dev] Motion: adopt RFC 102: Embedding resource files into libgdal

2024-10-17 Thread Rahkonen Jukka via gdal-dev
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault via gdal-dev Lähetetty: torstai 17. lokakuuta 2024 14.03 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: adopt RFC 102: Embedding resource files into libgdal Hi, Motion: adopt RFC 102:

[gdal-dev] Motion: adopt RFC 102: Embedding resource files into libgdal

2024-10-17 Thread Even Rouault via gdal-dev
Hi, Motion: adopt RFC 102: Embedding resource files into libgdal https://github.com/OSGeo/gdal/pull/10913 (PROJ parts have been moved to a PROJ specific RFC: https://github.com/OSGeo/PROJ/pull/4274 ) Starting with my +1, Even -- http://www.spatialys.com My software is free, but my time gen

Re: [gdal-dev] convert dataType Byte to dataType Int32 on a raster file

2024-10-17 Thread Even Rouault via gdal-dev
Paul, At first sight, the statistics of your Int32 file and your original files are pretty similar, so I don't see anything obviously wrong coming from the GDAL side. This might just be an issue with how your setup your display application to render files. They might have different default mo

[gdal-dev] convert dataType Byte to dataType Int32 on a raster file

2024-10-17 Thread Paul via gdal-dev
Hi, I would like to change a tif file from datatype: Byte to DataType: I32, but when I open the original file and the new I32 file in QGis or in ArcMap there is a huge difference in the colors of the 2 files. How can I do this conversion without the color change? I'v tried this: gdal_translate.