Skip to content

Instantly share code, notes, and snippets.

View matkoniecz's full-sized avatar

Mateusz Konieczny matkoniecz

View GitHub Profile
@matkoniecz
matkoniecz / beeminder_client.py
Created September 26, 2018 20:27
Python wrapper for Beeminder API requests (goal datapoints ONLY)
"""
beeminder_client.py ~ Python wrapper for Beeminder API requests (goal datapoints ONLY)
Usage:
from beeminder_client import BeeminderClient
beeminder = BeeminderClient()
timestamp = get_epoch_time_in_seconds()
params = {
@matkoniecz
matkoniecz / footpathway.md
Last active September 21, 2015 19:25 — forked from gravitystorm/footpathway.md
highway=path vs highway=footway

"path is only needed when footway, cycleway or bridleway are misleading"

"There's no clear default for path, footway or every cycleway about surface. The obvious answer is that surface tags should be used."

"without any further access tags, path is neutral and open to all unmotorized means of transport (unlike footway, cycleway etc.)"

"highway=footway is meant to be the same as highway=path and foot=designated"

"But =footway and =path mean different things in different regions"