Skip to content

Commit

Permalink
Merge pull request #18 from fire2a/release0.1.2
Browse files Browse the repository at this point in the history
Release0.1.2
  • Loading branch information
fdobad authored Nov 15, 2023
2 parents 6e01494 + 5fb9e51 commit 53c75fa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions qgis-plugin-server/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,30 @@ NOTICE: Must restart QGIS for the plugin to appear in the processing toolbox pan
<external_dependencies/>
<server/>
</pyqgis_plugin>
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.1.2" plugin_id="1029384756">
<description>A collection of wild/forest fires insights related algorithms. Including a fire simulator and prescriptive analytics via mathematical programming optimization to generate management recommendations</description>
<about>This Processing-ToolBox-Plugin gathers and implements multiple algorithms needed by landscape planners, fire risk managers, biologists, geographers, and so on; Looking for insights into large forest fires in a data-oriented pipelined way. One of the main goals is being interoperable with other tools, and being able to be used in various ways and contexts. Developed by the Fire2a(.com) research group, under the GNU GPL v3 license. We are eager to help! Contact Us!
WARNING: Before installing follow the python dependencies installation instructions in https://fire2a.github.io/docs/docs/qgis-cookbook/README.html
tl;dr requirements.txt:
- https://raw.githubusercontent.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/main/fireanalyticstoolbox/requirements.txt
NOTICE: Must restart QGIS for the plugin to appear in the processing toolbox panel.</about>
<version>0.1.2</version>
<qgis_minimum_version>3.20</qgis_minimum_version>
<qgis_maximum_version>6.66</qgis_maximum_version>
<homepage>https://fire2a.github.io/docs</homepage>
<file_name>fireanalyticstoolbox</file_name>
<icon>https://raw.githubusercontent.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/main/fireanalyticstoolbox/assets/forestfire.svg</icon>
<author_name>fdobad</author_name>
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.1.2/fireanalyticstoolbox_v0.1.2.zip</download_url>
<uploaded_by>fdobad</uploaded_by>
<create_date>"2006-06-06"</create_date>
<update_date>"2023-11-08"</update_date>
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/issues</tracker>
<repository>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/</repository>
<tags>python,fire,forest fires,wildfires,fire simulator,prescriptive analytics</tags>
<external_dependencies/>
<server/>
</pyqgis_plugin>
</plugins>

0 comments on commit 53c75fa

Please sign in to comment.