Welcome to your go-to tool for exploring environmental data around any region of interest (ROI). This application is designed to provide insightful and accessible information about nature in your chosen areas, making it an invaluable resource for researchers, environmentalists, and anyone interested in understanding the natural world better.
Linkedin link👇👇 https://shorturl.at/SbGfX
- NDVI Analysis: Calculate and visualize the Normalized Difference Vegetation Index (NDVI) for your selected area.
- CO Concentration: Check the carbon monoxide concentration levels for the area.
- Precipitation Data: Access precipitation information to understand rainfall patterns in the region.
- Share Maps: Easily share your worked maps with friends or colleagues.
- Interactive Charts: Visualize environmental data with interactive charts for better analysis.
- Frontend: React, OpenLayers
- Backend: Python, FastAPI, Google Earth Engine (GEE)
-
Navigate to the frontend directory:
cd frontend/
-
Install the necessary dependencies:
npm install
-
Build and preview the app:
npm run build && npm preview
-
Navigate to the backend directory:
cd backend/
-
Activate your virtual environment:
source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Start the backend server:
python main.py
You're all set to explore the environmental data! 🌟