Skip to content

Instantly share code, notes, and snippets.

View ustroetz's full-sized avatar

Uli Stroetz ustroetz

View GitHub Profile
@ustroetz
ustroetz / stations.geojson
Created February 6, 2015 17:13
Hannover Stations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / bus_stations.geojson
Created January 26, 2015 08:50
Bus Stations Istanbul
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / public_stop.geojson
Last active August 29, 2015 14:09
Istanbul Public Transport Stations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
costData <- read.csv("~/Downloads/MT/data/producedData/costData.csv")
View(costData)
nrow(costData[costData$C > 200,])
costData[costData$C > 522,]
costData[costData$C > 200,]
fit <- lm(C ~ TPA+VPT+S+SD, data=costData)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / bla.geojson
Last active August 29, 2015 13:57
bla
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.