Skip to content
Snippets Groups Projects

Migration to plugin template and add climpact functionality

Merged Mostafa Hadizadeh requested to merge migration into main
4 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -113,7 +113,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
@@ -113,7 +113,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
SelectField(
SelectField(
name="event",
name="event",
default="95",
default="95",
options={"75th percentile": "75", "85th percentile": "85", "95th percentile": "95"},
options={"75": "75th percentile", "85": "85th percentile", "95": "95th percentile"},
help="Select the exceptionality of the heat/warm period by selecting percentiles of temperature probability distribution. Default is the 95th percentile. IT'S NOT IMPLEMENTED YET.",
help="Select the exceptionality of the heat/warm period by selecting percentiles of temperature probability distribution. Default is the 95th percentile. IT'S NOT IMPLEMENTED YET.",
),
),
Integer(
Integer(
Loading