Changes between Version 11 and Version 12 of Tutorials/Digital Twins/Geo2Sig Map Getting Started
- Timestamp:
- Jan 26, 2026, 7:03:55 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Digital Twins/Geo2Sig Map Getting Started
v11 v12 11 11 12 12 * LiDAR Terrain Data 13 * Building height calibration using Digital Elevation Models (DEMs)13 * Building Height Calibration using Digital Elevation Models (DEMs) 14 14 15 This drastically improves the accuracy of the environment being processed by the ML-based Propagation Model or a ray tracer of your choice. Throughout our Jupyter Notebook examples, we utilize Sionna RT. This package is open-source and popular for creating coverage predictions. If you are unfamiliar with Sionna RT, feel free to read Nvidia's [https://arxiv.org/abs/2504.21719 Technical Report] to better understand how it works. Tutorials for Sionna can be found [https://nvlabs.github.io/sionna/rt/tutorials.html here].15 This drastically improves the accuracy of the environment being processed by the ML-based Propagation Model or a ray tracer of your choice. Throughout our [https://github.com/functions-lab/geo2sigmap/tree/main/research/examples Jupyter Notebook examples], we utilize Sionna RT. This package is open-source and popular for creating coverage predictions. If you are unfamiliar with Sionna RT, feel free to read Nvidia's [https://arxiv.org/abs/2504.21719 Technical Report] to better understand how it works. Tutorials for Sionna can be found [https://nvlabs.github.io/sionna/rt/tutorials.html here]. 16 16 17 17 === Prerequisites === … … 58 58 }}} 59 59 60 The package is now installed and can be called via the CLI tool **or** using the Python function API. Details for both are included below.60 The package is now installed and can be called via the CLI tool **or** using the Python function API. 61 61 62 62 === Creating a Scene === … … 67 67 68 68 Here, I've generated a set of example coordinates that map a portion of the COSMOS testbed. 69 70 [[Image(Screenshot from 2026-01-26 01-57-57.png)]] 69 71 70 72 -73.973178 40.793488 -73.963824 40.803430
