Skip to content

Instantly share code, notes, and snippets.

@davidstrategicaci
Created October 19, 2018 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidstrategicaci/20d384af8fc5f9dc10c2b309a34e40d9 to your computer and use it in GitHub Desktop.
Save davidstrategicaci/20d384af8fc5f9dc10c2b309a34e40d9 to your computer and use it in GitHub Desktop.
from dijkstar import Graph, find_path, NoPathError
import sqlite3
from tabulate import tabulate
from IPython.display import HTML
GeoPackageFile = "AGC_USGS-Topo_DistricOfColumbia_NSG_4326-V1-0_18OCT18.gpkg"
databaseConnection = sqlite3.connect(GeoPackageFile)
cursor = databaseConnection.cursor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment