version 1.3.0
Version 1.3.0 contains some improvements and bug fixes.
- Update nlohmann-json to version 3.7.3
- Support for CityJSON version 1.0 with EPSG metadata
- Read
CurvedPolygon
andMultiSurface
and stroke curves (use options:max_angle_curvepolygon for setting maximum stoke angle) - CSV ouput remove trailing comma and change delimiter from semicolon to comma
- Improve OBJ LoD0 creation
- Output license information of used libraries with
--license
option - Destroy GDAL feature after reading and free memory used by wkt string.
- Correct parsing of requested extent from configuration file
- Add code comments
- paths for files in YAML can be all in unix (
/
) and relative paths are supported. Works under Windows too, so one YAML file to unite them all is now given as example. - added STL output, useful for the CFD community. Only text-based STL now, binary to follow.