mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:15:21 +00:00
Replace old naming of ifccityjson README.md
This commit is contained in:
+11
-11
@@ -1,32 +1,32 @@
|
|||||||
# CJ2IFC
|
# IFCCityJSON
|
||||||
Converter for CityJSON files to IFC.
|
Converter for CityJSON files and IFC. Currently only supports one-way conversion from CityJSON to IFC.
|
||||||
|
|
||||||
-- WARNING --
|
-- 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
|
## Dependencies
|
||||||
- [IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell)
|
- [IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell)
|
||||||
- [CJIO](https://github.com/cityjson/cjio)
|
- [CJIO](https://github.com/cityjson/cjio)
|
||||||
|
|
||||||
## Usage of CJ2IFC
|
## Usage of IFCCityJSON
|
||||||
Following command will execute a conversion from CityJSON to IFC
|
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
|
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
|
## Implemented geometries
|
||||||
- [ ] "MultiPoint"
|
- [ ] "MultiPoint"
|
||||||
- [ ] "MultiLineString"
|
- [ ] "MultiLineString"
|
||||||
- [ ] "MultiSurface"
|
- [x] "MultiSurface"
|
||||||
- [ ] "CompositeSurface"
|
- [ ] "CompositeSurface"
|
||||||
- [x] "Solid"
|
- [x] "Solid": exterior shell
|
||||||
- [ ] "MultiSolid": exterior shell
|
- [ ] "Solid": interior shell
|
||||||
- [ ] "MultiSolid": interior shell
|
- [x] "MultiSolid"
|
||||||
- [ ] "CompositeSolid"
|
- [x] "CompositeSolid"
|
||||||
- [ ] "GeometryInstance"
|
- [ ] "GeometryInstance"
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|||||||
Reference in New Issue
Block a user