Skip to content

Commit

Permalink
viewcjl renamed to cjfview
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 13, 2023
1 parent aa37399 commit dfcd4ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cityjsonl/jsonl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit dfcd4ae

Please sign in to comment.