Skip to content

MathieuChailloux/LightPollutionToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[English | Français]

Overview

LightPollutionToolbox is a QGIS 3 processing provider plugin.

LightPollutionToolbox provides multiple algorithms to characterize and map light pollution. It has been initially developped to check compliance with french regulations but is intended to go further and gather any treatments relative to light dispersal, public lighting, statistics, ...

LightPollutionToolbox has been developed by Mathieu Chailloux and Antoine Sensier (UMR TETIS / INRAE) on mission for the French ecological network resource center.

Documentation

Available documentation:

Algorithms Light Pollution Indicators

Algorithms are available in the processing toolbox or via the "LightPollutionToolbox" button in the menu. The 3 main indicators are as follows :

  • Contribution to the luminous halo (Radiance) File : ./algs/statistics_radiance_grid.py
  • Emission in the blue part of the spectrum File : ./algs/statistics_blue_emission_grid.py
  • Visibility Light Source : this treatment is divided into 3 sub-treatments :
    • 1 : Calcul of DSM (Digital Surface Model) with DTM (Digital Terrain Model), buildings and possibly the vegetation (optional) File : ./algs/calcul_MNS.py
    • 2 : Calcul of Viewshed, this processing uses a part of the plugin code in Viewshed analysis : https://www.zoran-cuckovic.from.hr/QGIS-visibility-analysis File : ./algs/light_points_viewshed.py
    • 3 : Number of light visibility per grid File : ./algs/analyse_visibility_light_sources.py

There are also 2 other treatments in the "Utils Light Pollution Indicators" sub-menu of the toolbox:

  • create MNT from RGE Alti : reate a DTM from an area of ​​influence, the slabs and the DTM ASC folder of RGE Alti File : ./algs/create_MNT_from_RGEALTI.py
  • Pretreatments to remove dark zones : Set to 0 pixels lower than the median of the pixels per band. File : ./algs/pretreatments_dark_zones.py

Algorithms DSFLI

Main algorithms are:

  • Classify lighting layer: checks compliance of a lighting layer to french regulations indicators (Upward Light Ratio, light flux, color temperature)
  • Light Flux Surfacic Density (from raw data): computes Light Flux Surfacic Density, another indicator from french regulation which allows a certain amount of flux depending on the surface to be lit, from raw data (lighting layer, roads layer, cadastre layer, ...)

Statistics group contains algorithms such as Radiance Zonal Statistics that compute radiance per surface/population from a satellite image (such as NASA Black Marble) and a population layer.

Light Flux Surfacic Density group contains intermediate algorithms used to compute light flux surfacic density:

  • Add cadastre selection: adds a manual selection of cadastre plots to a surface layer
  • Apply symbology to DSFL layer: apply a predefined legend according to reglementation tresholds
  • Light Flux surfacic density: computes light flux surfacic desinty from lighting, reporting and surface layers
  • Light Flux surfacic density (from surface): computes light flux surfacic desinty from lighting and surface layers
  • Reporting per roads: computes a reporting layer from roads layer
  • Roads Extent (BDTOPO + Cadastre): computes surface layer from roads and cadastre layers
  • Roads Extent (BDTOPO): computes surface layer from roads layer
  • Roads Extent (Cadastre): computes surface layer from cadastre layer

Sample data

Sample data to compute light flux surfacic density is provided with plugin (directory sample_data).

Contact

Development : Mathieu Chailloux ([email protected]) & Antoine Sensier ([email protected])

Coordination : Jennifer Amsallem ([email protected])

Quotation

Chailloux, M. & Amsallem, J. (2021) LightPollutionToolbox : a QGIS plugin to characterize light pollution

Installation

LightPollutionToolbox must be installed from QGIS plugins menu.

Developers

LightPollutionToolbox is based on submodule qgis_lib_mc

To install git repository:

git clone https://github.com/MathieuChailloux/LightPollutionToolbox.git

cd LightPollutionToolbox

git clone https://github.com/MathieuChailloux/qgis_lib_mc.git

About

QGIS plugin gathering treatments about light pollution

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published