cityjson / cityjson-threejs-loader

Apache License 2.0
19 stars 10 forks source link

Add documentation for GeometryData, BaseParser classes and their methods #15

Open imtiazShakil opened 3 weeks ago

imtiazShakil commented 3 weeks ago

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.