Created
July 22, 2015 05:27
-
-
Save bradbrowne/93281052364f9d9e8283 to your computer and use it in GitHub Desktop.
Create attribute index on Esri Shapefile using ogrinfo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ogrinfo -sql "DROP INDEX ON PROPERTY_VIEW" "PROPERTY_VIEW.shp" | |
ogrinfo -sql "CREATE INDEX ON PROPERTY_VIEW USING PFI" "PROPERTY_VIEW.shp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment