Skip to content

Commit

Permalink
adding static image comparison may 6-8
Browse files Browse the repository at this point in the history
  • Loading branch information
acblackford authored Oct 30, 2024
1 parent 8f0b2ab commit a2ecd90
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added stories/tornadoes-2024-may678-reports.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stories/tornadoes-2024-may678-spc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions stories/tornadoes2024.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,22 @@ Intense tornadoes are defined as those that receive an EF-3 rating or higher. Fr
STATIC SLIDER - SPC risk and storm report maps

</Prose>
</Block>

<Block type='wide'>
<Figure>
<CompareImage
leftImageSrc={new URL('./tornadoes-2024-may678-spc.jpg', import.meta.url).href}
leftImageAlt='Categorical SPC Severe Weather Outlooks May 6-8, 2024.'
leftImageLabel='SPC Categorical Outlooks May 6-8, 2024'
rightImageSrc={new URL('./tornadoes-2024-may678-reports.jpg', import.meta.url).href}
rightImageAlt='Unfiltered SPC tornado reports May 6-8, 2024'
rightImageLabel='SPC Tornado Reports May 6-8, 2024'
/>
<Caption>
Comparison of the SPC Categorical severe weather outlooks issued from 12 UTC on May 6th - 0 UTC on May 9th, 2024 and all unfiltered tornado reported logged by them.
</Caption>
</Figure>
</Block>

<Block>
Expand Down

0 comments on commit a2ecd90

Please sign in to comment.