VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
Other
188 stars 51 forks source link

Replace parse_args function by parse_known_args #156

Closed wesley-petit closed 1 year ago

wesley-petit commented 1 year ago

I fix the issue by replacing parse_args function by parse_known_args ; https://github.com/VCityTeam/py3dtilers/issues/155.