Changes between Version 31 and Version 32 of Tutorials/Digital Twins/Geo2Sig Map Getting Started


Ignore:
Timestamp:
Jan 27, 2026, 4:30:46 AM (13 days ago)
Author:
srivera2
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Digital Twins/Geo2Sig Map Getting Started

    v31 v32  
    100100   #!python
    101101import os
    102 current_dir = os.getcwd()
    103 print(current_dir)
    104102SCENE_FOLDER = "../scene/COSMOS"
    105103scene = load_scene(f"{SCENE_FOLDER}/scene.xml")
    106104
    107105# Interactive 3D visualization and view of the scene
    108 scene.preview();   
     106scene.preview();       
    109107   }}}
    110108