Re: [gdal-dev] GDAL_GRID Linear: Segmentation Fault

2019-03-25 Thread paolino86
Hi Ian, did you finally solved your problem upgrading to the newer version ? I am interested because I have a similar bug. Thanks, Paolo -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists

Re: [gdal-dev] GDAL_GRID Linear: Segmentation Fault

2018-06-15 Thread Ian Reese
Reese; Jeremy Palmer Subject: Re: [gdal-dev] GDAL_GRID Linear: Segmentation Fault Ian, which GDAL version is it ? There has been a bug fix in that area in 2.2.3 : https://trac.osgeo.org/gdal/ticket/7101 Even -- Spatialys - Geospatial professional services http://www.spatialy

Re: [gdal-dev] GDAL_GRID Linear: Segmentation Fault

2018-06-15 Thread Even Rouault
Ian, which GDAL version is it ? There has been a bug fix in that area in 2.2.3 : https://trac.osgeo.org/gdal/ticket/7101 Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

[gdal-dev] GDAL_GRID Linear: Segmentation Fault

2018-06-14 Thread Ian Reese
Hi Gdal, I am trying to do a linear interpolation using gdal_grid and I am getting a segmentation fault with output grid cell sizes smaller than 8m. gdal_grid -zfield "depth" -a linear:nodata=-32768 -outsize 526 754 -of GTiff -l inshape inshape.shp outtif.tif --config GDAL_NUM_THREADS ALL_CPUS