cityjson / cjio

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

I'm working on converting IFC to CITYJSON. #185

Closed Pdongjaelee closed 5 months ago

Pdongjaelee commented 5 months ago

hello. I'm working on converting IFC to CITYJSON.

Currently, IFCOPENSHELL is used to extract geometry information from IFC data.

Now I just need to create this data as a CITYJSON file, but I keep getting an error.

I mainly used cjio to create cityjson, but is there another way?

hugoledoux commented 5 months ago

this is a discussion, not an issue wiht the specs

Pdongjaelee commented 5 months ago

hello. I am using cjio to convert ifc to cityjson.

Could you please take a look at my code?

hugoledoux commented 5 months ago

cjio cannot convert IFC to CityJSON I'm afraid, it only reads CityJSON and OBJ as input.

Pdongjaelee commented 5 months ago

Ah, I have a lot of obj files.

If I have an obj file, can I convert it to cityjson using cjio?