Changes between Initial Version and Version 1 of Processing/OsVecImport


Ignore:
Timestamp:
Apr 28, 2009, 5:11:44 PM (15 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/OsVecImport

    v1 v1  
     1= Importing Ordnance Survey Vectors =
     2
     3The OS Mastermap vectors are in a GML format. To read them into most GIS systems they need to be converted first. There is a script which will convert the vectors into ESRI Shapefiles - GML2Shape.sh. This uses the ogr2ogr utility which comes with GDAL.
     4-----
     5=== Procedure ===
     6
     7To convert the OS vectors, copy them off the DVD into a directory. Then run:
     8 `GML2Shape.sh <shapefilesdir> <gmlfilesdir>`
     9
     10where <shapefilesdir> is a directory path where you want the shape files to go to (they will overwrite any files with the same name - suggest you use an empty directory) and <gmlfilesdir> is the directory path where the GML vectors have been copied to.