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
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.
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
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