Recent Releases of geofiles
geofiles - v4.0.0
Adding hierarchy feature h to GeoOBJ allowing to store arbitrary object-trees.
- Python
Published by cpraschl almost 4 years ago
geofiles - v2.0.0
- Adding meta-information support for GeoOBJ, GeoOFF and GeoPLY.
- Meta Information and Type in GeoObject
- Translation + Rotation Unit in GeoObjectFile
- Adding CityGML support
- Python
Published by cpraschl almost 4 years ago
geofiles - v1.6.0
Added Read Support for CityJSON's transform feature
- Python
Published by cpraschl over 4 years ago
geofiles - v1.5.0
Added CityJSON write support for: - Transform information - CityJSON v1.1 with mandatory transform information
- Python
Published by cpraschl over 4 years ago
geofiles - v1.4.1
This version fixes a bug with the GeoVRMLWriter, where duplicated vertices have been written to the output file.
- Python
Published by cpraschl over 4 years ago
geofiles - v1.4.0
Added reader support for - JSON based file formats - CityJSON - GeoJSON - XML based file formats - GML - KML
Note, that the readers are limited to a feature subset of the associated file formats, related to geo-referenced models.
- Python
Published by cpraschl over 4 years ago
geofiles - v1.2.0
This release extends the GeoOFF file definition by additional features based on an introduced file header, comparable to the classic OFF file header.
Next to that, the writer implementations of GeoOFF and GeoPLY are now checking if a single object should be exported.
Additional service functionalities are included for: - Minimize(): for combining multiple objects to one object (as required for GeoOFF and GeoPLY) - Extended object-based transformation functionalities - Advanced calculation methods for determining the geographical extents of a file
- Python
Published by cpraschl over 4 years ago
geofiles - v1.1.1
Bug fixes in the context of updating the geographical extent, when converting GeoObjFiles. Adaptions of:
- CrsConverter
- LocalConverter
- OriginConverter
- Python
Published by cpraschl over 4 years ago
geofiles - v1.1.0
Changelog:
- Adding geographical extent feature to GeoObjectFile
- Adapations of converters to consider extent information
- CrsConverter
- LocalConverter to_local() and from_local()
- OriginConverter to_origin() and from_origin()
- Adding geographical extent feature to .geoobj with line prefix e
- Updating GeoObjReader
- Updating GeoObjWriter
- Adding geographical extent feature to .geoply with line prefix extent
- Updating GeoPlyReader
- Updating GeoPlyWriter
- Python
Published by cpraschl over 4 years ago