An open API service indexing awesome lists of open source software.

https://github.com/jeffbrennan/take-a-hike

Hike recommendations based on driving distance, trail length, elevation gain, etc.
https://github.com/jeffbrennan/take-a-hike

Last synced: 3 months ago
JSON representation

Hike recommendations based on driving distance, trail length, elevation gain, etc.

Awesome Lists containing this project

README

        

# Hiking Trip Selector

Identifies ideal clusters of hikes based on distance & distance/ease metrics

## Cleaning

Data obtained from Alltrails using XHR requests run in python

---
## Exploration

### Trail Features by state

----

![img](viz/box_trail_features.png)

----

![img](viz/scatter_elevation_length.png)

----
## Analysis

TODO:
- [x] create relative distance metric using my home address
- [x] identify trails that are close together
- [ ] weight trails based on reviews/ratings/difficulty etc

### Cluster viz

----

![img](viz/cluster_1_city_detail.png)

---

![img](viz/cluster_1_trail_detail.png)