Re: [gdal-dev] Ruby bindings

2015-03-24 Thread Even Rouault
Le mercredi 18 mars 2015 23:55:14, Even Rouault a écrit : > Hi, > > The build of Ruby bindings is broken in trunk. See > http://trac.osgeo.org/gdal/ticket/5880 > > The situation is that, in years, nobody has really maintained them, so it > isn't even sure that they work at runtime once compilatio

Re: [gdal-dev] Ruby bindings

2015-03-18 Thread Robert Coup
On Thu, Mar 19, 2015 at 5:03 PM, Even Rouault wrote: > Selon Ari Jolma : > > > 19.03.2015, 05:55, Even Rouault kirjoitti: > > > Hi, > > > > > > The build of Ruby bindings is broken in trunk. See > > > http://trac.osgeo.org/gdal/ticket/5880 > > > > > > The situation is that, in years, nobody has r

Re: [gdal-dev] Ruby bindings

2015-03-18 Thread Even Rouault
Selon Ari Jolma : > 19.03.2015, 05:55, Even Rouault kirjoitti: > > Hi, > > > > The build of Ruby bindings is broken in trunk. See > > http://trac.osgeo.org/gdal/ticket/5880 > > > > The situation is that, in years, nobody has really maintained them, so it > isn't > > even sure that they work at run

Re: [gdal-dev] Ruby bindings

2015-03-18 Thread Ari Jolma
19.03.2015, 05:55, Even Rouault kirjoitti: Hi, The build of Ruby bindings is broken in trunk. See http://trac.osgeo.org/gdal/ticket/5880 The situation is that, in years, nobody has really maintained them, so it isn't even sure that they work at runtime once compilation issues are fixed. So we m

[gdal-dev] Ruby bindings

2015-03-18 Thread Even Rouault
Hi, The build of Ruby bindings is broken in trunk. See http://trac.osgeo.org/gdal/ticket/5880 The situation is that, in years, nobody has really maintained them, so it isn't even sure that they work at runtime once compilation issues are fixed. So we might just have to wipe them out, or remove th

Re: [gdal-dev] Ruby bindings and geotiff...

2009-07-23 Thread Roger André
Assuming that you know the row and column of the pixel you want, and that column = iX, and row = iY, something like this example in Python should work: # GET RASTER VALUE AT SPECIFIC ROW/COLUMN OFFSET IN RASTER iX = offset[0] iY = offset[1] src_data = src_band.ReadAsArray(0

[gdal-dev] Ruby bindings and geotiff...

2009-07-21 Thread Adam Fowler
Hi All, I'm trying to write a Ruby app to read the new and fantastic NASA ASTER Elevation DEM. This is of course in GeoTiff format. I'm wondering if anyone has examples in any language of using GDAL to read a particular location's data from a geotiff file? I can do the calculations to figure out