Skip to content

Commit

Permalink
Add viewcjl to the cityjsonl page
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 10, 2023
1 parent cd80430 commit 46532cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cityjsonl/jsonl.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,20 @@ l.5 ✅
l.6 ✅
```

## viewcjl: 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.


It reads a [CityJSONL file](https://cityjson.org/cityjsonl) from stdin.

```bash
cat ./data/b2.city.jsonl | python ./src/viewcjl.py
```

```bash
cjio --suppress_msg Vienna_102081.city.json subset --random 5 export jsonl stdout | python ./src/viewcjl.py
```

0 comments on commit 46532cc

Please sign in to comment.