This personal project automates an Extract, Transform, and Load (ETL) workflow that fetches and visualizes active fire data within Los Angeles County using NASA VIIRS satellite data.
GitHub Actions runs a cron job every morning at 8 AM PST to fetch and update active wildfire data.
Pulls VIIRS fire detection data directly from NASAโs FIRMS API, ensuring near real-time coverage.
Clips global fire data to Los Angeles County using the countyโs official boundary shapefile.
Filters fire data to display only hotspots detected within the past 7 days for relevancy.
Reprojects all fire data to match LA County's local geographic coordinate reference system.
Folium-powered map includes FRP intensity markers, bright_ti4/ti5 heat detection, and toggleable base maps.
Mobile-first layout adapts smoothly to all screen sizes so users can track fires on any device.
Automatically uploads and serves the latest map version to a public AWS S3 bucket.
Clean separation of Extract, Transform, Load stages improves clarity, maintainability, and automation.