Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IRISCC-Dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
imkasf-top
IRISCC-Dashboard
Commits
83a80355
Commit
83a80355
authored
4 days ago
by
Florian Obersteiner
Browse files
Options
Downloads
Patches
Plain Diff
add traj data info
parent
4a98b85a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10
prepare containerization, layout tweaks
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
src/layout.py
+18
-4
18 additions, 4 deletions
src/layout.py
with
23 additions
and
5 deletions
CHANGELOG.md
+
5
−
1
View file @
83a80355
...
...
@@ -15,7 +15,7 @@ Types of changes
## TODOs
-
set log level via config
-
disable the "show trajectories" checkbox if no data
-
add sources for BB tagging and ACN background
-
investigate if data caching is necessary (load-from-thredds)?
-
scatter-plot: plot as line if sufficient data is available?
...
...
@@ -35,6 +35,10 @@ Types of changes
## [Unreleased]
### Added
-
trajectory data info
## v0.0.18, 2025-03-31
### Fixed
...
...
This diff is collapsed.
Click to expand it.
src/layout.py
+
18
−
4
View file @
83a80355
...
...
@@ -263,10 +263,24 @@ def create(df: pd.DataFrame, config: DotDict) -> list:
),
),
),
html
.
Label
(
"
BB flagging: BB influence if ACN > (145 ppt + 3*ACN_prc)
"
,
id
=
"
flagging-info
"
,
style
=
{
"
margin-left
"
:
"
15px
"
,
"
font-size
"
:
"
12px
"
},
html
.
Div
(
children
=
[
html
.
Div
(
html
.
Label
(
"
BB flagging: BB influence if ACN > (145 ppt + 3*ACN_prc)
"
,
id
=
"
flagging-info
"
,
style
=
{
"
margin-left
"
:
"
15px
"
,
"
font-size
"
:
"
12px
"
},
)
),
html
.
Div
(
html
.
Label
(
"
Trajectories: KNMI Trajectory Model TRAJKS, driven by ECMWF re-analysis data
"
,
id
=
"
trajectory-info
"
,
style
=
{
"
margin-left
"
:
"
15px
"
,
"
font-size
"
:
"
12px
"
},
)
),
],
style
=
{
"
padding-top
"
:
"
10px
"
},
),
]
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment