Recent Releases of https://github.com/cityjson/cjval

https://github.com/cityjson/cjval - 0.8.2

Docker image and github action to build and release it. No changes to cjval itself.

- Rust
Published by GinaStavropoulou over 1 year ago

https://github.com/cityjson/cjval - 0.8.1

Modified

  • fix a bug where cjval crashed if the textures for a geom where containing [null, null, null] instead of one null. The specs allow several so it's fine, I guess. Now it reports valid.

- Rust
Published by hugoledoux almost 2 years ago

https://github.com/cityjson/cjval - 0.8.0

Modified

  • cjseqval removed as a standalone binary, now you can do the same with cjval (stdin is for CityJSONSeq)
  • the reporting of the errors for CityJSONSeq is better, and contains a summary

- Rust
Published by hugoledoux about 2 years ago

https://github.com/cityjson/cjval - 0.6.1

[0.6.1] - 2024-02-05

Modified

  • fix bug with textures and inner-rings and `[[null]] values (bug #13)

- Rust
Published by hugoledoux over 2 years ago

https://github.com/cityjson/cjval - 0.6.0

[0.6.0] - 2023-09-28

Added

  • support for CityJSON v2.0 (schemas v2.0.0 added)
  • full support for CityJSONL with cjfval, the stream must come from cjio (or equivalent)
  • more unit tests ### Modified
  • validation of textures and material coordinates
  • cjfval is faster: schemas are not read for each line anymore
  • fixed some bugs

- Rust
Published by hugoledoux almost 3 years ago