Skip to content

A distance calculator that is able to return distance between two ports based on the derived sea route.

Notifications You must be signed in to change notification settings

qwyk/Python-Ports-Distance-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Ports-Distance-Calculator

A distance calculator that is able to return the distance between two ports based on the derived sea route.

Same as the R version. The python script directly uses the raster map (cost map) I transformed by using R. The script first transform the raster map into an array. By using the route_through_array function provided by scikit-image, the least cost route was able to be derived and stored as an array for further distance calculation.

About

A distance calculator that is able to return distance between two ports based on the derived sea route.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%