it works! well almost... Thanks, I worked through each tile returned from MasterMap using v.in.ogr I now have a number of separate vector layers making up my map. No labels or colours - is this right? Can I combine tiles to a single layer or is this not advised? Looking forward to linking with R where I do know what I'm doing! D
-----Original Message----- From: Hamish [mailto:[email protected]] Sent: Tue 23/03/2010 05:16 To: [email protected]; Leedal, David Subject: Re: [GRASS-user] OS MasterMap to GRASS 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
