v0.7.5
This is a bigger patch release, but there are several improvements on develop
that should be on master
already, and v0.8.0 is still some time away.
Added
- Subset more than one CityObject type (#9)
models.Geometry.reproject()
for reprojecting dereferenced geometry boundaries- Read from
stdin
and save tostdout
--suppress_msg
to suppress all messages. Required when saving tostdout
Fixed
- Subset with BBOX does not modify the input model anymore (#10)
cityjson.load()
does not fail on aGeometryInstance
, however it does not load it either (#19)- Fixes to the glb exporter (#20, #57, #83), and fixed the coordinate system
texture
andmaterial
are correctly removed from the geometries of the CityObjects withtextures/materials_remove
vertex-texture
is removed from the CityJSON withtextures_remove
- Docker image build (#77, #132)
- Other minor fixes