Re: [gdal-dev] Member function GDALRasterBand::RasterIO has inconsistent declaration and implementation

2018-12-14 Thread Even Rouault
On vendredi 14 décembre 2018 06:48:51 CET HU Yaoyu wrote: > Hi all, > > I am a new guy to GDAL. I encountered a simple problem when trying to > link against the GDAL library. > > > I am working with Version 2.3.2 and Ubuntu 16.04 LTS 64bit. I downloaded > the source code, did a configure with

Re: [gdal-dev] vsis3 as source in VRT

2018-12-14 Thread Even Rouault
On jeudi 13 décembre 2018 16:36:33 CET Pfister, Marc wrote: > Do VRTs support the /vsi*/ paths for source files? Marc, Any valid GDAL dataset name can be used as a VRT source filename. So short answer is yes. Even -- Spatialys - Geospatial professional services http://www.spatialys.com

[gdal-dev] GDAL 2.4.0 RC1 available

2018-12-14 Thread Even Rouault
Hi, I've issued a release candidate for GDAL 2.4.0. [Remainder to contributors (this mostly affects occasional contributors unlikely to read this message, anyway...): please make an effort to produce easy-to-process commit messages for the purpose of building the NEWS file. Extract from

[gdal-dev] Support for reading IFC files?

2018-12-14 Thread johnrobot
Hi Over at http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-IFC-data-in-QGIS-td5388773.html, I asked if anyone was working on adding support for reading IFC files in QGIS and it was suggested to me that I should ask the GDAL/OGR forum. Are there any plans on adding that to GDAL/OGR? It would be

[gdal-dev] GDAL 2.3.3 rc1 available

2018-12-14 Thread Even Rouault
Hi, I've issued a release candidate for GDAL 2.3.3. This adds 43 bug fixes (including a few improvements) on top of 2.3.2. The C and C++ API and ABI are unchanged. This will be the last bugfix release in the 2.3 series, and a GDAL 2.4.0 release candidate should follow very shortly. The

[gdal-dev] GDAL 2.3.3 rc2 available

2018-12-14 Thread Even Rouault
Hi, Just fixing the issue that Bas noted. The source is available at: http://download.osgeo.org/gdal/2.3.3/gdal-2.3.3rc2.tar.xz http://download.osgeo.org/gdal/2.3.3/gdal-2.3.3rc2.tar.gz http://download.osgeo.org/gdal/2.3.3/gdal233rc2.zip A snapshot of the Python autotest suite can

Re: [gdal-dev] GDAL 2.3.3 rc1 available

2018-12-14 Thread Sebastiaan Couwenberg
On 12/14/18 1:21 PM, Even Rouault wrote: > I'll call for a vote to promote it to final at the beginning of next week if > nothing serious is reported before. gcore/gdal_version.h.in is still at 2.3.2 instead of 2.3.3. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182

Re: [gdal-dev] gdal.Warp error No space left on device.

2018-12-14 Thread Deschamps, Benjamin (EC)
Hi Even, I misinterpreted the symptoms here, and simply replicated the (seemingly correct) out-of-space error on a different drive while trying to test. Something else in my code is making gdal.Warp try to write out huge files... Sorry for the noise. Benjamin -Original Message- From:

Re: [gdal-dev] Ubuntu & Travis

2018-12-14 Thread Even Rouault
On vendredi 14 décembre 2018 17:50:26 CET Alan Stewart wrote: > Ubuntu 18.04.1 > > Given all the required software dependencies are installed, shouldn't I be > able to perform the same steps shown in the Travis log to perform the same > tests? Apparently not, there seems to be other Travis

[gdal-dev] Ubuntu & Travis

2018-12-14 Thread Alan Stewart
Ubuntu 18.04.1 Given all the required software dependencies are installed, shouldn't I be able to perform the same steps shown in the Travis log to perform the same tests? Apparently not, there seems to be other Travis configuration happening outside of the files in the git repository. I get

[gdal-dev] gdal.Warp error No space left on device.

2018-12-14 Thread Deschamps, Benjamin (EC)
Hi, I've been able to reproduce the error reported here: https://trac.osgeo.org/gdal/ticket/3500 (closed/invalid). The error is: Traceback (most recent call last): File "C:\Users\deschampsb\Desktop\gdalwarp_HFA_bug\gdalwarp_HFA_bug.py", line 22, in gdal.Warp("warp.hfa", "test.tif",

Re: [gdal-dev] gdal.Warp error No space left on device.

2018-12-14 Thread Even Rouault
On vendredi 14 décembre 2018 18:48:32 CET Deschamps, Benjamin (EC) wrote: > Hi, > > I've been able to reproduce the error reported here: > https://trac.osgeo.org/gdal/ticket/3500 (closed/invalid). > > The error is: > > Traceback (most recent call last): > File