GdalWarp can reproject image data quite easily. The hard part in your case is going to be getting GDAL to recognize the data. Your best bet is to somehow convert the data to a GeoTiff or some other format GDAL can read first.
-----Original Message----- From: gdal-dev-boun...@lists.osgeo.org [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 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 the examples I seem to find use the GDAL drivers to read the data from disk. Thanks in advance. Ryan _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev