This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Fetch ZVV Tarifzonen map in SVG and convert to KML. | |
# You can save the output and import into Google Maps. | |
# Use at your own risk. The API used is not publicly disclosed, | |
# improper use may lead to lawsuits. | |
import sys | |
import urllib2 | |
import xml.etree.ElementTree as ET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: go | |
go: | |
- 1.5 | |
- release | |
install: | |
- go get github.com/alecthomas/gometalinter | |
- gometalinter --install --update | |
- go get github.com/axw/gocov/gocov |
NewerOlder