<br><br><div class="gmail_quote">2010/1/12 Frank Warmerdam <span dir="ltr">&lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">maven apache wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    It suggests that GDAL is not recognising the georeferencing of the<br>
    data.  The actual pixel values will hopefully still be accessed<br>
    properly.<br>
<br>
    I would actually need to see the whole gdalinfo report on the subdataset<br>
    to be certain that GDAL is not finding another form of georeferencing,<br>
    like GCPs or geolocation arrays.  These will not be reflected in the<br>
    corner coordinates report (unfortunately).<br>
<br>
Thank you very much , I will paste the result.<br>
The whole gdalinfo metadata can be found here: <a href="http://dpaste.com/143948/" target="_blank">http://dpaste.com/143948/</a><br>
And the info of  SUBDATASET_4_NAME  can be found here: <a href="http://dpaste.com/143949/" target="_blank">http://dpaste.com/143949/</a><br>
</blockquote>
<br></div>
&quot;Maven&quot;,<br>
<br>
It seems that GDAL does not recognise the metadata on this file that<br>
contains the georeferencing.  However, you can fairly easily apply the<br>
georeferencing as part of the translation something like this:<br>
<br>
gdal_translate \<br>
  HDF5:&quot;d23.he5&quot;://HDFEOS/GRIDS/ColumnAmountO3/Data_Fields/ColumnAmountO3 \<br>
  -a_ullr -180 90 180 -90<div><div></div><div class="h5"><br></div></div></blockquote><div>Oh thanks, it works!<br>But I have two questions: <br>1) how do you know the -a_ullr parameter?<br>2) Since some part of the tiff is blank, it is not scanned by the sensor. so I want fill them manually,so I wonder the gdal library can do it ? Also I want to add some new tags to the tif and I want to use java to implement it/<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
<br>
Best regards,<br>
-- <br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush    | Geospatial Programmer for Rent<br>
<br>
</div></div></blockquote></div><br>