Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.33 KB

Forest Fire GIS Web Application

🔥🌲🗺️

This project aims to develop a user-friendly WebGIS platform for visualizing forest fire hotspots across India and providing fire analysis tools. Please note that the data used in this project are not real and have been created for demonstration purposes.

Project Aim

The primary objectives of this project are:

  • Display forest fire hotspots across India using provided data.
  • Provide fire analysis tools including nearest fire stations and hospitals, as well as counting the number of fire stations and hospitals.

Tech Stack

  • Frontend: React
  • Mapping Library: OpenLayers
  • Backend: FastAPI
  • Database: Postgres
  • Containerization: Docker

How to Run

Follow these steps to run the project locally:

  1. Clone this repository:

    git clone https://github.com/elamandeep/forest-fire-gis-app.git
    
  2. Build the Docker image:

    docker-compose build
    
  3. Run the Docker container:

    docker-compose up -d
    
  4. Access the application at localhost:5173

Notice

Please be aware that the data used in this project are not real and have been created for demonstration purposes only.

🚨🚒🏥

Enjoy exploring the forest fire GIS web application! If you have any questions or feedback, feel free to reach out.