Visualised example output of the tool from the archipelago sea
Light pollution is important and underreasearched problem. I wanted to create a tool for finding the most and least illuminated areas in the Finnish coast.
Currently the code is a PyQGIS script, which should be run from inside QGIS. Getting it to work requires:
- Downloading DEMs from the target area, preferably so that it consists of multiple tiffs with size of 5–30 km (e.g. DEMs of the National Land Survey of Finland)
- Downloading and preprocessing the sector light geodata. It must be a geopackage and it must include attributes on the height (meters from water), brightness (candelas), optical range (meters), light sector start angle, end angle, central angle and total width of the sector light.
- editing the code. At least paths need to be changed. Only linux has been tested, so running the script on other systems may require major tinkering