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
+ 2
2
@@ -8,7 +8,7 @@ Heat2UrbanImpact plugin API wrapper.
######################################################
# import commonly used libraries. You can add/remove
# libraries as needed
# libraries as needed *test*
######################################################
import json
@@ -37,7 +37,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
# Version of the Heat2UrbanImpact plugin (major, minor, patch) * Mandatory
__version__ = (2024, 11, 0)
# 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
__category__: Optional[str] = "Time Series"
# Optional tags, that are the plugin can be described with and found by
Loading