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
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
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
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
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
Hi guys,
How do I install gdal for Ruby?
I've been trying to install it on Ubuntu without success.
Thanks,
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
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
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