Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsunghao Huang authored Jan 15, 2018
1 parent 20c2193 commit 8c7fc28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Python-Ports-Distance-Calculator
A distance calculator that is able to return 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 derived and store as an array for further distance calculation.

0 comments on commit 8c7fc28

Please sign in to comment.