- Adding meta-information support for [GeoOBJ](https://github.com/FHOOEAIST/geofiles#geoobj), [GeoOFF](https://github.com/FHOOEAIST/geofiles#geooff) and [GeoPLY](https://github.com/FHOOEAIST/geofiles#geoply).
- [Meta Information](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/domain/geo_object.py#L29) and [Type](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/domain/geo_object.py#L59) in GeoObject
- [Translation + Rotation Unit](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/domain/geo_object_file.py#L39) in GeoObjectFile
- Adding CityGML support
- [Reader](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/reader/citygml_reader.py)
- [Writer](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/writer/citygml_writer.py)
- Adding Collada support
- [Reader](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/reader/collada_reader.py)
- [Writer](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/writer/collada_writer.py)
- Adding Type support for CityJson
- [Reader](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/reader/city_json_reader.py#L73)
- [Writer](https://github.com/FHOOEAIST/geofiles/blob/v2.0.0/src/geofiles/writer/city_json_writer.py#L106)