/Take-A-Hike

Best path finder for hiking based on elevation changed

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

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.