Both the GeometryData class and BaseParser class currently lacks detailed documentation for its fields and methods. These two classes are important to understand how the parsing is done and what kind of data are being stored in GeometryData.
This pull request will improve understanding of how these classes interact with CityJSON data.
Both the
GeometryData
class andBaseParser
class currently lacks detailed documentation for its fields and methods. These two classes are important to understand how the parsing is done and what kind of data are being stored inGeometryData
.This pull request will improve understanding of how these classes interact with CityJSON data.