Re: [gdal-dev] Raster data extraction

2010-04-22 Thread Roger André
Hi Brent, You can write a program that takes in the coordinates of your sample points as input, and then reads the pixel values in each band of the image at that location. Not sure if that's what you're looking for, but it works. Roger -- On Mon, Apr 19, 2010 at 2:36 PM, pcr...@pcreso.com

[gdal-dev] Raster data extraction

2010-04-19 Thread pcreso
Hi, Is there a simple way (using gdal) of retrieving the colour spectra at specified sample points in georeferenced images? I figure GRASS has some tools to do this, as does GMT, but was wondering if GDAL could support this functionality directly. Lots of points/images to work through.