Skip to content

Generating General Network Conditions and Parameters#35

Merged
Emboiss13 merged 8 commits intomainfrom
14-generating-environments
Feb 21, 2026
Merged

Generating General Network Conditions and Parameters#35
Emboiss13 merged 8 commits intomainfrom
14-generating-environments

Conversation

@Emboiss13
Copy link
Copy Markdown
Owner

@Emboiss13 Emboiss13 commented Feb 10, 2026

To-do

  • Add grid size constraints given environment type: Outdoor, Indoor LOS and Indoor NLOS (reference link)
  • Add obstruction density given environment type
    • Define a scenario as LOS if blocking_obstacles == 0
      • If at least 1 antenna has a free LOS channel we categorise that environment as LOS.
    • Define a scenario as NLOS if blocking_obstacles >= 1
    • Output is stored in a column-based / JSON format
    • We generate a plot of the original environment with general parameters

Dependencies at this stage

Install the following:

  • matplotlib
  • fastparquet
  • pyarrow

@Emboiss13
Copy link
Copy Markdown
Owner Author

Emboiss13 commented Feb 21, 2026

image image image

@Emboiss13 Emboiss13 marked this pull request as ready for review February 21, 2026 17:48
@Emboiss13 Emboiss13 changed the title Generating Network Conditions and Parameters Generating General Network Conditions and Parameters Feb 21, 2026
@Emboiss13 Emboiss13 merged commit c7184a4 into main Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Implementation This ticket focuses on delivering working code

Development

Successfully merging this pull request may close these issues.

Synthetic dataset containing ground-truth positions and network/environment parameters

1 participant