[general]
name=H-RISK with noisemodelling
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
description=Sound levels and Health risks of environmental noise 
about=This plugin helps in fetching geometries to calculate sound levels from environmental noise, 
  calculating the sound levels, and evaluating health risks. 
  For use, NoiseModelling (https://noise-planet.org/noisemodelling.html) must be prepared. 
  See README of the repository.
version=0.6.1
author= Junta Tagusari
email=j.tagusari@eng.hokudai.ac.jp
hasProcessingProvider=yes
repository=https://gitlab.com/jtagusari/hrisk-noisemodelling
tracker=https://gitlab.com/jtagusari/hrisk-noisemodelling

# end of mandatory metadata

# recommended items:
changelog=0.0.2: Added tutorial and the extent of the fence was introduced.
0.0.3: Fixed bugs in isosurface.py and estimatelevelofbuilding.py
0.0.4: Enable cancel fetching geometries
0.0.5: Web API using POST method was implemented
0.1.0: NoiseModelling 4.0.4 was supported / Importing elevation raster tile was implemented / structure of the algorithm scripts was changed
0.1.1: Fixed bugs in "Fetch geometries (Ja)" / "Fetch all" algorithm in "Fetch geometries"fetchall.pyImporting elevation raster tile was implemented / structure of the algorithm scripts was changed
tags=environmental noise,health risk
0.1.2: Fixed bugs in "Fetch road centerline (Ja)" algorithm / Note an unsolved coordinate-transform problem
0.1.3: Fixed bugs in initialization of the features / Added functionalities to merge features
0.1.4: NM 4.0.5 was implemented
0.1.5: components installer was updated
0.1.6: the installer was implemented as a python script; exception handling was updated; population from GHS was implemented
0.1.7: testalgorithms algorithm was added; update SRTM URL; several bugs were fixed 
0.1.8: HISTORY field was added to each feature
0.2.0: Post-processing was revised; HISTORYs are shown in features and the layer; population can be assigned using arbitrary weight; only NM 4.0.5 is supported.
0.2.1: bug before installing java and noise-modelling environment was fixed, and the algorithm to summarize the risks was added.
0.2.2: an algorithm to change the color theme was added; errors in isosurface were fixed.
0.3.0: the code was restructured, not to use the class inheritance; the algorithms that may lead errors in QGIS were obsoleted (all fetch algorithms); drawnoisecolor algorithm was implemented; several algorithms were obsoleted
0.3.1: installation on Linux was reconstructed; install paths of the components were modified; error of fetch algotirhms, which occurs when there are no geometries, was fixed
0.4.0: critical errors, where diffraction is not calculated, were fixed
0.4.1: Error on the coordinate transformation was fixed (the transformation fails when the CRS of the project and the layer are different)
0.5.0: Local functionalities were separated as another plugin; utilities were reconstructed
0.6.0: Omitted the wps_script of NM (command with java is directly generated by the plugin)
0.6.1: NM 5.0.1 was implemented; minor bugs were fixed in formatting level calculation results
homepage=https://gitlab.com/jtagusari/hrisk-noisemodelling
deprecated=False

server=False
plugin_dependencies=QuickOSM==2.2.0
