Skip to content

Instantly share code, notes, and snippets.

@dwillis
Last active April 6, 2022 16:56
Show Gist options
  • Save dwillis/ce4c26e84611460d786533bc20674e8f to your computer and use it in GitHub Desktop.
Save dwillis/ce4c26e84611460d786533bc20674e8f to your computer and use it in GitHub Desktop.
spatialite install

OSX

brew install libspatialite

geojson-to-sqlite toxmap.db hotspots hotspot_perimeters_for_data_store.geojson --spatialite

datasette toxmap.db --load-extension=spatialite

Windows

Download, unzip and install both Windows binaries here (based on your system, probably x64): http://www.gaia-gis.it/gaia-sins/

geojson-to-sqlite toxmap.db hotspots hotspot_perimeters_for_data_store.geojson --spatialite

datasette toxmap.db --load-extension=spatialite

Linux

sudo apt install libsqlite3-mod-spatialite

geojson-to-sqlite toxmap.db hotspots hotspot_perimeters_for_data_store.geojson --spatialite

datasette toxmap.db --load-extension=spatialite

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