Solved

CityJSON WallSurfaces and RoofSurfaces

  • 27 January 2022
  • 2 replies
  • 32 views

Badge

Hi!

 

I have a question that I can't figure it out myself.

 

I have a CityJSON (v1.0.1.) building data set which contain surfaces with type both "RoofSurface", "WallSurface" and"GroundSurface". How can I read or filter my data based on these types? Does FME support this when processing CityJSON, like it does for CityGML?

 

I have tried eg. to extract geometry parts and deaggregate buildings, but none of these helped.

 

Thank you a lot!

icon

Best answer by daveatsafe 28 January 2022, 00:35

View original

2 replies

Userlevel 2
Badge +17

Hi @alpoturunen​,

You can use the GeometryPartExtractor to extract the parts of the geometry where the geometry Name = WallSurface, RoofSurface, etc.

Screen Shot 2022-01-27 at 3.31.02 PMI am attaching a simple workspace to illustrate.

Badge

Hi @alpoturunen​,

You can use the GeometryPartExtractor to extract the parts of the geometry where the geometry Name = WallSurface, RoofSurface, etc.

Screen Shot 2022-01-27 at 3.31.02 PMI am attaching a simple workspace to illustrate.

Thank you! This solved the problem!

Reply