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