Skip to content

i2s2csv

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

@brief:
Convertir un fichier i2s en fichier csv

@info:
Colonnes exportés : ['x', 'y', 'id', 'id_pt', 'id_line', 'value']

positional arguments:
  inname      fichier i2s
  outname     fichier csv

options:
  -h, --help  show this help message and exit
  --sep SEP   séparateur de colonnes (default: ;)
Clone this wiki locally