Skip to content

v0.8.1

Compare
Choose a tag to compare
@balazsdukai balazsdukai released this 06 Feb 17:50
· 17 commits to master since this release

Added

  • Added the translate paramter to cityjson.compress to manually set the tranlation properties instead of computing from the data.
  • The cityjson.cityjson_for_features and cityjson.generate_features methods.

Changed

gltf (glb) converter

  • to_glb sets a root transformation matrix for z-up to y-up, instead of swapping the vertex coordinates directly.
  • Takes a do_triangulate argument to completely skip triangulation.
  • Compute (smooth) normals.