David wrote: > This is very newbieish but I just can't find an answer out > there. I've got Ordnance Survey MasterMap data in GML format > downloaded from EDINA. Is there a nice way to load and > display this data in GRASS? Or has anyone come across a > step-by-step guide to doing this on the web?
Sure, GML is a vector format known to OGR, http://www.gdal.org/ogr/ogr_formats.html so you can import it with the v.in.ogr module. see http://grass.osgeo.org/wiki/Importing_data good luck, Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
