Skip to content

Instantly share code, notes, and snippets.

@RaymondKroon
Created May 11, 2016 08:53
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 RaymondKroon/9cb7f286001ae1e4c1e220c781815b10 to your computer and use it in GitHub Desktop.
Save RaymondKroon/9cb7f286001ae1e4c1e220c781815b10 to your computer and use it in GitHub Desktop.
geo snippets
for p in $(find . -name "*.shp"); do
f=${p##*/}
layer=${f%.*}
echo "file:$f -> $(ogrinfo $p $layer -so | grep PROJCS)"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment