From 31615841b1a7c56c46963f40d1e2a6bc352e4a2d Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Thu, 18 Jul 2024 11:09:36 +0200 Subject: [PATCH] update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d5034c..180bcca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # LoS Tools -![Tests for Plugin](https://github.com/JanCaha/qgis_los_tools/workflows/Tests%20for%20Plugin/badge.svg) -![Build Documentation and Deploy to GitHub Pages](https://github.com/JanCaha/qgis_los_tools/workflows/Build%20Documentation%20and%20Deploy%20to%20GitHub%20Pages/badge.svg) +[![Tests for Plugin LoS Tools](https://github.com/JanCaha/qgis_los_tools/actions/workflows/test_plugin.yaml/badge.svg)](https://github.com/JanCaha/qgis_los_tools/actions/workflows/test_plugin.yaml) +[![Build Documentation and Deploy to GitHub Pages](https://github.com/JanCaha/qgis_los_tools/actions/workflows/mkdocs_build_deploy.yaml/badge.svg)](https://github.com/JanCaha/qgis_los_tools/actions/workflows/mkdocs_build_deploy.yaml) -**LoS Tools** is a [QGIS](https://qgis.org/en/site/) plugin for analysing visibility. The plugin focuses on point to point visibility, creation of lines-of-sight (LoS), extraction of horizon points, creation of horizon lines and a set of supporting functions. The plugin basically provides tools availabe in Processing Toolbox. +**LoS Tools** is a [QGIS](https://qgis.org/en/site/) plugin for analyzing visibility. The plugin focuses on point to point visibility, creation of lines-of-sight (LoS), extraction of horizon points, creation of horizon lines and a set of supporting functions. The plugin basically provides tools available in Processing Toolbox. The plugin can be installed directly from **QGIS** Plugins menu. @@ -11,7 +11,7 @@ The website with tool help is available here: [https://jancaha.github.io/qgis_lo The plugin page is: [https://plugins.qgis.org/plugins/los_tools/](https://plugins.qgis.org/plugins/los_tools/). -# Packages with similar focus +## Packages with similar focus QGIS plugin with focus on other aspects of visibility and its analyses is [Visibility Analysis](https://www.zoran-cuckovic.from.hr/QGIS-visibility-analysis/). This package focuses on aspects of classic viewshed analyses.