cityjson / cjio

CityJSON/io: Python CLI to process and manipulate CityJSON files
MIT License
118 stars 30 forks source link

Do not add semantics to the geometry when LoD1 #44

Open balazsdukai opened 4 years ago

balazsdukai commented 4 years ago

When a Geometry is created and populated in LoD1, the geometries of the CityObjects in the CityJSON file contain the 'semantics' key and the values set to 'null'.

hugoledoux commented 4 years ago

why not? Is it because CityGML specs state so? I would argue that this should be ignored, if I get a file with LoD1 and I want to do something, it's surely useful to know which surfaces are the roofs, no?

I know it's "easy" to extract from the geometry, but it's not that easy.

balazsdukai commented 4 years ago

Yes that's true. Also, apparently my issue was vague, because I actually meant a different problem (see https://github.com/cityjson/cjio/issues/45). Nevertheless this helped to point out the case that you are mentioning, so I'm leaving this open.

It would still be the job of the user to label the surfaces in an LoD1 model though, right? Or are you thinking about a label_my_surface magic function?

hugoledoux commented 4 years ago

I wasn’t thinking of automatic function, but that is an idea! Rather simple to implement, let’s do that (at some point)