Re: [gdal-dev] Warping satellite data

2010-06-09 Thread Frank Warmerdam
Ryan May wrote: Hi, I have some satellite image data (in a proprietary format) that are in various projections. Is there a way to use GDAL to take the binary data I already have in memory reproject/warp them to a different projection, yielding new arrays (i.e. without writing the data to an imag

RE: [gdal-dev] Warping satellite data

2010-06-09 Thread Domazlicky, Eric
[mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Ryan May Sent: Wednesday, June 09, 2010 3:22 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Warping satellite data Hi, I have some satellite image data (in a proprietary format) that are in various projections. Is there a way to use GDAL to

[gdal-dev] Warping satellite data

2010-06-09 Thread Ryan May
Hi, I have some satellite image data (in a proprietary format) that are in various projections. Is there a way to use GDAL to take the binary data I already have in memory reproject/warp them to a different projection, yielding new arrays (i.e. without writing the data to an image on disk)? All t