Skip to content

Best path finder for hiking based on elevation changed

License

Notifications You must be signed in to change notification settings

ezalenski/Take-A-Hike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take-A-Hike

Java program that takes ArcGIS ASCII Grid data from NOAA Grid Extract and finds the best path with the least net change of elevation over the path.

Uses 2 algorithms, greedy and Dijkstra's and draws the greedy path from the lowest elevation(in red), best greedy path(in green), and then best path found with Dijkstra's(in blue). Example output in here.

About

Best path finder for hiking based on elevation changed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages