Monitoring and mapping wildfires Using satellite data#
2023#
Assessing wildfire impact and ecological recovery in Mozambique (2010) through remote sensing analysis#
Authors: Adem P, Max Peralta, Mateo Santillan
Teaching assistants: Alexei Rozanov, Nithish Kumar Sriramoju
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023WF_Assessing_wildfire_impact_and_ecological_recovery_in_Mozambique_through_remote_sensing_analysis"
download_link = f"https://github.com/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
render_link = f"https://nbviewer.org/github/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
out = widgets.Output()
with out:
print(f"If you want to download the slides: {download_link}")
display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)
Effect of ENSO on wildfire frequency and burnt area#
Authors: Pallaw Mishra, Lida Khosrosereshki, Krishna katyal, Mary Nathalie Dela Cruz, Saroj Kandel, Janvi Chhabra, Alfiya Orazkhanova, Anthony Jeanpier Fow Esteves
Teaching assistants: Wil Laura, Shashank Roy
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023WF_Effect_of_ENSO_on_wildfire_frequency_and_burnt_area"
download_link = f"https://github.com/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
render_link = f"https://nbviewer.org/github/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
out = widgets.Output()
with out:
print(f"If you want to download the slides: {download_link}")
display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)
Trends in fire regimes in South America#
Authors: Anahita Abravan, Lydia Farnham, Gülara Uysal, Farhan Saleem, Zhanna Osipova
Teaching assistants: Wil Laura, Daniel Kwaku Agyei
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023WF_Trends_in_fire_regimes_in_South_America"
download_link = f"https://github.com/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
render_link = f"https://nbviewer.org/github/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
out = widgets.Output()
with out:
print(f"If you want to download the slides: {download_link}")
display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)
Wildfires in Angola: Burn areas and vegetation index#
Authors: Agnessa Karapetian, Sedem Buabassah, Gilad Shreibshtein, Alkis Kalisoras, Jan Bendyk, Ana Carolina Filipe
Teaching assistants: Alexei Rozanov, Mansour DIA
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023WF_Wildfires_in_Angola_Burn_areas_and_vegetation_index"
download_link = f"https://github.com/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
render_link = f"https://nbviewer.org/github/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
out = widgets.Output()
with out:
print(f"If you want to download the slides: {download_link}")
display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)
Wildfires in Asia#
Authors: Zahra Heidaifar, Tanishq Prasad, Sayyed Mohammad Reza Mousavi, Mahdieh Goli
Teaching assistants: Wil Laura, Abel Shibu
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023WF_Wildfires_in_Asia"
download_link = f"https://github.com/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
render_link = f"https://nbviewer.org/github/neuromatch/climate-course-content/blob/main/projects/past-projects/project-presentations/{filename}.pdf"
out = widgets.Output()
with out:
print(f"If you want to download the slides: {download_link}")
display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)