Skip to content

shp_lignes_points_proches

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

@brief:
Analyse un ensemble de polylignes et exporte un semis de points (sans Z) correspondant à des points consécutifs des lignes qui sont trop proches

positional arguments:
  inname      fichier d'entrée shp
  outname     fichier de sortie shp
  distmin     distance minimale entre deux points consécutifs (en mètre)

options:
  -h, --help  show this help message and exit
Clone this wiki locally