Skip to content

Instantly share code, notes, and snippets.

@jeremypage
Created February 3, 2015 12:46
Show Gist options
  • Save jeremypage/97b974d5edd1c67f8b77 to your computer and use it in GitHub Desktop.
Save jeremypage/97b974d5edd1c67f8b77 to your computer and use it in GitHub Desktop.
ogr2ogr: Convert MapInfo TAB file to geoJSON (British National Grid projection)
ogr2ogr -f "GeoJSON" -a_srs "EPSG:27700" output.geojson input.TAB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment