Changes between Version 5 and Version 6 of Processing/OsVecImport
- Timestamp:
- Nov 17, 2009, 11:56:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/OsVecImport
v5 v6 1 1 = Importing Ordnance Survey Vectors = 2 2 3 The 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.3 The OS Mastermap vectors are in a GML/XML 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 4 ----- 5 5 === Procedure === 6 6 7 To convert the OS vectors, copy them off the DVD into a directory. Then run: 7 To convert the OS vectors, copy them off the DVD into a directory and unzip (probably using gunzip) [[BR]] 8 Then run: 8 9 `GML2Shape.sh <shapefilesdir> <gmlfilesdir>` 9 10