Skip to content

Instantly share code, notes, and snippets.

@ash-al1
ash-al1 / TIF3D_Switzerland.cpp
Created April 1, 2026 04:50
Past Summer Project: swissALTI3D
/*
* Summer project I worked on to get radio map given dropped antenna tower, height and so on.
* Calculates fresnel map and draws strength of signal given origin point taking into account
* the elevation, LOS, and general environment of Switzerland.
* TIF Map: https://www.swisstopo.admin.ch/en/height-model-swissalti3d
*/
/* main.cpp */
#include <cstdio>