Skip to content

Instantly share code, notes, and snippets.

@bmcbride
Created September 4, 2013 04:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcbride/6432844 to your computer and use it in GitHub Desktop.
Save bmcbride/6432844 to your computer and use it in GitHub Desktop.
ogr2ogr Append shapefile to existing SQLite database
ogr2ogr -update -append -f SQLite mydb.sqlite -nln "newtable" -a_srs "EPSG:4326" shapefile.shp
@losbaltica
Copy link

Cheers for that, is also nice to add "-progress " to show how fast process goes 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment