Spaces:
Sleeping
Sleeping
Delete Home.py
Browse files
Home.py
DELETED
@@ -1,44 +0,0 @@
|
|
1 |
-
import solara
|
2 |
-
|
3 |
-
@solara.component
|
4 |
-
def Page():
|
5 |
-
with solara.Column(align="center"):
|
6 |
-
markdown = """
|
7 |
-
## Real-time wildfire burn mapping
|
8 |
-
|
9 |
-
### About the project
|
10 |
-
|
11 |
-
**A proof of concept illustrating wildfire burn severity maps with emerging clarity while the fires progress.
|
12 |
-
Target users are forecasters and emergency managers responding to post-fire risks including debris flows and landslides.**
|
13 |
-
|
14 |
-
More project description, etc, etc.
|
15 |
-
|
16 |
-
**Case Studies from 2020 and 2021 Western US wildfire seasons **
|
17 |
-
|
18 |
-
- August Complex, CA (2020)
|
19 |
-
- Cameron Peak, CO (2020)
|
20 |
-
- Dixie Fire, CA (2021)
|
21 |
-
- North Complex, CA (2020)
|
22 |
-
|
23 |
-
|
24 |
-
**Current 2024 wildfires over 10,000 acres **
|
25 |
-
|
26 |
-
### How to use the app
|
27 |
-
|
28 |
-
1. Select the fire from the drop-down menu
|
29 |
-
|
30 |
-
2. Export image to Google Drive as a geotiff
|
31 |
-
|
32 |
-
3.
|
33 |
-
|
34 |
-
### Support
|
35 |
-
|
36 |
-
Initial funding for wildland burn scar mapping came through the NOAA JPSS/RRPG Fire and Smoke Initiative.
|
37 |
-
This supported the initial tests of BRIDGE maps using dNDVI. Subsequent funding supported the development of dNBR mapping and an effort
|
38 |
-
to tie support the near real-time distribution of incident-based fire detection and related satellite imagery products through the Next Generation Fire System (NGFS).
|
39 |
-
Current funding from the NOAA Weather Program Office (WPO) is supporting the refinement of our Google Earth Engine App (GEE)
|
40 |
-
and integration of GEE burn scar output with AWIPS (see example above) for Weather Forecast Offices, Regional Offices, and the Weather Prediction Center.
|
41 |
-
|
42 |
-
"""
|
43 |
-
|
44 |
-
solara.Markdown(markdown)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|