We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2033c commit 81c3810Copy full SHA for 81c3810
pydelmod/calibplotui.py
@@ -214,6 +214,20 @@ def get_name_to_marker(self):
214
"TEMP": "triangle",
215
}
216
217
+ def get_version(self):
218
+ return "1.0.0-2/3/2025"
219
+
220
+ def get_about_text(self):
221
+ return """
222
+ # Calibration Plot UI for DSM2
223
224
+ This tool allows users to visualize and analyze calibration plots for the DSM2 model.
225
226
+ Users can load configuration files, filter data, and generate plots for various locations and variables.
227
228
+ The UI provides interactive controls and map-based visualizations to facilitate the calibration process.
229
+ """
230
231
232
import click
233
0 commit comments