You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the remark! The plan is to have all classes available to the user so that they can use composition to enable whatever behaviour the want (or to extend the functionality). I was just lazy to do it so far, as I am still experimenting with things. 😇
Except for just exposing these files through the index, do you think there is a way that ChunkParser and GeometryParser can become more extensible? I am worried that these classes might be already a bit overloaded and could be decomposed even further.
Description
CityJSONWorkerParser
does a lot though I want more control and customisation over geometry generationCityJSONWorkerParser
tries to create its own worker)ChunkParser
has been helpful for me but it's not accessible via the root / index fileExpectation
ChunkParser
andGeometryParser
)The text was updated successfully, but these errors were encountered: