Skip to content

shp_extract_table

Luc DURON edited this page Apr 6, 2023 · 1 revision
usage: shp_extract_table.py [-h] [--digits DIGITS] [--sep SEP] inname outname

@brief:
Extraire la table attributaire en tant que csv

positional arguments:
  inname           fichier d'entrée shp
  outname          fichier de sortie csv

options:
  -h, --help       show this help message and exit
  --digits DIGITS  nombre de chiffres significatifs des flottants (default: 4)
  --sep SEP        séparateur de colonnes (default: ;)
Clone this wiki locally