From dfcd4ae2ce05f9d2b481bbee436852eb4797fb5c Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Fri, 13 Oct 2023 10:35:02 +0200 Subject: [PATCH] viewcjl renamed to cjfview --- cityjsonl/jsonl.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cityjsonl/jsonl.md b/cityjsonl/jsonl.md index 66165d0cb8..0089f40cc4 100644 --- a/cityjsonl/jsonl.md +++ b/cityjsonl/jsonl.md @@ -129,20 +129,20 @@ l.6 ✅ ``` -## viewcjf: a small viewer for CityJSONL files +## cjfview: a small viewer for CityJSONL files ![](https://raw.githubusercontent.com/cityjson/viewcjl/main/demo.png) -The [viewcjl GitHub repository](https://github.com/cityjson/viewcjl/) has more details. +The [cjfview GitHub repository](https://github.com/cityjson/cjfview/) has more details. It reads a [CityJSONL file](https://cityjson.org/cityjsonl) from stdin. ```bash -cat ./data/b2.city.jsonl | python ./src/viewcjl.py +cat ./data/b2.city.jsonl | python ./src/cjfview.py ``` ```bash -cjio --suppress_msg Vienna_102081.city.json subset --random 5 export jsonl stdout | python ./src/viewcjl.py +cjio --suppress_msg Vienna_102081.city.json subset --random 5 export jsonl stdout | python ./src/cjfview.py ```