Skip to content

Commit

Permalink
Add version retrieval and detailed about text to CalibPlotUIManager
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Feb 3, 2025
1 parent 5f2033c commit 81c3810
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pydelmod/calibplotui.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@ def get_name_to_marker(self):
"TEMP": "triangle",
}

def get_version(self):
return "1.0.0-2/3/2025"

def get_about_text(self):
return """
# Calibration Plot UI for DSM2
This tool allows users to visualize and analyze calibration plots for the DSM2 model.
Users can load configuration files, filter data, and generate plots for various locations and variables.
The UI provides interactive controls and map-based visualizations to facilitate the calibration process.
"""


import click

Expand Down

0 comments on commit 81c3810

Please sign in to comment.