Opened 10 years ago

Last modified 9 years ago

#5532 closed defect

GRIB Driver has malformed geotransform when dimension are 1xn or nx1 — at Initial Version

Reported by: Kyle Shannon Owned by: Kyle Shannon
Priority: normal Milestone: 2.0.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: grib geotransform
Cc:

Description

kyle@kyle-hp-laptop:~/src/gdal/1.11/gdal$ gdalinfo ../autotest/gdrivers/data/one_one.grib2 -nomd
Driver: GRIB/GRIdded Binary (.grb)
Files: ../autotest/gdrivers/data/one_one.grib2
Size is 1, 1
Coordinate System is:
GEOGCS["Coordinate System imported from GRIB file",
    DATUM["unknown",
        SPHEROID["Sphere",6371229,0]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433]]
Origin = (-nan,-nan)
Pixel Size = (-nan,nan)
Corner Coordinates:
Upper Left  (        -nan,         nan) (-2147483648d-2147483648' -nan"E,-2147483648d-2147483648'  nan"N)
Lower Left  (        -nan,         nan) (-2147483648d-2147483648' -nan"E,-2147483648d-2147483648'  nan"N)
Upper Right (        -nan,         nan) (-2147483648d-2147483648' -nan"E,-2147483648d-2147483648'  nan"N)
Lower Right (        -nan,         nan) (-2147483648d-2147483648' -nan"E,-2147483648d-2147483648'  nan"N)
Center      (        -nan,         nan) (-2147483648d-2147483648' -nan"E,-2147483648d-2147483648'  nan"N)
Band 1 Block=1x1 Type=Float64, ColorInterp=Undefined
  Description = 10[m] HTGL="Specified height level above ground"
Band 2 Block=1x1 Type=Float64, ColorInterp=Undefined
  Description = 10[m] HTGL="Specified height level above ground"

Change History (1)

by Kyle Shannon, 10 years ago

Attachment: one_one.grib2 added

one by one sized grib raster

Note: See TracTickets for help on using tickets.