I tried to import one of the GeoTIFF rasters from www.ordnancesurvey.gov.uk 
into QGis, but it seems to ignore the co-ordinates reported by gdalinfo, as it 
puts the top left corner at 0,0 with a scale of 1 pixel per unit. Is there a 
way I can put this file in the correct position? I haven't used QGis or GDAL 
before, so I apologise if I have missed something obvious?

The properties gdalinfo reports are as follows (slightly abbreviated):

Driver: GTiff/GeoTIFF
Files: 1 250 000 Scale Raster/data/HP.tif
Size is 4000, 4000
Coordinate System is `'
Metadata:
  TIFFTAG_IMAGEDESCRIPTION=1:250 000 TILE HP.TIF
  TIFFTAG_DATETIME=2009:05:01 08:32:51
  TIFFTAG_COPYRIGHT=ORDNANCE SURVEY CROWN COPYRIGHT 2009
  TIFFTAG_XRESOLUTION=254
  TIFFTAG_YRESOLUTION=254
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (    0.0,    0.0)
Lower Left  (    0.0, 4000.0)
Upper Right ( 4000.0,    0.0)
Lower Right ( 4000.0, 4000.0)
Center      ( 2000.0, 2000.0)
Band 1 Block=4000x65 Type=Byte, ColorInterp=Palette
  Color Table (RGB with 256 entries)
    0: 59,43,48,255
...
  255: 253,252,252,255

Many thanks.
Kieron Dunbar
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to