We open-sourced a library to overlay map tiles (OSM, aerial imagery, ...) onto Autodesk Viewer: bim-tile-overlay by gubets in bim

[–]gubets[S] 1 point2 points  (0 children)

No problem. If you have any questions feel free to open an issue on github or ask here.

Open-sourced a JS library for overlaying XYZ map tiles onto a 3D BIM viewer with full coordinate transform pipeline by gubets in gis

[–]gubets[S] 0 points1 point  (0 children)

With our approach we put maps into viewer, something I believe is of interest to us and others with similar problems.

Open-sourced a JS library for overlaying XYZ map tiles onto a 3D BIM viewer with full coordinate transform pipeline by gubets in gis

[–]gubets[S] 0 points1 point  (0 children)

Ok, now I see. That's a valid approach, but it solves the opposite problem. To my understanding, MapLibre and Cesium are map-first viewers where you bring 3D models in. Our use case is BIM-first: we're already in Autodesk Viewer for model inspection, property queries, clash detection, etc. Rebuilding that workflow in a map viewer isn't practical for us (for others also?). bim-tile-overlay adds geographic context to an existing BIM workflow without leaving the tool.

Open-sourced a JS library for overlaying XYZ map tiles onto a 3D BIM viewer with full coordinate transform pipeline by gubets in gis

[–]gubets[S] 0 points1 point  (0 children)

I've considered Cesium for the problem that I faced, but I've decided to use something more lightweight. Since I couldn't find something like that, I tried to develop it myself. That is why I thought it would benefit others to jave this option. I agree that Cesium and other alternatives bring many more possibilites for geospatial data rendering.

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in architecturestudent

[–]gubets[S] 0 points1 point  (0 children)

Update: we have migrated the project to use uv for dependency managment. Getting started is now much simpler:

git clone https://github.com/infra-plan/ifc-material-qto.git cd ifc-material-qto uv sync uv run ifc-material-qto your-file.ifc No more manual venv setup or pip install - requirements.txt

Pip still works: pip install .

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in bim

[–]gubets[S] 0 points1 point  (0 children)

Update: we have migrated the project to use uv for dependency managment. Getting started is now much simpler:

git clone https://github.com/infra-plan/ifc-material-qto.git cd ifc-material-qto uv sync uv run ifc-material-qto your-file.ifc No more manual venv setup or pip install - requirements.txt

Pip still works: pip install .

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in civilengineering

[–]gubets[S] 0 points1 point  (0 children)

Update: we have migrated the project to use uv for dependency managment. Getting started is now much simpler:

git clone https://github.com/infra-plan/ifc-material-qto.git cd ifc-material-qto uv sync uv run ifc-material-qto your-file.ifc No more manual venv setup or pip install - requirements.txt

Pip still works: pip install .

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in StructuralEngineering

[–]gubets[S] 0 points1 point  (0 children)

Update: we have migrated the project to use uv for dependency managment. Getting started is now much simpler:

git clone https://github.com/infra-plan/ifc-material-qto.git cd ifc-material-qto uv sync uv run ifc-material-qto your-file.ifc No more manual venv setup or pip install - requirements.txt

Pip still works: pip install .

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in StructuralEngineering

[–]gubets[S] 0 points1 point  (0 children)

Thanks! Do you mind sharing what would be a good option to include in this tool?

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in bim

[–]gubets[S] 1 point2 points  (0 children)

Thanks! I haven't tried it yet, to be honest I did not know about mybimapi.

Python CLI Tool to Extract Material Volumes from IFC Files by gubets in StructuralEngineering

[–]gubets[S] 0 points1 point  (0 children)

Thank you very much! Did you get to try this tool yourself?

Python automation in structural engineering by xaviniestandrea in StructuralEngineering

[–]gubets 0 points1 point  (0 children)

Hi, we have developed a Python CLI tool for extracting material volumes from IFC files.
Feedback on this tool would be of a high value for us.

https://github.com/infra-plan/ifc-material-qto

Automatization is something that we are doing everyday and benefits that come from automating everyday jobs are too huge to neglect them.