Skip to content

Instantly share code, notes, and snippets.

# I ran this on a host with Debian 13 using kernel 6.12.73+deb13-amd64
# PicoScenes per documentation should only be ran on metal, Ubuntu 22.04 as of June 5 '26.
# This has not been extensively tested, but it seems to work at first glance
# Create docker container
docker run -it --name picoscenes \
--privileged \
-v /dev/bus/usb:/dev/bus/usb \
ubuntu:22.04 bash
@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>