Re: [gdal-dev] Build GDAL on iOS for iPhone

2016-08-22 Thread Jesse Crocker
Hi Gane, Here is a link to my gdal iOS build script, last tested with 1.11.2, but it should still work with newer 1.11.x releases, https://gist.github.com/JesseCrocker/22eee94485bce5b3a6ea - Jesse On Fri, Aug 19, 2016 at 1:15 AM, Gane R wrote: > Hi all, > > I had a change to see the link > htt

Re: [gdal-dev] Can't compile 1.11.0 for iOS with 'expected statement' error for gdalgrid.cpp

2014-07-09 Thread Jesse Crocker
I got around this by disabling both sse and avx at configure, --with-sse=no --with-avx=no. - Jesse On Jul 9, 2014, at 6:12 PM, Nik Sands wrote: > PS. (This always happens just AFTER I send to the list, no matter how long I > mull it over first...) > > Actually, I think I see the issue now.

[gdal-dev] Trouble with GDALAutoCreateWarpedVRT and No data values

2013-06-10 Thread Jesse Crocker
Hello List, Im having some trouble with the C api, that I assume is do my failure to understand some part of it. What I'm trying to do: Load a BSB raster file, apply a cutline to the file, and warp it into a north-up projection. Im doing additional transformations to it after that, but right no

[gdal-dev] efficiently slicing tiles

2013-04-10 Thread Jesse Crocker
Hello, Im working a project using gdal to slice TMS style png tiles. The code currently works, but I'm running into some trouble optimizing to run fast enough for use on mobile devices. My current strategy: Open the source data(currently testing with BSB): Get the transform, using GDALGetGeoTran