Skip to content

IngenieriaUP/callao-emergency-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculate the shortest path distance (lenght) matrix for a given Points of Interest (POIs).

This program was written in python3

1. Create a virtual enviroment (Recommended - Optional)

$ virtualenv .env

2. Install python libraries in your virtual environment

$ source .env/bin/activate
(.env) $ pip install -r requirements.txt

3. Run the program

$ pip install calc_sp_distance.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages