From 42d476cbb0ecf937245c067a125801b48b05511d Mon Sep 17 00:00:00 2001 From: LaurensJN Date: Fri, 23 Apr 2021 17:12:29 +0200 Subject: [PATCH] Replace old naming of ifccityjson README.md --- src/ifccityjson/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/ifccityjson/README.md b/src/ifccityjson/README.md index 9454652272..f94eaf7ec9 100644 --- a/src/ifccityjson/README.md +++ b/src/ifccityjson/README.md @@ -1,32 +1,32 @@ -# CJ2IFC -Converter for CityJSON files to IFC. +# IFCCityJSON +Converter for CityJSON files and IFC. Currently only supports one-way conversion from CityJSON to IFC. -- WARNING -- -CJ2IFC only came into being 14/04/2021. Be prepared for lots of bugs, unfinished implementations and little to no documentation! +IFCCityJSON only came into being 14/04/2021. Be prepared for lots of bugs, unfinished implementations and little to no documentation! ## Dependencies - [IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell) - [CJIO](https://github.com/cityjson/cjio) -## Usage of CJ2IFC +## Usage of IFCCityJSON Following command will execute a conversion from CityJSON to IFC - python CJ2IFC.py [-i input file] [-o output file] [-n name of identification attribute] + python ifccityjson.py [-i input file] [-o output file] [-n name of identification attribute] The example file that could be used is example/3D_BAG_example.json - python CJ2IFC.py -i example/3DBAG_example.json -o example/3DBAG_example.ifc -n identificatie + python ifccityjson.py -i example/3DBAG_example.json -o example/3DBAG_example.ifc -n identificatie ## Implemented geometries - [ ] "MultiPoint" - [ ] "MultiLineString" -- [ ] "MultiSurface" +- [x] "MultiSurface" - [ ] "CompositeSurface" -- [x] "Solid" -- [ ] "MultiSolid": exterior shell -- [ ] "MultiSolid": interior shell -- [ ] "CompositeSolid" +- [x] "Solid": exterior shell +- [ ] "Solid": interior shell +- [x] "MultiSolid" +- [x] "CompositeSolid" - [ ] "GeometryInstance" ## TODO