Skip to content

v0.7.0

Compare
Choose a tag to compare
@hugoledoux hugoledoux released this 01 Dec 13:00
· 175 commits to master since this release

Changed

  • Minimum required CityJSON version is 1.1
  • Many operators names changed, it's now "property-verb", so that all the operators related to textures for instance are together
  • The metadata are only updated (with lineage) when there is a metadata-extended property in the file, otherwise nothing is modified
  • The schema validator (operator validate) is not written in Python anymore and part of cjio, it's using cjval and its Python binding (which needs to be installed). The validator is several orders of magniture faster too

Added

  • A new operator triangulate that triangulates each surface of the input (de-triangulate coming soon)

Fixed

  • Several bugs were fixed

API

  • Loading a file with cityjson.load() removes the transform property from the file