From f6364f48d1c8ed922a757d9827abf5286cfedcb4 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Wed, 17 Apr 2024 13:28:23 +0200 Subject: [PATCH] Fix new name cjseqview --- cityjsonseq/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cityjsonseq/index.md b/cityjsonseq/index.md index 7907799b03..dc4be8d347 100644 --- a/cityjsonseq/index.md +++ b/cityjsonseq/index.md @@ -158,9 +158,9 @@ The [cjseqview GitHub repository](https://github.com/cityjson/cjseqview/) has mo It reads a [CityJSONSeq](https://cityjson.org/cityjsonseq) from stdin. ```bash -cat ./data/b2.city.jsonl | python ./src/cjfview.py +cat ./data/b2.city.jsonl | python ./src/cjseqview.py ``` ```bash -cjio --suppress_msg Vienna_102081.city.json subset --random 5 export jsonl stdout | python ./src/cjfview.py +cjio --suppress_msg Vienna_102081.city.json subset --random 5 export jsonl stdout | python ./src/cjseqview.py ```