Skip to content

Commit

Permalink
Fix new name cjseqview
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Apr 17, 2024
1 parent 0ccd6f7 commit f6364f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cityjsonseq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit f6364f4

Please sign in to comment.