Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent fires experimental embed block integration #295

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "0.10.0",
"version": "0.11.0",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down
45 changes: 45 additions & 0 deletions stories/recent-fires.stories.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
id: "recent-fires"
name: Recent fires
description: "Showing large fires that were burning when the fire atlas was last updated"
featured: true
media:
src: ::file ./recent-fires.webp
alt: A vehicle exiting a burning forest
author:
name: Marcus Kauffman
url: https://unsplash.com/photos/-iretlQZEU4
pubDate: 2023-08-10
taxonomy:
- name: Topics
values:
- EIS
---

<Block>
<Prose>
Showing large fires that were burning when the fire atlas was last updated.
Only includes fires with an area greater than 2.

You can learn more about how to access [this data](https://firenrt.delta-backend.com/collections/public.eis_fire_snapshot_perimeter_nrt) directly in this [VEDA documentation page](https://nasa-impact.github.io/veda-docs/notebooks/tutorials/mapping-fires.html).

</Prose>
</Block>

<Block type="wide">
<Figure>
<Embed
height="1200"
nerik marked this conversation as resolved.
Show resolved Hide resolved
nerik marked this conversation as resolved.
Show resolved Hide resolved
src="https://nasa-impact.github.io/veda-interactive-fire/voici/render/embed.html"
/>
</Figure>
</Block>

<Block>
<Prose>
⚠️ This visualization was created using a [jupyterlite-pyodide-kernel](https://github.com/jupyterlite/pyodide-kernel) and
[voici](https://voici.readthedocs.io/en/latest/). It is rendered client-side (in your browser!) via the magic of [Wasm](https://webassembly.org/).
This is an exciting and rapidly evolving space which means that this
visualization is highly experimental and likely to break. ⚠️
</Prose>
</Block>
Binary file added stories/recent-fires.webp
Binary file not shown.
Loading