Skip to content

i3s2csv

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

@brief:
Convertir un fichier i3s en fichier csv

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

@warnings:
La valeur doit être unique par polyligne sinon on perd l'information...

positional arguments:
  inname      fichier i3s
  outname     fichier csv

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