Skip to content

Commit

Permalink
Add meta to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoTosin committed Jan 23, 2025
1 parent 45c9a0e commit 73a90ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
L_DISABLE_3D = false;
</script>

<meta content="January 2025 Southern California Wildfires Burn Severity Map" property="og:site_name">
<meta content="This interactive map presents a detailed analysis of the Southern California wildfires in January 2025, highlighting burnt areas and their severity levels. It incorporates satellite data from Copernicus Sentinel-2 imagery, offering both intensity-adjusted and boundary-defined metrics of the affected regions. The map allows for the visualization of spatially-explicit burn severity and provides quantitative area estimates to support environmental monitoring and disaster impact assessment." property="og:description" name="description">
<meta content="Edoardo Tosin" property="article:author">
<meta property="og:image" content="https://raw.githubusercontent.com/EdoardoTosin/January-2025-Southern-California-Wildfires-Burn-Severity-Sentinel2/refs/heads/main/map.jpg">
<link rel="image_src" href="https://raw.githubusercontent.com/EdoardoTosin/January-2025-Southern-California-Wildfires-Burn-Severity-Sentinel2/refs/heads/main/map.jpg">
<meta content="January 2025 Southern California Wildfires Burn Severity Map" property="og:title">
<title>January 2025 Southern California Wildfires Burn Severity Map - Edoardo Tosin</title>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
Expand Down

0 comments on commit 73a90ee

Please sign in to comment.