Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 654 Bytes

BIM2RDF

Functionality used to convert building models in Speckle to ASHRAE S223 semantic models. The operationalized version will be on Speckle Automate.

Each top-level directory is a 'component' of the project. Furthermore, the following dependencies were extracted as generic stand-alone libraries:

Development

> uv sync --all-packages
> uv run pre-commit install

Make a .secrets.toml file with

[speckle]
token = "yourtoken"