Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Aug 29, 2024
1 parent 7a72686 commit 3fed5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions fireanalyticstoolbox/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repository=https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plug
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=
v0.4.2: Manylinux support, propagation polygon disabled by default, DPV nodata handle
v0.4.1: Bug fix when copying input rasters
v0.4.0: Tif files supported in Fire Simulator inputs
v0.3.2: Meteo Kitral docs and update fire2a-lib, Knapsack Raster filter indexes, Burn Probability isolation as new algo
Expand Down
8 changes: 4 additions & 4 deletions qgis-plugin-server/plugins.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugins ml-update="aware" ml-stage="preload" ml-view="top">
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.4.1" plugin_id="1029384756">
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.4.2" plugin_id="1029384756">
<description><![CDATA[Wild & Forest fires simulation, prevention and insights related algorithms. Including a fire simulator, user valued risk metrics and prescriptive analytics via mathematical programming optimization to generate management recommendations]]></description>
<about><![CDATA[This Processing-ToolBox-Plugin gathers and implements multiple algorithms needed by landscape planners, fire risk managers, biologists, geographers, and so on; Looking for optimized decision support and insights into large forest fires in a friendly dialog or graphical-model data-oriented pipelined way (also CLI and scripting). Based around Cell2FireW simulator. Developed by the Fire Adv.Analytics research group, under GNU GPLv3 license. Contact Us fire2a.com
DOCUMENTATION: github.com/fire2a/docs
ALL VERSIONS: github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.2.13) will appear]]></about>
<version>0.4.1</version>
<version>0.4.2</version>
<trusted>True</trusted>
<qgis_minimum_version>3.0.0</qgis_minimum_version>
<qgis_maximum_version>4.0.0</qgis_maximum_version>
<homepage><![CDATA[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.4.1/fireanalyticstoolbox_v0.4.1.zip</download_url>
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.4.2/fireanalyticstoolbox_v0.4.2.zip</download_url>
<uploaded_by>fdobad</uploaded_by>
<create_date>2006-06-06T06:06:06.066666+06:00</create_date>
<update_date>2024-08-26T06:06:06.066666+06:00</update_date>
Expand Down Expand Up @@ -51,7 +51,7 @@
<download_url>https://github.com/fdobad/qgis-minimal-plugin/releases/download/v0.2/rickrollmodule.zip</download_url>
<uploaded_by>fdobad</uploaded_by>
<create_date>2006-06-06T06:06:06.066666+06:00</create_date>
<update_date>2020-04-20T04:20:00.000000+00:00</update_date>
<update_date>2020-04-29T03:27:00.000000+04:00</update_date>
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/fdobad/qgis-minimal-plugin/issues</tracker>
Expand Down

0 comments on commit 3fed5ff

Please sign in to comment.