Changes between Initial Version and Version 7 of Ticket #1239


Ignore:
Timestamp:
Apr 9, 2007, 9:56:36 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1239

    • Property Cc Markus Neteler added
  • Ticket #1239 – Description

    initial v7  
    1 {{{
    21Frank,
    32
    4 I was trying to warp a MODIS 15A2 HDF file today (Leaf area Index etc), but
    5 got this error:
     3I was trying to warp a MODIS 15A2 HDF file today (Leaf area Index etc), but got this error:
    64
     5{{{
    76gdalwarp -of HFA -s_srs '+proj=latlong +ellps=sphere' -t_srs EPSG:4326 'HDF4_EOS:EOS_GRID:"MOD15A2.A2003153.h18v04.004.2003171141042.hdf":MOD_Grid_MOD15A2:Lai_1km' MOD_Grid_MOD15A2_Lai_1km_LL_WGS84.img
    87ERROR 1: latitude or longitude exceeded limits
    98ERROR 1: GDALSuggestedWarpOutput() failed because the passed
    109transformer failed.
     10}}}
    1111
    12 If I don't use  +ellps=sphere it generates a map, but the coordinates are
    13 incorrect:
     12If I don't use  +ellps=sphere it generates a map, but the coordinates are incorrect:
    1413
     14{{{
    1515gdalinfo MOD_Grid_MOD15A2_Lai_1km_LL_WGS84.img
    1616Driver: HFA/Erdas Imagine Images (.img)
     
    3131Lower Right ( 1111950.520, 4447802.079) (1111950d31'4294967306.80"E,4447802d 4'17179869227.20"N)
    3232Center      (  555975.260, 5003777.338) (555975d15'35.40"E,5003777d20'17179869202.60"N)
     33}}}
    3334
    3435The indicated HDF file is 5.2MB - maybe you could take a look?
     
    3637thanks in advance
    3738
    38  Markus
    39 }}}
     39Markus