Created
February 3, 2015 12:46
-
-
Save jeremypage/97b974d5edd1c67f8b77 to your computer and use it in GitHub Desktop.
ogr2ogr: Convert MapInfo TAB file to geoJSON (British National Grid projection)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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