Lod2 import for citygml

This commit is contained in:
Guille 2020-12-01 07:33:53 -05:00
parent 33725e8b74
commit be31e9517a

View File

@ -24,7 +24,6 @@ class TestGeometryFactory(TestCase):
def _get_citygml(self):
if self._city_gml is None:
print("load")
# file_path = (self._example_path / 'EngHT_Flat_model_01.gml').resolve()
file_path = (self._example_path / 'lod2_buildings.gml').resolve()
self._city_gml = GeometryFactory('citygml', file_path).city