Re: [gdal-dev] Problems exporting numPY array to float Geotiff using OSGEO gdal python bindings

2011-03-02 Thread Christopher Barker
On 3/2/11 8:49 AM, William Hudspeth wrote: Geotiff/Float32 image. While the script exports an image, all pixel ... My python code for the export is: floatNumPyArray=floatNumPyArray(numpy.float) I don't know if this is your problem, but numpy.float is a 64 bitfloat, you might try numpy.floa

[gdal-dev] Problems exporting numPY array to float Geotiff using OSGEO gdal python bindings

2011-03-02 Thread William Hudspeth
Hello, I am trying to export a numPY float array/matrix to a Lambert Conformal Geotiff/Float32 image. While the script exports an image, all pixel values are zero. May numpy array seems to be built correctly, and when I print it, looks like this... [[ 0.03678615 0.0390082 0.04026087 ..., 0.03

[gdal-dev] Problems generating float32 geotiffs using OSGEO gdal python bindings

2011-03-02 Thread William Hudspeth
Hello, I am trying to export a numPY float array/matrix to a Lambert Conformal Geotiff/Float32 image. While the script exports an image, all pixel values are zero. May numpy array seems to be built correctly, and when I print it, looks like this... [[ 0.03678615 0.0390082 0.04026087 ..., 0.03

Re: [gdal-dev] Re: PHP bindings

2011-03-02 Thread Jeff McKenna
On Sunday, February 06, 2011 14:50:34 Mike Leahy wrote: > Hello List, > > Does anyone have an idea if there is any likelihood for a revival of php > bindings for GDAL/OGR. I know if these were available, I'd be making use > of them...although, I have no experience creating/maintaining S