-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.xml
More file actions
24 lines (24 loc) · 869 Bytes
/
Copy pathplugins.xml
File metadata and controls
24 lines (24 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<plugins>
<pyqgis_plugin name="Geohazard" version="0.0.1">
<description>
Tool for analyzing and managing geohazards
</description>
<version>0.0.1</version>
<qgis_minimum_version>3.34</qgis_minimum_version>
<homepage>https://www.arpa.piemonte.it</homepage>
<file_name>geohazard.0.0.1.zip</file_name>
<icon>icons/logo.png</icon>
<author_name>Arpa Piemonte</author_name>
<download_url>
https://webgis.arpa.piemonte.it/Web22/geohazard/geohazard.0.0.1.zip
</download_url>
<uploaded_by>Arpa Piemonte</uploaded_by>
<create_date>2024-12-09</create_date>
<update_date>2024-12-09</update_date>
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/Arpapiemonte/geohazard/issues</tracker>
<repository>https://github.com/Arpapiemonte/geohazard</repository>
<tags>landslide, geology</tags>
</pyqgis_plugin>
</plugins>