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 b49eebf commit 4df4d71Copy full SHA for 4df4d71
app/utils/display.py
@@ -255,7 +255,7 @@ def get_annotation_emoji(value):
255
html.Div(
256
(
257
f"{cameras[cameras['id'] == sequence['camera_id']]['name'].values[0][:-3].replace('_', ' ')}"
258
- f" : {int(sequence['azimuth'])}°"
+ f" : {int(sequence['cone_azimuth']) % 360}°"
259
f" {get_annotation_emoji(sequence.get('is_wildfire'))}"
260
),
261
style={"fontWeight": "bold"},
0 commit comments