Skip to main content

I am converting Sketchup file to City Gml v2.0 , I want to give seperarate layer names for Building, Lift , door,park and lift ? Can anyone suggest me a the way to follow?

You have to follow the CityGML standard layer naming. A building is consisted of BoundarySurfaces for example, from openings such as doors, from buildinginstallations such as lifts. Pehraps, if you can be a little more specific i could help you more. @mariselvam


Hi @mariselvam .

You need to use the Deaggregator transformer followed by the

GeometryPropertyExtractor transformer and setting the "

sketchup_layer_name" in order to extract the layer names from the skp file. From there you just need to use the CityGMLGeometrySetter from the hub to set the geometries in citygml format. It should work.

 

 

If you have a sample file you could share, I would b glad to assist you.

 

 

Cheers.

Lyes


Hi @mariselvam .

You need to use the Deaggregator transformer followed by the

GeometryPropertyExtractor transformer and setting the "

sketchup_layer_name" in order to extract the layer names from the skp file. From there you just need to use the CityGMLGeometrySetter from the hub to set the geometries in citygml format. It should work.

 

 

If you have a sample file you could share, I would b glad to assist you.

 

 

Cheers.

Lyes

Hi gisinnovationsb.

 

I'm studying how to convert sketchup file to CityGML. Can you give me some suggestions?

 

thanks

 

 


Reply