Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradbrowne/6bf1172e11da90914dde to your computer and use it in GitHub Desktop.
Save bradbrowne/6bf1172e11da90914dde to your computer and use it in GitHub Desktop.
Create Spatial Index on Esri Shapefile using ogrinfo
ogrinfo -sql "CREATE SPATIAL INDEX ON PROPERTY_VIEW" "PROPERTY_VIEW.shp"
@thom4parisot
Copy link

Thanks, it helped me a lot :-)

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