Giter VIP home page Giter VIP logo

wazett's Introduction

🗺️ WazeTT

Research project for calculating off-trail isochrones

Exemples of use cases :

  • ⛑️ Helping rescuers estimating the possible positions of an injured person in the nature
  • 👮 Helping police locating fugitives
  • 🔥 Helping firefighters estimating the propagation of the fire in a forest
  • 🌊 Helping engineers sizing hydraulic structures by estimating flood propagation
  • ⛰️ Helping hikers finding their way in the mountain
  • 💣 Helping the army finding its way in their intervention missions given dynamic events (e.g. collapse of a bridge, presence of terrorists, etc.)
  • ... and many more !

Note : this solution is made to be executable locally, i.e. without any internet connection

⛰️ Input data

The solution is compatible with cartographic datasets obtained from GeoServices Open API:

🔽 Installation (Linux)

Open a terminal, download the repository :

git clone https://github.com/will-afs/WazeTT

Go into the directory :

cd WazeTT/

Create a Python virtual environment :

python3 -m venv .venv

Activate the virtual environment :

source .venv/bin/activate

Install the project dependencies :

pip install -r requirements.txt

⚙️ Configuration

The project can be configured through the project_config.toml file

▶️ Usage

The source code is accessible through the /src folder

The different notebooks give a general overview of the solution

⚗️ Main steps of the program

  1. Importing altitudes as a 2D table

2. Importing fields polygons (vegetation) included in altitude data bounding box

3. Making fields 2D table from fields polygons (green = vegetation, yellow = grass)

4. Calculating off-trail isochrone from altitudes and fields datasets

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.