[gdal-dev] Python Bindings - ReadArray direct to ctypes array?

2012-07-27 Thread Jay L.
List, I am working on a python script using the multiprocessing module with shared memory ctype arrays. Currently the workflow is to open the dataset and grab the first band, as usual. I then read in the array, create an empty ctype array, and use memmove to move the numpy array to my ctypes arra

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread Zoltan Szecsei
On 2012/07/27 16:33, jkadlec wrote: Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. Here are the steps I did following the instructions on: http://trac.osgeo.org/gdal/wiki/ECW 1. I downloaded, installed and compiled libecwj 3.3 library 2. I downloaded the source of gdal 1

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread Jean-Claude Repetto
On 27/07/2012 16:33, jkadlec wrote: > Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. > Here are the steps I did following the instructions on: > http://trac.osgeo.org/gdal/wiki/ECW > 1. I downloaded, installed and compiled libecwj 3.3 library > 2. I downloaded the source o

[gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread jkadlec
Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. Here are the steps I did following the instructions on: http://trac.osgeo.org/gdal/wiki/ECW 1. I downloaded, installed and compiled libecwj 3.3 library 2. I downloaded the source of gdal 1.9.1 3. I ran ./configure --with-ecw,

[gdal-dev] Swapped axes

2012-07-27 Thread Kees Kling
Hi, I'm trying to draw maps from shape data. For coordinate transformation I use as destination proj->importFromProj4(projString.c_str()); where projString is "+proj=merc +k_0=0.02 +lat_0=90 +lon_0=0 +a=6378.388 +b=6356.906" as source projection I take the oceanLayer->GetSpatialRef() the defi