Git Product home page Git Product logo

forestvision's Introduction

ForestVision ๐Ÿ›ฐ๏ธ

ForestVision is a web-based tool designed to analyze deforestation over a specified period using satellite imagery. This application allows users to select geographic coordinates and a time frame to visualize changes in forest cover and quantify the extent of deforestation.

Mock-up_1x

Features

  • Geographic Selection: Select any location globally using latitude and longitude inputs.
  • Time Frame Specification: Define the start and end dates to analyze deforestation within that period.
  • Image Processing: Retrieve and process satellite images to identify and visualize forest cover changes.
  • Interactive Map: Display the selected area on an interactive map with an overlay indicating the deforested area.
  • Deforestation Metrics: Calculate and display key metrics, including the percentage of forest cover loss, total deforested area in hectares, and annual CO2 loss due to deforestation.

Try ForestVision Online

You can try ForestVision without installing anything by visiting our web app at ForestVision Web App. Explore deforestation trends and visualize forest cover changes directly in your browser ๐ŸŒณ

Run Locally

Installation

To run ForestVision locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vikfalk/forestvision.git
    cd forestvision
  2. Create a virtual environment and activate it:

    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Streamlit application:

    streamlit run ForestVision.py

Usage

  1. Open the Application: After running the Streamlit command, a web browser should open with the ForestVision interface. If not, navigate to http://localhost:8501 in your browser.

  2. Select Location and Time Frame:

    • Coordinates: Input the latitude and longitude for the area of interest.
    • Time Frame: Choose the start and end dates for the analysis.
  3. View and Analyze Results:

    • View on Map: Click the "View on map" button to display the selected area on the map.
    • Calculate: Click the "Calculate" button to start the image retrieval and processing. The results will include satellite images, forest overlays, and deforestation metrics.

Acknowledgements

This project utilizes various open-source libraries and APIs for satellite imagery and image processing. Special thanks to the developers and contributors of these tools.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

forestvision's People

Contributors

dca-python avatar fred-dim avatar hennocko avatar vikfalk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.