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
@@ -37,7 +37,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
@@ -37,7 +37,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
# Version of the Heat2UrbanImpact plugin (major, minor, patch) * Mandatory
# Version of the Heat2UrbanImpact plugin (major, minor, patch) * Mandatory
__version__ = (2024, 11, 0)
__version__ = (2024, 11, 0)
# Short Description of the Heat2UrbanImpact plugin * Mandatory
# Short Description of the Heat2UrbanImpact plugin * Mandatory
__short_description__: str = "Barrier-free RCM data, representative for heat events, for urban impact models."
__short_description__: str = "Preprocessed time series of heat periods from RCM data for urban impact models."
# Optional category this plugin belongs to
# Optional category this plugin belongs to
__category__: Optional[str] = "Time Series"
__category__: Optional[str] = "Time Series"
# Optional tags, that are the plugin can be described with and found by
# Optional tags, that are the plugin can be described with and found by
Loading