Dears,

I'm trying to project TOMS L2 Swath data that is stored in HDF5 format. Geolocation data of latitude and longitude are stored as rasters data sets. I learned that gdalwarp can be used with the option -geoloc that forces the use of Geolocation arrays, that are more appropriate than using Ground Control Ponits (GCPs) when available (https://trac.osgeo.org/gdal/wiki/rfc4_geolocate). I tried to use gdalwarp directly on the data set with this option, but it gave no result.

In a forum, I learned that a workaround was needed with Virtual Raster format (vrt), here: http://gis.stackexchange.com/questions/103116/map-project-a-raster-having-separate-latitude-and-longitude-raster-bands. But in trying to follow the example, my gdalwarp states that the vrt file "is not recognised as a supported file format", although my gdal has the VRT listed in the list of supported formats.

The file I'm experimenting with is the TOMS/EP first orbit for 01/01/2001, available from MIRADOR: http://acdisc.gsfc.nasa.gov/data/s4pa/Earth_Probe_TOMS_Level2/TOMSEPL2/2001/01/TOMS-Earth-Probe_L2-TOMSEPL2_2001m0101t2357-o24157_v001-2004m0424t164428.he5

Can anyone give me a hand? Thank you

Similar questions and discussions