Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 630 Bytes

Hawaii Fire Hazard Map

Overview

This app uses the geojson data from Hawaii's public fire risk area data and makes it more user friendly and accessible.

Data Source

https://geoportal.hawaii.gov/maps/HiStateGIS::fire-risk-areas Last Updated: September 17, 2021

Info on how the fire risk data is collected: https://files.hawaii.gov/dbedt/op/gis/data/FireRisk.pdf

Tech Stack

  • React
  • TypeScript
  • Leaflet
  • Vite

Install and Run

git clone https://github.com/avenmia/HawaiiFireHazardMap.git 
cd HawaiiFireHazardMap
npm install
npm run dev