From 030f3cf307892d105dcdcdcc6eb687853584e40f Mon Sep 17 00:00:00 2001 From: Laurens Oostwegel Date: Mon, 1 Nov 2021 18:18:46 +0100 Subject: [PATCH] Add tutorial to ifccityjson --- src/ifccityjson/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ifccityjson/README.md b/src/ifccityjson/README.md index 1f61274082..4d2d537345 100644 --- a/src/ifccityjson/README.md +++ b/src/ifccityjson/README.md @@ -1,15 +1,12 @@ # IFCCityJSON Converter for CityJSON files and IFC. Currently only supports one-way conversion from CityJSON to IFC. --- WARNING -- - -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) (also IfcOpenShell api is needed) - [CJIO](https://github.com/cityjson/cjio) ## Usage of IFCCityJSON +An extended ifccityjson tutorial can be found on [the OSARCH wiki](https://wiki.osarch.org/index.php?title=Ifccityjson) Following command will execute a conversion from CityJSON to IFC python ifccityjson.py [-i input file] [-o output file] [-n name of identification attribute]