@worldwideview/wwv-plugin-wildfire
v1.0.4
Published
WorldWideView plugin for active wildfire and hotspot detection using NASA FIRMS (VIIRS) satellite data. Supports tiered LOD rendering and FRP-based sizing
Maintainers
Readme
@worldwideview/wwv-plugin-wildfire
WorldWideView plugin for active wildfire and hotspot detection using NASA FIRMS (VIIRS) satellite data.
Features
- 🔥 Active fire detection points from VIIRS satellite instruments
- 🎨 Fire Radiative Power (FRP) based color coding (yellow → orange → red)
- 📏 FRP-based point sizing for visual intensity
- 🔭 Tiered Level-of-Detail rendering (visible at different zoom levels)
- 🔍 Filters: FRP range, confidence level, satellite source
- 🛰️ Supports Suomi NPP, NOAA-20, and NOAA-21 satellites
Installation
npm install @worldwideview/wwv-plugin-wildfirePeer Dependencies
@worldwideview/wwv-plugin-sdklucide-react≥ 0.576.0
Usage
import { WildfirePlugin } from "@worldwideview/wwv-plugin-wildfire";
const plugin = new WildfirePlugin();Register the plugin with the WorldWideView plugin engine to visualize active wildfires on the globe.
Data Source
Fire data is fetched from NASA FIRMS via the /api/wildfire endpoint. Data updates every 5 minutes.
LOD Tiers
| Tier | Visibility Range | Description | |---|---|---| | 1 | 3,500 km+ | Major fires visible from global view | | 2 | 1,000–3,500 km | Regional fires at continental zoom | | 3 | 0–1,000 km | All detections at local zoom |
Changelog
- v1.0.3 — Added README with feature list and usage docs.
- v1.0.2 — Package metadata updates.
- v1.0.1 — Package configuration fixes.
- v1.0.0 — Initial release with VIIRS fire detection and confidence-based rendering.
License
ISC
