Skip to content

Instantly share code, notes, and snippets.

var bikeRacks =
{
"type": "FeatureCollection",
"generator": "overpass-turbo",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.",
"timestamp": "2013-10-24T17:13:01Z",
"features": [
{
"type": "Feature",
"id": "node/297827803",
import arcpy
# Get the feature name to work with
in_featureclass = arcpy.GetParameterAsText(0)
# Set local variables
field_Name = "ACRES"
field_Type = "DOUBLE"
field_Precision = 10 # total number of digits stored
field_Scale = 8 # number of decimal places
# Name: Ulrich Stroetz (U102778)
# Date: 2/17/2013
# Purpose: Add fields
# Import system modules
import arcpy
# Input Feature Class)
inputFC = arcpy.GetParameterAsText(0)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ustroetz
ustroetz / areaOfInterest.geojson
Created March 18, 2014 09:44
Area of interest
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
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.
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)
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.