Skip to main content
Question

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?

  • February 3, 2016
  • 3 replies
  • 16 views

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img

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


mygis
Supporter
Forum|alt.badge.img+14
  • Supporter
  • 307 replies
  • June 2, 2017

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


  • 1 reply
  • August 8, 2017

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