From d1e1969a3f7af8d774d6ce0874c22a684a1e464c Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Wed, 3 Feb 2021 15:44:56 +0100 Subject: [PATCH] Fix --help for compres() operator, it was wrong `--digit` needs to be there --- cjio/cjio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cjio/cjio.py b/cjio/cjio.py index 065cf25..074cdaf 100755 --- a/cjio/cjio.py +++ b/cjio/cjio.py @@ -436,10 +436,10 @@ def compress_cmd(digit): """ Compress a CityJSON file, ie stores its vertices with integers. - The '--digit' parameter is the number of digits to preserve, so + The '--digit' parameter is the number of digits to preserve (default=3), so millimeter precision that would be '3'. - $ cjio myfile.json compress 3 info + $ cjio myfile.json compress --digit 3 info """ def processor(cm):