Skip to content

iTwin/reality-capture

Repository files navigation

reality-capture

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

About this Repository

This repository contains Reality Capture SDKs for Reality Modeling, Reality Analysis, Reality Conversion and Reality Management services, as well as Reality Management API utils. It provides classes, functions and examples to create reality data, upload local data to ContextShare, run Analysis/Conversion/Modeling jobs and download results. Besides, a typescript web application example is available to show how to create a web application running the whole workflow and displaying the results in the browser.

Reality data utils to upload and download results

All the packages are available in python, except Reality Management

Requirements

Build Instructions

  1. Clone repository (first time) with git clone or pull updates to the repository (subsequent times) with git pull
  2. Install dependencies: pnpm update or pnpm install
  3. Build source: pnpm build
  4. Run unit tests : create a .env file based on template.env, then : pnpm coverage