Validation & Error Codes (examples)
This release integrates a pre-flight validation layer. Before the import process begins, the tool analyzes the source model for structural inconsistencies that would violate TMDM rules.
Contributors
: Native support for these high-fidelity standards to ensure interoperability with government and urban planning data.
importer = ModelImporter(version="0.4.0") result = importer.load( filepath="buildings/city_hall.glb", target_crs="EPSG:3857", anchor=(40.7128, -74.0060, 15.2), # lat, lon, alt (meters) auto_optimize=True )