datacorruption / massif

The hiking calculator for junglists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

massive noun
/ˈmasiv/
The people, the crew, lovers of jungle and drum & bass.

massif noun
/maˈsēf/
A principal mountain mass.

About

MASSIF is the first hiking calculator by and for junglists. It is a command line utility that helps you plan hikes by approximating the duration of your route and generating a playlist of jungle and drum & bass music to match. Planning a hike with MASSIF requires that you know the following:

  • Length of your route
  • Your average hiking speed
  • Ascent during your route
  • Terrain of your route
  • Weather conditions
  • Weight of your pack
  • Whether or not you're a junglist

Based on these parameters MASSIF will use generally accepted heuristics, such as Naismith’s Rule, along with Aitken corrections for terrain and ascent to calculate an approximate duration for the hike.

It will then present the option of generating an accompanying playlist. Track selections are currently based on the Top 100 Most Wanted Jungle / Drum & Bass Records Released in 1994-1995 based on Discogs data from August 17, 2010.

At the moment the database contains 12 hours 57 minutes 23 seconds of music.


Requirements

  • Python3
  • Network Connection (for playlist generation only)

Dependencies

  • youtube-dl
  • gspread
  • oauth2client

Setup

Install Python3

$ pip install --upgrade youtube_dl
$ pip install --upgrade gspread
$ pip install --upgrade oauth2client

Usage

$ python3 massif.py

Follow onscreen instructions.

To Do

  • Continue building up music database
  • Improve ID3 tagging
  • Improve error handling
  • Improve CLI UX

Who Made This?

I'm Jeremiah Johnson — electronic musician, creative technologist, and hiker. Currently designing, coding, consulting, and directing the artist residency program at Barbarian. Previously, I’ve worked as a Data Engineer at Columbia University Medical Center, Adjunct Professor at New York University, Creative Director for an international music festival, and contributor to O'Reilly's technical books. I have a music production studio in Brooklyn where I use modular synths and drum machines alongside obsolete videogame consoles to produce under the name 𝑵𝑼𝑳𝑳𝑺𝑳𝑬𝑬𝑷 in a wide range of styles. During 2018, I wrote and recorded one new song every week for the entire year — you can find many of them on my soundcloud.

Twitter: @Nullsleep
Instagram: @Nullsleep

About

The hiking calculator for junglists.


Languages

Language:Python 100.0%