[gdal-dev] Warping satellite data

Domazlicky, Eric edomazlicky at tacomacc.edu
Wed Jun 9 18:49:50 EDT 2010


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-bounces at lists.osgeo.org
[mailto:gdal-dev-bounces at lists.osgeo.org] On Behalf Of Ryan May
Sent: Wednesday, June 09, 2010 3:22 PM
To: gdal-dev at 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 at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


More information about the gdal-dev mailing list