Skip to content

Commit 030f3cf

Browse files
authored
Add tutorial to ifccityjson
1 parent c8eb933 commit 030f3cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ifccityjson/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# IFCCityJSON
22
Converter for CityJSON files and IFC. Currently only supports one-way conversion from CityJSON to IFC.
33

4-
-- WARNING --
5-
6-
IFCCityJSON only came into being 14/04/2021. Be prepared for lots of bugs, unfinished implementations and little to no documentation!
7-
84
## Dependencies
95
- [IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell) (also IfcOpenShell api is needed)
106
- [CJIO](https://github.com/cityjson/cjio)
117

128
## Usage of IFCCityJSON
9+
An extended ifccityjson tutorial can be found on [the OSARCH wiki](https://wiki.osarch.org/index.php?title=Ifccityjson)
1310
Following command will execute a conversion from CityJSON to IFC
1411

1512
python ifccityjson.py [-i input file] [-o output file] [-n name of identification attribute]

0 commit comments

Comments
 (0)