HISTORY.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.py
ship/__init__.py
ship/config.py
ship/db.py
ship/load.py
ship.egg-info/PKG-INFO
ship.egg-info/SOURCES.txt
ship.egg-info/dependency_links.txt
ship.egg-info/entry_points.txt
ship.egg-info/not-zip-safe
ship.egg-info/requires.txt
ship.egg-info/top_level.txt
ship/examples/__init__.py
ship/examples/map/.gitignore
ship/examples/map/README.md
ship/examples/map/__init__.py
ship/examples/map/app.py
ship/examples/map/example_screenshot.png
ship/examples/map/data/ag.geo.json
ship/examples/map/data/ai.geo.json
ship/examples/map/data/ar.geo.json
ship/examples/map/data/avg_speeds_per_edge.json
ship/examples/map/data/be.geo.json
ship/examples/map/data/bl.geo.json
ship/examples/map/data/bs.geo.json
ship/examples/map/data/combine.py
ship/examples/map/data/doctors_absolute.json
ship/examples/map/data/doctors_per_100k.json
ship/examples/map/data/edge_hours.json
ship/examples/map/data/edge_hours_compressed.json
ship/examples/map/data/edges-sbb.json
ship/examples/map/data/fr.geo.json
ship/examples/map/data/ge.geo.json
ship/examples/map/data/gl.geo.json
ship/examples/map/data/gr.geo.json
ship/examples/map/data/hospital_beds_cantons.json
ship/examples/map/data/ju.geo.json
ship/examples/map/data/lu.geo.json
ship/examples/map/data/ne.geo.json
ship/examples/map/data/nw.geo.json
ship/examples/map/data/ow.geo.json
ship/examples/map/data/route_speed.csv
ship/examples/map/data/sg.geo.json
ship/examples/map/data/sh.geo.json
ship/examples/map/data/so.geo.json
ship/examples/map/data/spherical-geometry.json
ship/examples/map/data/station_arrivals.json
ship/examples/map/data/station_freq.csv
ship/examples/map/data/station_hours.json
ship/examples/map/data/station_hours_compressed.json
ship/examples/map/data/stations-sbb.json
ship/examples/map/data/switzerland.json
ship/examples/map/data/switzerland_boundaries.json
ship/examples/map/data/sz.geo.json
ship/examples/map/data/tg.geo.json
ship/examples/map/data/ti.geo.json
ship/examples/map/data/ur.geo.json
ship/examples/map/data/vd.geo.json
ship/examples/map/data/vs.geo.json
ship/examples/map/data/zg.geo.json
ship/examples/map/data/zh.geo.json
ship/examples/map/static/css/colorbrewer.css
ship/examples/map/static/css/normalize.css
ship/examples/map/static/css/style.css
ship/examples/map/static/css/tipsy.css
ship/examples/map/static/css/custom-theme/jquery-ui-1.8.18.custom.css
ship/examples/map/static/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
ship/examples/map/static/css/custom-theme/images/ui-bg_flat_50_aaaaaa_40x100.png
ship/examples/map/static/css/custom-theme/images/ui-bg_flat_75_e8e8e8_40x100.png
ship/examples/map/static/css/custom-theme/images/ui-bg_flat_75_ffffff_40x100.png
ship/examples/map/static/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
ship/examples/map/static/css/custom-theme/images/ui-bg_highlight-soft_75_e8e8e8_1x100.png
ship/examples/map/static/css/custom-theme/images/ui-icons_222222_256x240.png
ship/examples/map/static/css/custom-theme/images/ui-icons_2e83ff_256x240.png
ship/examples/map/static/css/custom-theme/images/ui-icons_666666_256x240.png
ship/examples/map/static/css/custom-theme/images/ui-icons_999999_256x240.png
ship/examples/map/static/css/custom-theme/images/ui-icons_cd0a0a_256x240.png
ship/examples/map/static/img/ajax_loader.gif
ship/examples/map/static/img/bed-gray.svg
ship/examples/map/static/img/bed-red.svg
ship/examples/map/static/img/bed.svg
ship/examples/map/static/img/doctor-gray.svg
ship/examples/map/static/img/doctor-red.svg
ship/examples/map/static/img/doctor.svg
ship/examples/map/static/img/doctor_black.png
ship/examples/map/static/img/doctor_grey.png
ship/examples/map/static/img/doctor_white.png
ship/examples/map/static/img/icon_sprite.png
ship/examples/map/static/img/legend.png
ship/examples/map/static/img/make.opendata.ch_logo.png
ship/examples/map/static/img/make.opendata.ch_logo_s.png
ship/examples/map/static/js/fit-projection.js
ship/examples/map/static/js/init-map.js
ship/examples/map/static/js/load-data.js
ship/examples/map/static/js/prices.js
ship/examples/map/static/js/query-data.js
ship/examples/map/static/js/ui.js
ship/examples/map/static/lib/d3.v2.js
ship/examples/map/static/lib/d3.v2.min.js
ship/examples/map/static/lib/jquery-1.6.2.min.js
ship/examples/map/static/lib/jquery-ui-1.8.18.custom.min.js
ship/examples/map/static/lib/jquery-ui.min.js
ship/examples/map/static/lib/jquery.tipsy.js
ship/examples/map/static/lib/jquery.wrap-svg.js
ship/examples/map/static/lib/polymaps.min.js
ship/examples/map/templates/index.html
ship/examples/map/tools/spherical-geometry.class.php
ship/examples/map/tools/spherical-geometry.php
ship/examples/map/tools/transform_json.py
ship/models/__init__.py
ship/models/insurer.py
ship/models/mixins.py
ship/models/premium.py
ship/models/town.py
ship/rawdata/.DS_Store
ship/rawdata/2012_ch.csv
ship/rawdata/2012_eu.csv
ship/rawdata/2012_insurers.csv
ship/rawdata/2012_towns.csv
ship/rawdata/2013_ch.csv
ship/rawdata/2013_eu.csv
ship/rawdata/2013_insurers.csv
ship/rawdata/2013_towns.csv
ship/rawdata/2014_ch.csv
ship/rawdata/2014_eu.csv
ship/rawdata/2014_insurers.csv
ship/rawdata/2014_towns.csv
ship/rawdata/doku_praemien_daten.txt
ship/tests/__init__.py
ship/tests/test_db.py