Skip to content

Instantly share code, notes, and snippets.

@mtravis
mtravis / ogr2vrt_27700.py
Last active September 7, 2017 15:46
Adapted the original ogr2vrt.py script to create a OSGB ready vrt file that references a tab file for use in QGIS - no more having to change the CRS!
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: OGR Python samples
# Purpose: Create OGR VRT from source datasource
# Author: Frank Warmerdam, warmerdam@pobox.com
#
###############################################################################