1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2018 SAGA Development Team -->
3<component type="desktop">
4  <id>org.saga_gis.saga.desktop</id>
5  <metadata_license>CC0-1.0</metadata_license>
6  <name>SAGA</name>
7  <summary>System for Automated Geoscientific Analyses</summary>
8  <icon type="remote" width="192" height="192">https://sourceforge.net/p/saga-gis/code/ci/master/tree/saga-gis/src/saga_core/saga_gui/res/saga_icon_192.png</icon>
9  <description>
10    <p>
11        SAGA is a Geographic Information System (GIS) software with
12        immense capabilities for geodata processing and analysis.
13        Due to the modular organization of the geoprocessing tools, they can
14        be accessed either through the graphical user interface or
15        via the command line application.
16    </p>
17    <p>
18        Furthermore, SAGA provides an effective Application Programming Interface
19        (API) which makes it easy to implement new tools and functionality.
20    </p>
21  </description>
22  <categories>
23    <category>Education</category>
24    <category>Science</category>
25    <category>Geoscience</category>
26  </categories>
27  <url type="homepage">http://www.saga-gis.org</url>
28  <url type="bugtracker">https://sourceforge.net/p/saga-gis/bugs/</url>
29  <url type="help">http://www.saga-gis.org/saga_tool_doc/index.html</url>
30  <launchable type="desktop-id">org.saga_gis.saga.desktop</launchable>
31  <provides>
32    <binary>saga_gui</binary>
33    <binary>saga_cmd</binary>
34  </provides>
35  <project_license>GPL-2.0-or-later and LGPL-2.1-or-later</project_license>
36  <developer_name>SAGA Development Team</developer_name>
37  <screenshots>
38    <screenshot type="default">
39      <caption>The SAGA GUI main window</caption>
40      <image type="source" width="1280" height="720">http://sourceforge.net/projects/saga-gis/files/SAGA%20-%20Documentation/Other/AppData/screenshot_SAGA_GUI.png</image>
41    </screenshot>
42  </screenshots>
43  <update_contact>https://sourceforge.net/p/saga-gis/feature-requests/</update_contact>
44</component>
45
46