Skip to content

Instantly share code, notes, and snippets.

@zdila
Created February 5, 2019 21:13
Show Gist options
  • Save zdila/c9ca49628beef3135becdc4a8ea85561 to your computer and use it in GitHub Desktop.
Save zdila/c9ca49628beef3135becdc4a8ea85561 to your computer and use it in GitHub Desktop.
extract locus sqlitedb tiles
sqlite3 cesty_nlc_2017.sqlitedb "select writefile(z || '/' || x || '/' || y || '.png', image) from tiles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment