[GRASSLIST:5516] does grass support AIB format?

Hi List,

Apologies for any newbie stupidity here (have only just got Grass running today) but I'm trying to find out if it supports UK Ordnance Survey AIB format. I read somewhere that it did, but can't find any mention of it on the GRASS site or in the mailing lists, so I have no idea how to use it, if indeed it's possible.

Many thanks for your help

Jo

-------------------------------------------
Joanne Cook
Oxford Archaeology North
-------------------------------------------

Apologies for any newbie stupidity here (have only just got Grass
running today) but I'm trying to find out if it supports UK Ordnance
Survey AIB format. I read somewhere that it did, but can't find any
mention of it on the GRASS site or in the mailing lists, so I have no
idea how to use it, if indeed it's possible.

Supported raster formats through r.in.gdal:
  http://gdal.org/formats_list.html

AIB: Arc/Info Binary Grid (.adf)?? If so you can load it with r.in.gdal.

use 'gdalinfo filename' to test what format it is.

Supported vector formats though v.in.ogr:
  http://gdal.org/ogr/ogr_formats.html

OGR supports UK Ordnance Survey .NTF format:
  http://gdal.org/ogr/drv_ntf.html

Hope that helps,
Hamish