Re: [gdal-dev] CPLReadLine2L and control characters

2018-04-20 Thread Even Rouault
Martin, > > when working on VFK driver improvements [0] I am dealing with various > problems. I found lines in sample data which contain 0x0x control > character [1] inside. You mean 0x00 right ? I would not expect those to be valid in ISO-8859-2. How are they supposed to be interpreted ? Are

[gdal-dev] CPLReadLine2L and control characters

2018-04-20 Thread Martin Landa
Hi, when working on VFK driver improvements [0] I am dealing with various problems. I found lines in sample data which contain 0x0x control character [1] inside. CPLReadLine2L reads all characters: (gdb) p pszRawLine[68] $4 = 0 '\000' (gdb) p pszRawLine[69] $5 = 63 '?' (gdb) p pszRawLine[70] $6 =

Re: [gdal-dev] Warping EUMetsat MSG-4 MPE dataset to webmercator projection

2018-04-20 Thread Even Rouault
On jeudi 19 avril 2018 09:17:35 CEST Menno van Scheers - HUSS wrote: > Hi, > > Built version 2.2.4 of gdal with no additional libraries. > Currently trying to warp a grib dataset to webmercator projection with the > following arguments : gdalwarp -t_srs "+proj=geos +lon_0=0 +h=35785831 > +x_0=0 +

[gdal-dev] GDAL 2.3.0 beta1 available

2018-04-20 Thread Even Rouault
Hi, I have prepared the GDAL/OGR 2.3.0 Beta 1 release. It will potentially be followed by a second beta, or hopefully directly by a RC1 if things go well. The source is available at: http://download.osgeo.org/gdal/2.3.0/gdal-2.3.0beta1.tar.xz http://download.osgeo.org/gdal/2.3.0/gdal