Skip to content

Instantly share code, notes, and snippets.

View Tybion's full-sized avatar

Tybion

  • Australia
View GitHub Profile
@aaronpk
aaronpk / _howto.md
Last active May 2, 2024 01:11
How to compile and install spatialite on iOS

Spatialite for iOS

Install compiler dependencies

brew install automake autoconf libtool libxml2 pkg-config
brew link libxml2

Build libspatialite

@schoenobates
schoenobates / mbtile-extractor.py
Created August 3, 2012 09:43
Extracts a pyramid of image tiles from a MBTile file
#!/usr/bin/env python
import sqlite3 as sqlite
import os
import sys
import time
# Extracts an mbtiles database into a pyramid structure
if len(sys.argv) != 2: