Skip to content

Instantly share code, notes, and snippets.

@ustroetz
ustroetz / stations.geojson
Created February 6, 2015 17:13
Hannover Stations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / upload_file.py
Last active August 29, 2015 14:17
githubpy file upload example
import githubpy
sample_string = "I am a test"
filename = test.txt
commit_message = "Upload test file"
gh = githubpy.GitHub(access_token=token)
encoded_file = base64.b64encode(sample_string)
gh.repos(owner)(repo_name)('contents')(filename).put(path=filename,message=commit_file, content=encoded_file)
@ustroetz
ustroetz / allryder_tagging_colectivos.md
Last active August 29, 2015 14:18
allryder tagging recommendation Santiago Colectivos

Allryder tagging recommondation for Santiago Colectivos

OSM relation route is taken as a reference. If you have questions please get in contact with Uli Strötz.

Key Value
type route
route share_taxi
ref 1
name Línea 1 : Santiago - Vitacura
@ustroetz
ustroetz / gis_internship.md
Last active August 29, 2015 14:19
allryder GIS internship

UPDATE: This position is already filled.

Summary

We are looking for a GIS intern that can help us process big data. Ideally you have some experience wrangling with spatial data. The internship will be for one month. It will be compensated depending on your experience.

Requirements

Would be great if you are familiar with at least one of the following:

  • QGIS
  • PostgreSQL (+PostGIS)
  • Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / test.geojson
Created June 18, 2015 14:47
routing test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / geocoding_issues.md
Created June 24, 2015 06:45
Geocodings Tests
#!/usr/bin/env python
'''
Send memory usage metrics to Amazon CloudWatch
This is intended to run on an Amazon EC2 instance and requires an IAM
role allowing to write CloudWatch metrics. Alternatively, you can create
a boto credentials file and rely on it instead.
Original idea based on https://github.com/colinbjohnson/aws-missing-tools