Skip to content

Instantly share code, notes, and snippets.

@pigreco
Created April 21, 2018 20:13
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 pigreco/319d62c6ce7e7983163e4bedf7b655bd to your computer and use it in GitHub Desktop.
Save pigreco/319d62c6ce7e7983163e4bedf7b655bd to your computer and use it in GitHub Desktop.
estrae tutti i vettori all'interno del geopackage nella cartella output in shp
#!/bin/bash
set -x
# estrae tutti i vettori nella cartella output
ogr2ogr -f 'ESRI Shapefile' output pacchetto.gpkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment