Skip to content

Hosting: GitHub

Pablo Mayrgundter edited this page Feb 8, 2024 · 8 revisions

This is a guide to Viewing and Saving models hosted on GitHub.

Hosting Your Model on GitHub

Getting Started

If you are new to GitHub, create an account. Then create a new repository.

Model Upload

You can upload your models to GitHub in the Share app.

Make sure your'e logged-in, then Use the Open dialog (file icon) or just Drag-and-Drop your file onto the app and you'll be prompted with a Save dialog, where you can choose your Organization/Repository/Filename on GitHub.

Alternately, if you're familiar with GitHub, you might also upload your model directly.

Viewing a GitHub Hosted Model

  1. Navigate to the GitHub repository, for example here
image
  1. Select the model, e.g. here
image
  1. Copy the page link, e.g.: https://github.com/Swiss-Property-AG/Portfolio/blob/main/EISVOGEL.ifc
image
  1. Paste the link into the BLDRS search bar
image
  1. BLDRS URL points to the GitHub model, for example here
image

Model URL format

https://github.com/{Organization}/{Repository}/blob/{branch}/{filename}

https://raw.githubusercontent.com/{Organization}/{Repository}/{branch}/{filename}

Clone this wiki locally