Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created February 24, 2013 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enjalot/5022029 to your computer and use it in GitHub Desktop.
Save enjalot/5022029 to your computer and use it in GitHub Desktop.
SF bus stops
{"description":"SF bus stops","endpoint":"","display":"svg","public":true,"require":[{"name":"topojson","url":"http://d3js.org/topojson.v0.min.js"}],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"world110.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"style.css":{"default":true,"vim":false,"emacs":false,"fontSize":12},"routes.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"stops.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/HdjSGga.png"}
var svg = d3.select("svg");
var routes = tributary.routes;
var stops = tributary.stops;
console.log(stops);
var width = tributary.sw;
var height = tributary.sh;
var center = {
x: width/2,
y: height/2
}
var colorScale = d3.scale.category20();
var lonlat = [-122.4376, 37.77];
var projection = d3.geo.mercator()
.center(lonlat)
.scale(985000)
.translate([width/2, height/2])
var xy = projection(lonlat);
var graticule = d3.geo.graticule()
var path = d3.geo.path()
.projection(projection);
svg.append("circle")
.attr({
cx: xy[0],
cy: xy[1],
r: 0
})
svg.selectAll("path.routes")
.data(routes.features)
.enter()
.append("path")
.attr("d", path)
.style("stroke", function(d,i) { return colorScale(i)})
.style("fill", "none")
.style("stroke-width", 1)
svg.selectAll("circle.stop")
.data(stops.features)
.enter()
.append("circle")
.classed("stop", true)
.attr({
r: 2.5,
cx: function(d,i) { return projection(d.geometry.coordinates)[0] },
cy: function(d,i) { return projection(d.geometry.coordinates)[1] }
})
.on("mouseover", function(d) {
d3.select(this)
.transition()
.attr("r", 10)
})
.on("mouseout", function(d) {
d3.select(this)
.transition()
.attr("r", 2.5)
})
.append("title")
.text(function(d) { return d.properties.STOPNAME })
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Fillmore St NW-FS\/BZ", "TRAPEZESTO": "JACKFIL0", "RUCUSSTOPA": "JACKFILL", "STOPID": 5147.0, "LATITUDE": 37.792529, "LONGITUDE": -122.434676, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "JACKSON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298028.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43468, 37.792529 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Divisadero St SW-NS\/BZ", "TRAPEZESTO": "JACKDIV1", "RUCUSSTOPA": "JACKDIVI", "STOPID": 5146.0, "LATITUDE": 37.791565, "LONGITUDE": -122.441307, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298029.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.441307, 37.791565 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Scott St SW-NS\/PS", "TRAPEZESTO": "JACKSCO1", "RUCUSSTOPA": "JACKSCOT", "STOPID": 5161.0, "LATITUDE": 37.791772, "LONGITUDE": -122.439612, "ACCESSIBIL": 0.0, "ATSTREET": "SCOTT ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298030.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43961, 37.791772 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Scott St NE-NS\/PS", "TRAPEZESTO": "JACKSCO0", "RUCUSSTOPA": "JACKSCOT", "STOPID": 5160.0, "LATITUDE": 37.791932, "LONGITUDE": -122.43924, "ACCESSIBIL": 0.0, "ATSTREET": "SCOTT ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298031.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43924, 37.791932 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Presidio Ave NE-NS\/PS", "TRAPEZESTO": "JACKPRE0", "RUCUSSTOPA": "JACKPRES", "STOPID": 5159.0, "LATITUDE": 37.790902, "LONGITUDE": -122.447365, "ACCESSIBIL": 0.0, "ATSTREET": "PRESIDIO AVE", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298032.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.447365, 37.790902 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Baker St SE-FS\/PS", "TRAPEZESTO": "JACKBAK1", "RUCUSSTOPA": "JACKBAKR", "STOPID": 5143.0, "LATITUDE": 37.791186, "LONGITUDE": -122.444246, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "JACKSON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298033.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44425, 37.791186 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Baker St NE-NS\/PS", "TRAPEZESTO": "JACKBAK0", "RUCUSSTOPA": "JACKBAKR", "STOPID": 5142.0, "LATITUDE": 37.791281, "LONGITUDE": -122.444362, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298034.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44436, 37.791281 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Sutter St SE-NS\/BZ", "TRAPEZESTO": "KRNYSUT1", "RUCUSSTOPA": "KRNYSUTT", "STOPID": 4826.0, "LATITUDE": 37.789746, "LONGITUDE": -122.403724, "ACCESSIBIL": 0.0, "ATSTREET": "SUTTER ST", "ONSTREET": "KEARNY ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298035.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40372, 37.789746 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Sacramento St SE-NS\/BZ", "TRAPEZESTO": "FILLSAC1", "RUCUSSTOPA": "FILLSACO", "STOPID": 4638.0, "LATITUDE": 37.789744, "LONGITUDE": -122.433947, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "FILLMORE ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298036.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43395, 37.789744 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Sacramento St NW-NS\/BZ", "TRAPEZESTO": "FILLSAC0", "RUCUSSTOPA": "FILLSACO", "STOPID": 4637.0, "LATITUDE": 37.789925, "LONGITUDE": -122.4341, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "FILLMORE ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298037.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4341, 37.789925 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Pine St SW-FS\/BZ", "TRAPEZESTO": "FILLPIN1", "RUCUSSTOPA": "FILLPINE", "STOPID": 4636.0, "LATITUDE": 37.787717, "LONGITUDE": -122.433655, "ACCESSIBIL": 0.0, "ATSTREET": "PINE ST", "ONSTREET": "FILLMORE ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298038.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43365, 37.787717 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Jackson St SW-FS\/BZ", "TRAPEZESTO": "FILLJAC0", "RUCUSSTOPA": "FILLJACK", "STOPID": 4624.0, "LATITUDE": 37.792386, "LONGITUDE": -122.434607, "ACCESSIBIL": 0.0, "ATSTREET": "JACKSON ST", "ONSTREET": "FILLMORE ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298039.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43461, 37.792386 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Spruce St NE-NS\/BZ", "TRAPEZESTO": "CALISPR0", "RUCUSSTOPA": "CALISPRC", "STOPID": 3896.0, "LATITUDE": 37.786503, "LONGITUDE": -122.453281, "ACCESSIBIL": 0.0, "ATSTREET": "SPRUCE ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298040.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45328, 37.786503 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Presidio Ave SW-NS\/BZ", "TRAPEZESTO": "CALIPRE1", "RUCUSSTOPA": "CALIPRES", "STOPID": 3893.0, "LATITUDE": 37.787149, "LONGITUDE": -122.446885, "ACCESSIBIL": 0.0, "ATSTREET": "PRESIDIO AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298041.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44688, 37.787149 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market & Steuart NW-FS\/BZ", "TRAPEZESTO": "MRKTSTEU", "RUCUSSTOPA": null, "STOPID": 7227.0, "LATITUDE": 37.794454, "LONGITUDE": -122.394917, "ACCESSIBIL": 0.0, "ATSTREET": "MUNI METRO TNL", "ONSTREET": "MARKET ST", "POSITION": null, "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298042.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39492, 37.794454 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Cherry St NW-FS\/BZ", "TRAPEZESTO": "CALICHR0", "RUCUSSTOPA": "CALICHRY", "STOPID": 3852.0, "LATITUDE": 37.786042, "LONGITUDE": -122.456835, "ACCESSIBIL": 0.0, "ATSTREET": "CHERRY ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298044.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45683, 37.786042 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Maple St NW-FS\/BZ", "TRAPEZESTO": "CALIMAP0", "RUCUSSTOPA": "CALIMAPL", "STOPID": 3879.0, "LATITUDE": 37.786248, "LONGITUDE": -122.455207, "ACCESSIBIL": 0.0, "ATSTREET": "MAPLE ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298045.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45521, 37.786248 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Laurel St SW-NS\/PS", "TRAPEZESTO": "CALILAU1", "RUCUSSTOPA": "CALILARL", "STOPID": 3876.0, "LATITUDE": 37.786712, "LONGITUDE": -122.45026, "ACCESSIBIL": 0.0, "ATSTREET": "LAUREL ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298046.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45026, 37.786712 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&12th Ave SW-NS\/BZ", "TRAPEZESTO": "CLMT12A1", "RUCUSSTOPA": "CLMT12AV", "STOPID": 4048.0, "LATITUDE": 37.78258, "LONGITUDE": -122.47097, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298047.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47097, 37.78258 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&10th Ave SE-FS\/BZ", "TRAPEZESTO": "CLMT10A1", "RUCUSSTOPA": "CLMT10AV", "STOPID": 4046.0, "LATITUDE": 37.7827, "LONGITUDE": -122.46837, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298048.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46837, 37.7827 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&10th Ave NW-FS\/BZ", "TRAPEZESTO": "CLMT10A0", "RUCUSSTOPA": "CLMT10AV", "STOPID": 4045.0, "LATITUDE": 37.7828, "LONGITUDE": -122.469, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298049.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.469, 37.7828 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&8th Ave SE-FS\/BZ", "TRAPEZESTO": "CLMT 8A1", "RUCUSSTOPA": "CLMT 8AV", "STOPID": 4044.0, "LATITUDE": 37.782798, "LONGITUDE": -122.466158, "ACCESSIBIL": 0.0, "ATSTREET": "08TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298050.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.466158, 37.782798 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&6th Ave SE-FS\/BZ", "TRAPEZESTO": "CLMT 6A1", "RUCUSSTOPA": "CLMT 6AV", "STOPID": 4043.0, "LATITUDE": 37.782856, "LONGITUDE": -122.464331, "ACCESSIBIL": 0.0, "ATSTREET": "CLEMENT ST", "ONSTREET": "6TH AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298052.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46433, 37.782856 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&4th Ave NW-FS\/BZ", "TRAPEZESTO": "CLMT 4A0", "RUCUSSTOPA": "CLMT 4AV", "STOPID": 4040.0, "LATITUDE": 37.78309, "LONGITUDE": -122.46257, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298053.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46257, 37.78309 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&2nd Ave SE-FS\/BZ", "TRAPEZESTO": "CLMT 2A1", "RUCUSSTOPA": "CLMT 2AV", "STOPID": 4039.0, "LATITUDE": 37.78309, "LONGITUDE": -122.45982, "ACCESSIBIL": 0.0, "ATSTREET": "02ND AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298054.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45982, 37.78309 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&6th Ave NW-FS\/BB", "TRAPEZESTO": "CALI 6A0", "RUCUSSTOPA": "CALI 6AV", "STOPID": 3824.0, "LATITUDE": 37.785017, "LONGITUDE": -122.464939, "ACCESSIBIL": 0.0, "ATSTREET": "06TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298055.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46494, 37.785017 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&4th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI 4A1", "RUCUSSTOPA": "CALI 4AV", "STOPID": 3823.0, "LATITUDE": 37.785178, "LONGITUDE": -122.46257, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298056.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46257, 37.785178 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&4th Ave NE-NS\/BZ", "TRAPEZESTO": "CALI 4A0", "RUCUSSTOPA": "CALI 4AV", "STOPID": 3822.0, "LATITUDE": 37.785353, "LONGITUDE": -122.462292, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298057.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.462292, 37.785353 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "8th Ave&California St SW-FS", "TRAPEZESTO": "8AVCAL0", "RUCUSSTOPA": "8AVCALI", "STOPID": 3198.0, "LATITUDE": 37.784465, "LONGITUDE": -122.466704, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "08TH AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298058.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.466704, 37.784465 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "6th Ave&Clement St NE-FS\/BZ", "TRAPEZESTO": "6AVCLM0", "RUCUSSTOPA": "6AVCLMT", "STOPID": 3180.0, "LATITUDE": 37.783216, "LONGITUDE": -122.464382, "ACCESSIBIL": 0.0, "ATSTREET": "CLEMENT ST", "ONSTREET": "06TH AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298059.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46438, 37.783216 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "McAllister St & Leavenworth St FS", "TRAPEZESTO": "MCALLEA1", "RUCUSSTOPA": null, "STOPID": 7635.0, "LATITUDE": 37.780889, "LONGITUDE": -122.413587, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "MCALLISTER ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298060.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.413587, 37.780889 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "McAllister St. & Jones FS-NW\/BZ", "TRAPEZESTO": "MCALJONE", "RUCUSSTOPA": null, "STOPID": 7563.0, "LATITUDE": 37.781166, "LONGITUDE": -122.412189, "ACCESSIBIL": 0.0, "ATSTREET": "CHARLES J BRENHAM PL", "ONSTREET": "MCALLISTER ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298061.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41219, 37.781166 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "6th Ave & Fulton St", "TRAPEZESTO": ".6AVFUL0", "RUCUSSTOPA": ".6AVFULT", "STOPID": 3183.0, "LATITUDE": 37.77397, "LONGITUDE": -122.46371, "ACCESSIBIL": 0.0, "ATSTREET": "FULTON ST", "ONSTREET": "06TH AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298063.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46371, 37.77397 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&36th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT36A0", "RUCUSSTOPA": "FULT36AV", "STOPID": 4213.0, "LATITUDE": 37.77208, "LONGITUDE": -122.49634, "ACCESSIBIL": 0.0, "ATSTREET": "36TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298065.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49634, 37.77208 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Broderick St SW-NS\/BZ", "TRAPEZESTO": "MCALBDR1", "RUCUSSTOPA": "MCALBDRK", "STOPID": 5387.0, "LATITUDE": 37.77752, "LONGITUDE": -122.44016, "ACCESSIBIL": 0.0, "ATSTREET": "BRODERICK ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298066.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44016, 37.77752 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "785 Mcallister St SE-FS\/BZ", "TRAPEZESTO": "MCALH781", "RUCUSSTOPA": "MCALH785", "STOPID": 5381.0, "LATITUDE": 37.779384, "LONGITUDE": -122.42521, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298067.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42521, 37.779384 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&4th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT 4A0", "RUCUSSTOPA": "FULT 4AV", "STOPID": 4730.0, "LATITUDE": 37.77394, "LONGITUDE": -122.46198, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298068.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46198, 37.77394 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&46th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT46A1", "RUCUSSTOPA": "FULT46AV", "STOPID": 4222.0, "LATITUDE": 37.77148, "LONGITUDE": -122.50631, "ACCESSIBIL": 0.0, "ATSTREET": "46TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298069.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50631, 37.77148 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Golden Gate Ave&Hyde St SE-FS\/BZ", "TRAPEZESTO": "G G HYD1", "RUCUSSTOPA": "G G HYDE", "STOPID": 4239.0, "LATITUDE": 37.78166, "LONGITUDE": -122.41509, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "GOLDEN GATE AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298070.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41509, 37.78166 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Parker Ave NW-FS\/BZ", "TRAPEZESTO": "FULTPRK0", "RUCUSSTOPA": "FULTPRKR", "STOPID": 4233.0, "LATITUDE": 37.775, "LONGITUDE": -122.45324, "ACCESSIBIL": 0.0, "ATSTREET": "PARKER AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298071.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45324, 37.775 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Webster St NW-FS\/BZ", "TRAPEZESTO": "MCALWEB0", "RUCUSSTOPA": "MCALWEBS", "STOPID": 5406.0, "LATITUDE": 37.77885, "LONGITUDE": -122.4305, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298072.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4305, 37.77885 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Laguna St SW-NS\/BZ", "TRAPEZESTO": "MCALLGN1", "RUCUSSTOPA": "MCALLGNA", "STOPID": 5399.0, "LATITUDE": 37.77919, "LONGITUDE": -122.42695, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298073.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42695, 37.77919 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Gough St NW-FS\/BZ", "TRAPEZESTO": "MCALGOU0", "RUCUSSTOPA": "MCALGOUG", "STOPID": 5393.0, "LATITUDE": 37.77969, "LONGITUDE": -122.42386, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298074.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42386, 37.77969 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Masonic Ave NE-NS\/BZ", "TRAPEZESTO": "FULTMSI0", "RUCUSSTOPA": "FULTMSIC", "STOPID": 4229.0, "LATITUDE": 37.7759, "LONGITUDE": -122.44627, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298075.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44627, 37.7759 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Polk St SW-NS\/BZ", "TRAPEZESTO": "MCALPOL1", "RUCUSSTOPA": "MCALPOLK", "STOPID": 5403.0, "LATITUDE": 37.780168, "LONGITUDE": -122.4187, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298076.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4187, 37.780168 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Clayton St NW-FS\/BZ", "TRAPEZESTO": "FULTCLT0", "RUCUSSTOPA": "FULTCLTN", "STOPID": 4225.0, "LATITUDE": 37.77541, "LONGITUDE": -122.45007, "ACCESSIBIL": 0.0, "ATSTREET": "CLAYTON ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298077.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45007, 37.77541 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&6th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT.6A0", "RUCUSSTOPA": "FULT.6AV", "STOPID": 4732.0, "LATITUDE": 37.77367, "LONGITUDE": -122.46411, "ACCESSIBIL": 0.0, "ATSTREET": "06TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298078.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46411, 37.77367 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Central Ave&Mcallister St SW-FS\/BZ", "TRAPEZESTO": "CENTMCAL", "RUCUSSTOPA": "CENTMCAL", "STOPID": 7014.0, "LATITUDE": 37.77677, "LONGITUDE": -122.44496, "ACCESSIBIL": 0.0, "ATSTREET": "MCALLISTER ST", "ONSTREET": "CENTRAL AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298079.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44496, 37.77677 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Mason St W-FS\/BZ", "TRAPEZESTO": "MRKTMAS0", "RUCUSSTOPA": "MRKTMASN", "STOPID": 5683.0, "LATITUDE": 37.78285, "LONGITUDE": -122.40964, "ACCESSIBIL": 0.0, "ATSTREET": "MASON ST", "ONSTREET": "MARKET ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298080.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40964, 37.78285 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Powell St N-NS\/BZ", "TRAPEZESTO": "MRKTPOW0", "RUCUSSTOPA": "MRKTPOWL", "STOPID": 5688.0, "LATITUDE": 37.78468, "LONGITUDE": -122.40731, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298081.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40731, 37.78468 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Divisadero St NE-NS", "TRAPEZESTO": "MCALDIV0", "RUCUSSTOPA": "MCALDIVI", "STOPID": 5389.0, "LATITUDE": 37.77786, "LONGITUDE": -122.43822, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298082.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43822, 37.77786 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Grant Ave W-FS\/BZ", "TRAPEZESTO": "MRKTGRN0", "RUCUSSTOPA": "MRKTGRNT", "STOPID": 5674.0, "LATITUDE": 37.78639, "LONGITUDE": -122.40516, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "MARKET ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298083.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40516, 37.78639 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Central Ave SE-FS\/SB", "TRAPEZESTO": "MCALCEN1", "RUCUSSTOPA": "MCALCENT", "STOPID": 5388.0, "LATITUDE": 37.77694, "LONGITUDE": -122.44476, "ACCESSIBIL": 0.0, "ATSTREET": "CENTRAL AVE", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298084.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44476, 37.77694 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Polk St NW-FS\/BZ", "TRAPEZESTO": "MCALPOL0", "RUCUSSTOPA": "MCALPOLK", "STOPID": 5402.0, "LATITUDE": 37.78031, "LONGITUDE": -122.41901, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298085.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41901, 37.78031 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&10th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT10A1", "RUCUSSTOPA": "FULT10AV", "STOPID": 4737.0, "LATITUDE": 37.77325, "LONGITUDE": -122.46761, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298086.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46761, 37.77325 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Pierce St NE-NS\/BZ", "TRAPEZESTO": "MCALPIE0", "RUCUSSTOPA": "MCALPIER", "STOPID": 5400.0, "LATITUDE": 37.77827, "LONGITUDE": -122.43493, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298087.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43493, 37.77827 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&4th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT 4A1", "RUCUSSTOPA": "FULT 4AV", "STOPID": 4731.0, "LATITUDE": 37.77384, "LONGITUDE": -122.46125, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298088.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46125, 37.77384 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&25th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT25A1", "RUCUSSTOPA": "FULT25AV", "STOPID": 4749.0, "LATITUDE": 37.77251, "LONGITUDE": -122.4838, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298089.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4838, 37.77251 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market bet. 6th & 7th SE-MB\/BZ", "TRAPEZESTO": "MRKT 7\/6", "RUCUSSTOPA": "MRKT.7\/6", "STOPID": 5648.0, "LATITUDE": 37.78129, "LONGITUDE": -122.411329, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "MARKET ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298090.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41133, 37.78129 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Stanyan St NW-FS\/BZ", "TRAPEZESTO": "FULTSTA0", "RUCUSSTOPA": "FULTSTAN", "STOPID": 4236.0, "LATITUDE": 37.7748, "LONGITUDE": -122.45484, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298091.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45484, 37.7748 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&18th Ave SW-NS\/BZ", "TRAPEZESTO": "FULT18A1", "RUCUSSTOPA": "FULT18AV", "STOPID": 4743.0, "LATITUDE": 37.77283, "LONGITUDE": -122.47683, "ACCESSIBIL": 0.0, "ATSTREET": "18TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298092.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47683, 37.77283 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Larkin St&Mcallister St NE-FS\/SB", "TRAPEZESTO": "LARKMCA1", "RUCUSSTOPA": "LARKMCAL", "STOPID": 4850.0, "LATITUDE": 37.780569, "LONGITUDE": -122.416865, "ACCESSIBIL": 0.0, "ATSTREET": "MCALLISTER ST", "ONSTREET": "LARKIN ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298093.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41686, 37.780569 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market bet. 4th & 3rd St SE-MB\/BZ", "TRAPEZESTO": "MRKT.4\/3", "RUCUSSTOPA": "MRKT.4\/3", "STOPID": 5642.0, "LATITUDE": 37.786597, "LONGITUDE": -122.404586, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "MARKET ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298094.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.404586, 37.786597 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&3rd St E-FS\/BZ", "TRAPEZESTO": "MRKT.3ST", "RUCUSSTOPA": "MRKT.3ST", "STOPID": 5641.0, "LATITUDE": 37.787712, "LONGITUDE": -122.403209, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298095.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40321, 37.787712 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market bet. 5th & 6th St SE-MB\/BZ", "TRAPEZESTO": "MRKT 6\/5", "RUCUSSTOPA": "MRKT 6\/5", "STOPID": 5646.0, "LATITUDE": 37.783395, "LONGITUDE": -122.408657, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST", "ONSTREET": "MARKET ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298096.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40866, 37.783395 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market bet. 5th & 4th St SE-MB\/BZ", "TRAPEZESTO": "MRKT 5\/4", "RUCUSSTOPA": "MRKT 5\/4", "STOPID": 5644.0, "LATITUDE": 37.78484, "LONGITUDE": -122.406834, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "MARKET ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298097.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40683, 37.78484 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Sansome St W-FS\/BZ", "TRAPEZESTO": "MRKTSAN0", "RUCUSSTOPA": "MRKTSANS", "STOPID": 5689.0, "LATITUDE": 37.790156, "LONGITUDE": -122.400411, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "MARKET ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298098.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40041, 37.790156 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Montgomery St W-FS\/BZ", "TRAPEZESTO": "MRKTMTG0", "RUCUSSTOPA": "MRKTMTGY", "STOPID": 5684.0, "LATITUDE": 37.78849, "LONGITUDE": -122.40248, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "MARKET ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298099.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40248, 37.78849 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Front St N-NS\/BZ", "TRAPEZESTO": "MRKTFRN0", "RUCUSSTOPA": "MRKTFRNT", "STOPID": 5671.0, "LATITUDE": 37.79192, "LONGITUDE": -122.39815, "ACCESSIBIL": 0.0, "ATSTREET": "FRONT ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298100.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39815, 37.79192 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&1st St S-NS\/BZ", "TRAPEZESTO": "MRKT.1S1", "RUCUSSTOPA": "MRKT.1ST", "STOPID": 5638.0, "LATITUDE": 37.790896, "LONGITUDE": -122.399138, "ACCESSIBIL": 0.0, "ATSTREET": "1ST ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298101.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.399138, 37.790896 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Broderick St NE-NS\/BZ", "TRAPEZESTO": "MCALBDR0", "RUCUSSTOPA": "MCALBDRK", "STOPID": 5386.0, "LATITUDE": 37.77764, "LONGITUDE": -122.43991, "ACCESSIBIL": 0.0, "ATSTREET": "BRODERICK ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298102.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43991, 37.77764 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Baker St SW-NS\/BZ", "TRAPEZESTO": "MCALBAK1", "RUCUSSTOPA": "MCALBAKR", "STOPID": 5385.0, "LATITUDE": 37.77731, "LONGITUDE": -122.44185, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298103.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44185, 37.77731 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Baker St NE-NS\/BZ", "TRAPEZESTO": "MCALBAK0", "RUCUSSTOPA": "MCALBAKR", "STOPID": 5384.0, "LATITUDE": 37.77744, "LONGITUDE": -122.44152, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298104.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44152, 37.77744 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "808 Mcallister St NW-FS\/BZ", "TRAPEZESTO": "MCALH800", "RUCUSSTOPA": "MCALH808", "STOPID": 5382.0, "LATITUDE": 37.77948, "LONGITUDE": -122.42553, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298105.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42553, 37.77948 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Webster St SE-FS\/BZ", "TRAPEZESTO": "MCALWEB1", "RUCUSSTOPA": "MCALWEBS", "STOPID": 5407.0, "LATITUDE": 37.77886, "LONGITUDE": -122.4296, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298106.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4296, 37.77886 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Van Ness Ave SE-FS\/BZ", "TRAPEZESTO": "MCALV.N1", "RUCUSSTOPA": "MCALV.N.", "STOPID": 5405.0, "LATITUDE": 37.77999, "LONGITUDE": -122.420144, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298107.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.420144, 37.77999 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Van Ness Ave NW-FS\/BZ", "TRAPEZESTO": "MCALV.N0", "RUCUSSTOPA": "MCALV.N.", "STOPID": 5404.0, "LATITUDE": 37.78009, "LONGITUDE": -122.42071, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298108.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42071, 37.78009 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Pierce St SW-NS\/BZ", "TRAPEZESTO": "MCALPIE1", "RUCUSSTOPA": "MCALPIER", "STOPID": 5401.0, "LATITUDE": 37.77815, "LONGITUDE": -122.43519, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298109.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43519, 37.77815 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Laguna St NE-NS\/BZ", "TRAPEZESTO": "MCALLGN0", "RUCUSSTOPA": "MCALLGNA", "STOPID": 5398.0, "LATITUDE": 37.77933, "LONGITUDE": -122.42671, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298110.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42671, 37.77933 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Larkin St NW-FS\/BZ", "TRAPEZESTO": "MCALLAR0", "RUCUSSTOPA": "MCALLARK", "STOPID": 5397.0, "LATITUDE": 37.78051, "LONGITUDE": -122.41741, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298111.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41741, 37.78051 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Hyde St S-MB", "TRAPEZESTO": "MCALHYD1", "RUCUSSTOPA": "MCALHYDE", "STOPID": 5396.0, "LATITUDE": 37.78061, "LONGITUDE": -122.41587, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298112.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41587, 37.78061 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Hyde St NW-FS\/BZ", "TRAPEZESTO": "MCALHYD0", "RUCUSSTOPA": "MCALHYDE", "STOPID": 5395.0, "LATITUDE": 37.78073, "LONGITUDE": -122.41569, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298113.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41569, 37.78073 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Gough St SW-NS\/BZ", "TRAPEZESTO": "MCALGOU1", "RUCUSSTOPA": "MCALGOUG", "STOPID": 5394.0, "LATITUDE": 37.77961, "LONGITUDE": -122.42369, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298114.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42369, 37.77961 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Fillmore St SE-FS\/BZ", "TRAPEZESTO": "MCALFIL1", "RUCUSSTOPA": "MCALFILL", "STOPID": 5392.0, "LATITUDE": 37.77862, "LONGITUDE": -122.4314, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298115.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4314, 37.77862 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Fillmore St NW-FS\/BZ", "TRAPEZESTO": "MCALFIL0", "RUCUSSTOPA": "MCALFILL", "STOPID": 5391.0, "LATITUDE": 37.77864, "LONGITUDE": -122.43207, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "MCALLISTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298116.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43207, 37.77864 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mcallister St&Divisadero St SW-NS", "TRAPEZESTO": "MCALDIV1", "RUCUSSTOPA": "MCALDIVI", "STOPID": 5390.0, "LATITUDE": 37.77773, "LONGITUDE": -122.43851, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "MCALLISTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298117.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43851, 37.77773 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&16th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT16A0", "RUCUSSTOPA": "FULT16AV", "STOPID": 4740.0, "LATITUDE": 37.77305, "LONGITUDE": -122.47492, "ACCESSIBIL": 0.0, "ATSTREET": "16TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298118.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47492, 37.77305 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "La Playa St&Cabrillo St SW-FS\/BZ", "TRAPEZESTO": "LAPLCBR1", "RUCUSSTOPA": "LAPLCBRO", "STOPID": 4843.0, "LATITUDE": 37.773214, "LONGITUDE": -122.51006, "ACCESSIBIL": 0.0, "ATSTREET": "CABRILLO ST", "ONSTREET": "LA PLAYA ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298119.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.51006, 37.773214 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "La Playa St&Cabrillo St SE-NS\/BZ", "TRAPEZESTO": "LAPLCBSE", "RUCUSSTOPA": "LAPLCBRO", "STOPID": 4842.0, "LATITUDE": 37.773214, "LONGITUDE": -122.509991, "ACCESSIBIL": 0.0, "ATSTREET": "CABRILLO ST", "ONSTREET": "LA PLAYA ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298120.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50999, 37.773214 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Howard St&Main St E-NS\/BZ", "TRAPEZESTO": "HWRDMAI1", "RUCUSSTOPA": "HWRDMAIN", "STOPID": 5056.0, "LATITUDE": 37.79041, "LONGITUDE": -122.39352, "ACCESSIBIL": 0.0, "ATSTREET": "MAIN ST", "ONSTREET": "HOWARD ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298121.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39352, 37.79041 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "La Playa St&Fulton St NE-FS\/BZ", "TRAPEZESTO": "LAPLFUL0", "RUCUSSTOPA": "LAPLFULT", "STOPID": 4844.0, "LATITUDE": 37.77169, "LONGITUDE": -122.50984, "ACCESSIBIL": 0.0, "ATSTREET": "FULTON ST", "ONSTREET": "LA PLAYA ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298123.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50984, 37.77169 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&12th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT12A1", "RUCUSSTOPA": "FULT12AV", "STOPID": 4739.0, "LATITUDE": 37.77318, "LONGITUDE": -122.46982, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298124.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46982, 37.77318 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&12th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT12A0", "RUCUSSTOPA": "FULT12AV", "STOPID": 4738.0, "LATITUDE": 37.77326, "LONGITUDE": -122.47053, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298125.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47053, 37.77326 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&10th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT10A0", "RUCUSSTOPA": "FULT10AV", "STOPID": 4736.0, "LATITUDE": 37.77335, "LONGITUDE": -122.46839, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298126.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46839, 37.77335 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&8th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT 8A1", "RUCUSSTOPA": "FULT 8AV", "STOPID": 4735.0, "LATITUDE": 37.773318, "LONGITUDE": -122.465739, "ACCESSIBIL": 0.0, "ATSTREET": "8TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298127.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46574, 37.773318 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&8th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT 8A0", "RUCUSSTOPA": "FULT 8AV", "STOPID": 4734.0, "LATITUDE": 37.77347, "LONGITUDE": -122.466049, "ACCESSIBIL": 0.0, "ATSTREET": "8TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298130.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46605, 37.77347 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&6th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT.6A1", "RUCUSSTOPA": "FULT.6AV", "STOPID": 4733.0, "LATITUDE": 37.773532, "LONGITUDE": -122.463837, "ACCESSIBIL": 0.0, "ATSTREET": "6TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298131.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46384, 37.773532 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&30th Ave SE-FS\/PS", "TRAPEZESTO": "FULT30A1", "RUCUSSTOPA": "FULT30AV", "STOPID": 4753.0, "LATITUDE": 37.77224, "LONGITUDE": -122.48919, "ACCESSIBIL": 0.0, "ATSTREET": "30TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298132.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48919, 37.77224 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&30th Ave NE-NS\/PS", "TRAPEZESTO": "FULT30A0", "RUCUSSTOPA": "FULT30AV", "STOPID": 4752.0, "LATITUDE": 37.7724, "LONGITUDE": -122.48941, "ACCESSIBIL": 0.0, "ATSTREET": "30TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298133.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48941, 37.7724 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&28th Ave SE-FS\/PS", "TRAPEZESTO": "FULT28A1", "RUCUSSTOPA": "FULT28AV", "STOPID": 4751.0, "LATITUDE": 37.77235, "LONGITUDE": -122.48717, "ACCESSIBIL": 0.0, "ATSTREET": "28TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298134.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48717, 37.77235 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&28th Ave NE-NS\/PS", "TRAPEZESTO": "FULT28A0", "RUCUSSTOPA": "FULT28AV", "STOPID": 4750.0, "LATITUDE": 37.77251, "LONGITUDE": -122.48726, "ACCESSIBIL": 0.0, "ATSTREET": "28TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298135.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48726, 37.77251 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&25th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT25A0", "RUCUSSTOPA": "FULT25AV", "STOPID": 4748.0, "LATITUDE": 37.7726, "LONGITUDE": -122.48452, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298136.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48452, 37.7726 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&22nd Ave SE-FS\/BZ", "TRAPEZESTO": "FULT22A1", "RUCUSSTOPA": "FULT22AV", "STOPID": 4747.0, "LATITUDE": 37.77266, "LONGITUDE": -122.48061, "ACCESSIBIL": 0.0, "ATSTREET": "22ND AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298137.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48061, 37.77266 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&22nd Ave NW-FS\/BZ", "TRAPEZESTO": "FULT22A0", "RUCUSSTOPA": "FULT22AV", "STOPID": 4746.0, "LATITUDE": 37.77276, "LONGITUDE": -122.48134, "ACCESSIBIL": 0.0, "ATSTREET": "22ND AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298138.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48134, 37.77276 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&20th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT20A1", "RUCUSSTOPA": "FULT20AV", "STOPID": 4745.0, "LATITUDE": 37.77275, "LONGITUDE": -122.47846, "ACCESSIBIL": 0.0, "ATSTREET": "20TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298139.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47846, 37.77275 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&20th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT20A0", "RUCUSSTOPA": "FULT20AV", "STOPID": 4744.0, "LATITUDE": 37.77286, "LONGITUDE": -122.47917, "ACCESSIBIL": 0.0, "ATSTREET": "20TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298140.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47917, 37.77286 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&18th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT18A0", "RUCUSSTOPA": "FULT18AV", "STOPID": 4742.0, "LATITUDE": 37.772959, "LONGITUDE": -122.476776, "ACCESSIBIL": 0.0, "ATSTREET": "18TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298141.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47678, 37.772959 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&16th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT16A1", "RUCUSSTOPA": "FULT16AV", "STOPID": 4741.0, "LATITUDE": 37.77295, "LONGITUDE": -122.47419, "ACCESSIBIL": 0.0, "ATSTREET": "16TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298142.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47419, 37.77295 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Clayton St SE-FS\/BZ", "TRAPEZESTO": "FULTCLT1", "RUCUSSTOPA": "FULTCLTN", "STOPID": 4226.0, "LATITUDE": 37.77537, "LONGITUDE": -122.44929, "ACCESSIBIL": 0.0, "ATSTREET": "CLAYTON ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298143.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44929, 37.77537 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Arguello Blvd SE-FS\/BZ", "TRAPEZESTO": "FULTARG1", "RUCUSSTOPA": "FULTARGL", "STOPID": 4224.0, "LATITUDE": 37.774282, "LONGITUDE": -122.458003, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298144.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.458, 37.774282 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Arguello Blvd NW-FS\/BZ", "TRAPEZESTO": "FULTARG0", "RUCUSSTOPA": "FULTARGL", "STOPID": 4223.0, "LATITUDE": 37.774372, "LONGITUDE": -122.458507, "ACCESSIBIL": 0.0, "ATSTREET": "2ND AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298145.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.458507, 37.774372 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&46th Ave NW-FS\/BZ", "TRAPEZESTO": "FULT46A0", "RUCUSSTOPA": "FULT46AV", "STOPID": 4221.0, "LATITUDE": 37.77159, "LONGITUDE": -122.50704, "ACCESSIBIL": 0.0, "ATSTREET": "46TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298146.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50704, 37.77159 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&43rd Ave SW-NS\/PS", "TRAPEZESTO": "FULT43A1", "RUCUSSTOPA": "FULT43AV", "STOPID": 4220.0, "LATITUDE": 37.77159, "LONGITUDE": -122.50363, "ACCESSIBIL": 0.0, "ATSTREET": "43RD AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298147.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50363, 37.77159 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&43rd Ave NE-NS\/PS", "TRAPEZESTO": "FULT43A0", "RUCUSSTOPA": "FULT43AV", "STOPID": 4219.0, "LATITUDE": 37.77177, "LONGITUDE": -122.50306, "ACCESSIBIL": 0.0, "ATSTREET": "43RD AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298148.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50306, 37.77177 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&40th Ave SE-FS\/PS", "TRAPEZESTO": "FULT40A1", "RUCUSSTOPA": "FULT40AV", "STOPID": 4218.0, "LATITUDE": 37.77179, "LONGITUDE": -122.49991, "ACCESSIBIL": 0.0, "ATSTREET": "40TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298149.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49991, 37.77179 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&40th Ave NE-NS\/PS", "TRAPEZESTO": "FULT40A0", "RUCUSSTOPA": "FULT40AV", "STOPID": 4217.0, "LATITUDE": 37.77189, "LONGITUDE": -122.50009, "ACCESSIBIL": 0.0, "ATSTREET": "40TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298150.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50009, 37.77189 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&38th Ave NE-NS\/PS", "TRAPEZESTO": "FULT38A0", "RUCUSSTOPA": "FULT38AV", "STOPID": 4216.0, "LATITUDE": 37.77198, "LONGITUDE": -122.49798, "ACCESSIBIL": 0.0, "ATSTREET": "38TH AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298151.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49798, 37.77198 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&37th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT37A1", "RUCUSSTOPA": "FULT37AV", "STOPID": 4215.0, "LATITUDE": 37.77192, "LONGITUDE": -122.49679, "ACCESSIBIL": 0.0, "ATSTREET": "37TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298152.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49679, 37.77192 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&36th Ave SE-FS\/BZ", "TRAPEZESTO": "FULT36A1", "RUCUSSTOPA": "FULT36AV", "STOPID": 4214.0, "LATITUDE": 37.77197, "LONGITUDE": -122.49557, "ACCESSIBIL": 0.0, "ATSTREET": "36TH AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298153.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49557, 37.77197 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&33rd Ave SW-NS\/PS", "TRAPEZESTO": "FULT33A1", "RUCUSSTOPA": "FULT33AV", "STOPID": 4212.0, "LATITUDE": 37.7721, "LONGITUDE": -122.49288, "ACCESSIBIL": 0.0, "ATSTREET": "33RD AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298154.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49288, 37.7721 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&33rd Ave NW-FS\/PS", "TRAPEZESTO": "FULT33A0", "RUCUSSTOPA": "FULT33AV", "STOPID": 4211.0, "LATITUDE": 37.77223, "LONGITUDE": -122.49318, "ACCESSIBIL": 0.0, "ATSTREET": "33RD AVE", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298155.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49318, 37.77223 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Golden Gate Ave&Leavenworth St-NS", "TRAPEZESTO": "G G LEA1", "RUCUSSTOPA": "G G LEAV", "STOPID": 4241.0, "LATITUDE": 37.781826, "LONGITUDE": -122.413999, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "GOLDEN GATE AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298156.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.413999, 37.781826 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Stanyan St SE-FS\/BZ", "TRAPEZESTO": "FULTSTA1", "RUCUSSTOPA": "FULTSTAN", "STOPID": 4235.0, "LATITUDE": 37.774756, "LONGITUDE": -122.454519, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298157.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45452, 37.774756 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Shrader St SE-FS\/BZ", "TRAPEZESTO": "FULTSHR1", "RUCUSSTOPA": "FULTSHRA", "STOPID": 4234.0, "LATITUDE": 37.77499, "LONGITUDE": -122.45238, "ACCESSIBIL": 0.0, "ATSTREET": "SHRADER ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298158.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45238, 37.77499 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Park Presidio Blvd SW-NS", "TRAPEZESTO": "FULTPKP1", "RUCUSSTOPA": "FULTPKPR", "STOPID": 4232.0, "LATITUDE": 37.77305, "LONGITUDE": -122.47199, "ACCESSIBIL": 0.0, "ATSTREET": "PARK PRESIDIO BLVD", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298159.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47199, 37.77305 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Park Presidio Blvd NW-FS", "TRAPEZESTO": "FULTPKP0", "RUCUSSTOPA": "FULTPKPR", "STOPID": 4231.0, "LATITUDE": 37.77319, "LONGITUDE": -122.47218, "ACCESSIBIL": 0.0, "ATSTREET": "PARK PRESIDIO BLVD", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298160.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47218, 37.77319 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&Masonic Ave SW-NS\/BZ", "TRAPEZESTO": "FULTMSI1", "RUCUSSTOPA": "FULTMSIC", "STOPID": 4230.0, "LATITUDE": 37.775675, "LONGITUDE": -122.446828, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "FULTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298161.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44683, 37.775675 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fulton St&La Playa St SE-FS\/BZ", "TRAPEZESTO": "FULTLAP1", "RUCUSSTOPA": "FULTLAPL", "STOPID": 4228.0, "LATITUDE": 37.77134, "LONGITUDE": -122.50939, "ACCESSIBIL": 0.0, "ATSTREET": "LA PLAYA ST", "ONSTREET": "FULTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298162.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50939, 37.77134 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cabrillo St&La Playa St NE-NS\/SI", "TRAPEZESTO": "CBROLAPT", "RUCUSSTOPA": "CBROLAPL", "STOPID": 3927.0, "LATITUDE": 37.773321, "LONGITUDE": -122.509934, "ACCESSIBIL": 0.0, "ATSTREET": "CABRILLO ST", "ONSTREET": "LA PLAYA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "SI", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298163.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50993, 37.773321 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cabrillo St&6th Ave NW-FS\/SB", "TRAPEZESTO": "CBRO 6A0", "RUCUSSTOPA": "CBRO 6AV", "STOPID": 3923.0, "LATITUDE": 37.775451, "LONGITUDE": -122.463975, "ACCESSIBIL": 0.0, "ATSTREET": "CABRILLO ST", "ONSTREET": "6TH AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298165.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46397, 37.775451 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "8th Ave&Cabrillo St SW-FS\/SB", "TRAPEZESTO": "8AVCBR0", "RUCUSSTOPA": "8AVCBRO", "STOPID": 3200.0, "LATITUDE": 37.775022, "LONGITUDE": -122.466095, "ACCESSIBIL": 0.0, "ATSTREET": "CABRILLO ST", "ONSTREET": "8TH AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298166.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46609, 37.775022 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Beale St&Mission St W-MB\/BZ", "TRAPEZESTO": "BEALMIS0", "RUCUSSTOPA": "BEALMISS", "STOPID": 3089.0, "LATITUDE": 37.79175, "LONGITUDE": -122.3967, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "BEALE ST", "POSITION": "MB", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298167.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3967, 37.79175 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "513 Parnassus Ave SW-NS\/BZ", "TRAPEZESTO": "PARN513", "RUCUSSTOPA": null, "STOPID": 7688.0, "LATITUDE": 37.76279, "LONGITUDE": -122.459961, "ACCESSIBIL": 0.0, "ATSTREET": "3RD AVE", "ONSTREET": "PARNASSUS AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298168.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45996, 37.76279 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&4th Ave SW-NS\/BZ", "TRAPEZESTO": "PARN 4TH", "RUCUSSTOPA": null, "STOPID": 7687.0, "LATITUDE": 37.762522, "LONGITUDE": -122.460947, "ACCESSIBIL": 0.0, "ATSTREET": "4TH AVE", "ONSTREET": "PARNASSUS AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298169.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46095, 37.762522 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Main St & Howard St E-NS\/SI", "TRAPEZESTO": "MAINHWRD", "RUCUSSTOPA": null, "STOPID": 7620.0, "LATITUDE": 37.790545, "LONGITUDE": -122.393303, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "MAIN ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298170.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3933, 37.790545 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "BealemSt & Howard St W-FS\/SI", "TRAPEZESTO": "BEALHWRD", "RUCUSSTOPA": null, "STOPID": 7619.0, "LATITUDE": 37.789689, "LONGITUDE": -122.394037, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "BEALE ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298171.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39404, 37.789689 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Judah St SE-NS\/PS", "TRAPEZESTO": "22AVJUD1", "RUCUSSTOPA": "22AVJUDA", "STOPID": 3426.0, "LATITUDE": 37.761457, "LONGITUDE": -122.480106, "ACCESSIBIL": 0.0, "ATSTREET": "JUDAH ST", "ONSTREET": "22ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298173.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48011, 37.761457 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Willard St NW-FS\/BZ", "TRAPEZESTO": "PARNWLR0", "RUCUSSTOPA": "PARNWLRD", "STOPID": 5897.0, "LATITUDE": 37.764352, "LONGITUDE": -122.454529, "ACCESSIBIL": 0.0, "ATSTREET": "WILLARD ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298174.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.454529, 37.764352 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Hillway Ave NW-FS\/BZ", "TRAPEZESTO": "PARNHLW0", "RUCUSSTOPA": "PARNHLWY", "STOPID": 5891.0, "LATITUDE": 37.763807, "LONGITUDE": -122.45697, "ACCESSIBIL": 0.0, "ATSTREET": "HILLWAY AVE", "ONSTREET": "PARNASSUS AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298175.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45697, 37.763807 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Page St&Octavia Blvd SE-FS\/BZ", "TRAPEZESTO": "PAGEOCTV", "RUCUSSTOPA": null, "STOPID": 7421.0, "LATITUDE": 37.773825, "LONGITUDE": -122.423871, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "PAGE ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298176.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42387, 37.773825 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&12th Ave SW-NS\/PS", "TRAPEZESTO": "QUIN12A1", "RUCUSSTOPA": "QUIN12AV", "STOPID": 6136.0, "LATITUDE": 37.74887, "LONGITUDE": -122.468563, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "QUINTARA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298177.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46856, 37.74887 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&12th Ave NE-NS\/PS", "TRAPEZESTO": "QUIN12A0", "RUCUSSTOPA": "QUIN12AV", "STOPID": 6135.0, "LATITUDE": 37.749039, "LONGITUDE": -122.468369, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "QUINTARA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298178.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46837, 37.749039 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Larkin St N-NS\/SI", "TRAPEZESTO": "MKTLAR0B", "RUCUSSTOPA": "MRKTLARK", "STOPID": 5679.0, "LATITUDE": 37.777589, "LONGITUDE": -122.416213, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298179.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41621, 37.777589 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Judah St&5th Ave SW-NS\/PS", "TRAPEZESTO": "JUDA 5A1", "RUCUSSTOPA": "JUDA 5AV", "STOPID": 5189.0, "LATITUDE": 37.762299, "LONGITUDE": -122.462001, "ACCESSIBIL": 0.0, "ATSTREET": "5TH AVE", "ONSTREET": "JUDAH ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298180.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.462, 37.762299 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Ashbury St SW-NS\/PS", "TRAPEZESTO": "FREDASH1", "RUCUSSTOPA": "FREDASHB", "STOPID": 4716.0, "LATITUDE": 37.767145, "LONGITUDE": -122.446462, "ACCESSIBIL": 0.0, "ATSTREET": "ASHBURY ST", "ONSTREET": "FREDERICK ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298181.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.446462, 37.767145 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steuart St&Mission St NE-MB\/BZ", "TRAPEZESTO": "STEUTER0", "RUCUSSTOPA": "STEUTERM", "STOPID": 6497.0, "LATITUDE": 37.793347, "LONGITUDE": -122.393232, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "STEUART ST", "POSITION": null, "ORIENTATIO": "**", "SERVICEPLA": "DS", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298182.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39323, 37.793347 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Moraga St NW-NS\/BZ", "TRAPEZESTO": "9AVMOR0", "RUCUSSTOPA": "9AVMORA", "STOPID": 3222.0, "LATITUDE": 37.756677, "LONGITUDE": -122.465884, "ACCESSIBIL": 0.0, "ATSTREET": "MORAGA ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298184.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.465884, 37.756677 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Masonic St SW-NS\/PS", "TRAPEZESTO": "FREDMSIC", "RUCUSSTOPA": "FREDMSIC", "STOPID": 7025.0, "LATITUDE": 37.76735, "LONGITUDE": -122.444823, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "FREDERICK ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298185.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44482, 37.76735 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Judah St NW-NS\/PS", "TRAPEZESTO": "23AVJUD0", "RUCUSSTOPA": "23AVJUDA", "STOPID": 3442.0, "LATITUDE": 37.761608, "LONGITUDE": -122.481378, "ACCESSIBIL": 0.0, "ATSTREET": "JUDAH ST", "ONSTREET": "23RD AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298186.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.481378, 37.761608 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&11th Ave SW-NS\/BZ", "TRAPEZESTO": "LWAY11A1", "RUCUSSTOPA": "LWAY11AV", "STOPID": 5303.0, "LATITUDE": 37.76575, "LONGITUDE": -122.46871, "ACCESSIBIL": 0.0, "ATSTREET": "11TH AVE", "ONSTREET": "LINCOLN WAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298187.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46871, 37.76575 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&1st St S-NS\/SI", "TRAPEZESTO": "MRKT 1ST", "RUCUSSTOPA": "MRKT 1ST", "STOPID": 7264.0, "LATITUDE": 37.79094, "LONGITUDE": -122.399195, "ACCESSIBIL": 0.0, "ATSTREET": "1ST ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298188.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39919, 37.79094 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&19th Ave SE-FS\/BZ", "TRAPEZESTO": "LWAY19A0", "RUCUSSTOPA": null, "STOPID": 7186.0, "LATITUDE": 37.765384, "LONGITUDE": -122.477186, "ACCESSIBIL": 0.0, "ATSTREET": "19TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": null, "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298189.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47719, 37.765384 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Masonic Ave SE-FS\/BZ", "TRAPEZESTO": "HAITMSI1", "RUCUSSTOPA": "HAITMSIC", "STOPID": 4958.0, "LATITUDE": 37.770169, "LONGITUDE": -122.445155, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298190.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44515, 37.770169 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11TH ST BETWEEN MARKET & MISSION", "TRAPEZESTO": "11STMRKT", "RUCUSSTOPA": null, "STOPID": 7408.0, "LATITUDE": 37.775118, "LONGITUDE": -122.418255, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "11TH ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298191.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41825, 37.775118 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&Sunset Blvd SW-NS\/BZ", "TRAPEZESTO": "NORISUN1", "RUCUSSTOPA": "NORISUNS", "STOPID": 5765.0, "LATITUDE": 37.753332, "LONGITUDE": -122.495422, "ACCESSIBIL": 0.0, "ATSTREET": "SUNSET BLVD", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298192.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49542, 37.753332 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&Sunset Blvd NE-NS\/BZ", "TRAPEZESTO": "NORISUN0", "RUCUSSTOPA": "NORISUNS", "STOPID": 5764.0, "LATITUDE": 37.753493, "LONGITUDE": -122.495056, "ACCESSIBIL": 0.0, "ATSTREET": "SUNSET BLVD", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298193.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49506, 37.753493 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&48th Ave NW-FS\/PS", "TRAPEZESTO": "NORI48A0", "RUCUSSTOPA": "NORI48AV", "STOPID": 5763.0, "LATITUDE": 37.752934, "LONGITUDE": -122.507854, "ACCESSIBIL": 0.0, "ATSTREET": "48TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298194.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50785, 37.752934 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&46th Ave SW-NS\/PS", "TRAPEZESTO": "NORI46A1", "RUCUSSTOPA": "NORI46AV", "STOPID": 5762.0, "LATITUDE": 37.752891, "LONGITUDE": -122.505574, "ACCESSIBIL": 0.0, "ATSTREET": "46TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298195.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50557, 37.752891 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&46th Ave NW-FS\/BZ", "TRAPEZESTO": "NORI46A0", "RUCUSSTOPA": "NORI46AV", "STOPID": 5761.0, "LATITUDE": 37.753034, "LONGITUDE": -122.505712, "ACCESSIBIL": 0.0, "ATSTREET": "46TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298196.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.505712, 37.753034 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&45th Ave SW-NS\/PS", "TRAPEZESTO": "NORI45A1", "RUCUSSTOPA": "NORI45AV", "STOPID": 5760.0, "LATITUDE": 37.752936, "LONGITUDE": -122.504451, "ACCESSIBIL": 0.0, "ATSTREET": "45TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298197.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.504451, 37.752936 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&25th Ave SW-NS\/BZ", "TRAPEZESTO": "NORI25A1", "RUCUSSTOPA": "NORI25AV", "STOPID": 5742.0, "LATITUDE": 37.753881, "LONGITUDE": -122.483014, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298198.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48301, 37.753881 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&7th Ave SE-FS\/BZ", "TRAPEZESTO": "LWAY 7A1", "RUCUSSTOPA": "LWAY 7AV", "STOPID": 5299.0, "LATITUDE": 37.765957, "LONGITUDE": -122.464007, "ACCESSIBIL": 0.0, "ATSTREET": "7TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298199.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46401, 37.765957 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Laguna St&Haight St NE-FS\/BZ", "TRAPEZESTO": "LGNAHAI1", "RUCUSSTOPA": "LGNAHAIT", "STOPID": 5259.0, "LATITUDE": 37.772933, "LONGITUDE": -122.425465, "ACCESSIBIL": 0.0, "ATSTREET": "HAIGHT ST", "ONSTREET": "LAGUNA ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298200.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42546, 37.772933 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Willard St SW-NS\/SB", "TRAPEZESTO": "PARNWLR1", "RUCUSSTOPA": "PARNWLRD", "STOPID": 5898.0, "LATITUDE": 37.764236, "LONGITUDE": -122.4543, "ACCESSIBIL": 0.0, "ATSTREET": "WILLARD ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298201.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4543, 37.764236 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Laguna St&Haight St SW-FS\/PS", "TRAPEZESTO": "LGNAHAIL", "RUCUSSTOPA": null, "STOPID": 7455.0, "LATITUDE": 37.77263, "LONGITUDE": -122.425396, "ACCESSIBIL": 0.0, "ATSTREET": "WALLER ST", "ONSTREET": "LAGUNA ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298202.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4254, 37.77263 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Masonic Ave&Haight St SW-FS\/BZ", "TRAPEZESTO": "MSICHAI1", "RUCUSSTOPA": "MSICHAIT", "STOPID": 5711.0, "LATITUDE": 37.770089, "LONGITUDE": -122.445407, "ACCESSIBIL": 0.0, "ATSTREET": "HAIGHT ST", "ONSTREET": "MASONIC AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298203.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44541, 37.770089 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Masonic Ave&Frederick St NW-NS\/PS", "TRAPEZESTO": "MSICFRE0", "RUCUSSTOPA": "MSICFRED", "STOPID": 5704.0, "LATITUDE": 37.767511, "LONGITUDE": -122.444846, "ACCESSIBIL": 0.0, "ATSTREET": "FREDERICK ST", "ONSTREET": "MASONIC AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298204.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44485, 37.767511 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steuart St&Market St E-NS\/BZ", "TRAPEZESTO": "STEUMRK0", "RUCUSSTOPA": "STEUMRKT", "STOPID": 6501.0, "LATITUDE": 37.794427, "LONGITUDE": -122.39455, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "STEUART ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298205.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39455, 37.794427 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stanyan St&Waller St NW-NS\/BZ", "TRAPEZESTO": "STANWAL0", "RUCUSSTOPA": "STANWALL", "STOPID": 6483.0, "LATITUDE": 37.768331, "LONGITUDE": -122.453464, "ACCESSIBIL": 0.0, "ATSTREET": "WALLER ST", "ONSTREET": "STANYAN ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298206.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.453464, 37.768331 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Stanyan St SW-NS\/BZ", "TRAPEZESTO": "PARNSTA1", "RUCUSSTOPA": "PARNSTAN", "STOPID": 5896.0, "LATITUDE": 37.764432, "LONGITUDE": -122.45265, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298208.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45265, 37.764432 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Stanyan St NW-FS\/BZ", "TRAPEZESTO": "PARNSTA0", "RUCUSSTOPA": "PARNSTAN", "STOPID": 5895.0, "LATITUDE": 37.764548, "LONGITUDE": -122.452879, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298209.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45288, 37.764548 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Hillway Ave SW-NS\/BZ", "TRAPEZESTO": "PARNHLW1", "RUCUSSTOPA": "PARNHLWY", "STOPID": 5892.0, "LATITUDE": 37.763718, "LONGITUDE": -122.456741, "ACCESSIBIL": 0.0, "ATSTREET": "HILLWAY AVE", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298210.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45674, 37.763718 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Cole St SW-NS\/BZ", "TRAPEZESTO": "PARNCOL1", "RUCUSSTOPA": "PARNCOLE", "STOPID": 5890.0, "LATITUDE": 37.764789, "LONGITUDE": -122.449854, "ACCESSIBIL": 0.0, "ATSTREET": "COLE ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298211.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44985, 37.764789 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Cole St NW-FS\/BZ", "TRAPEZESTO": "PARNCOL0", "RUCUSSTOPA": "PARNCOLE", "STOPID": 5889.0, "LATITUDE": 37.764905, "LONGITUDE": -122.450083, "ACCESSIBIL": 0.0, "ATSTREET": "COLE ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298212.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.450083, 37.764905 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Central Ave NE-NS\/BZ", "TRAPEZESTO": "HAITCEN0", "RUCUSSTOPA": "HAITCENT", "STOPID": 4945.0, "LATITUDE": 37.770508, "LONGITUDE": -122.44355, "ACCESSIBIL": 0.0, "ATSTREET": "CENTRAL AVE", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298213.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44355, 37.770508 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clayton St&Frederick St SE-NS\/PS", "TRAPEZESTO": "CLTNFRE1", "RUCUSSTOPA": "CLTNFRED", "STOPID": 4078.0, "LATITUDE": 37.76694, "LONGITUDE": -122.447917, "ACCESSIBIL": 0.0, "ATSTREET": "FREDERICK ST", "ONSTREET": "CLAYTON ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298214.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44792, 37.76694 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&Funston Ave SW-NS\/PS", "TRAPEZESTO": "QUINFUN1", "RUCUSSTOPA": "QUINFUNS", "STOPID": 6171.0, "LATITUDE": 37.748834, "LONGITUDE": -122.46964, "ACCESSIBIL": 0.0, "ATSTREET": "FUNSTON AVE", "ONSTREET": "QUINTARA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298215.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46964, 37.748834 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&Funston Ave NE-NS\/PS", "TRAPEZESTO": "QUINFUN0", "RUCUSSTOPA": "QUINFUNS", "STOPID": 6170.0, "LATITUDE": 37.748985, "LONGITUDE": -122.469423, "ACCESSIBIL": 0.0, "ATSTREET": "FUNSTON AVE", "ONSTREET": "QUINTARA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298216.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46942, 37.748985 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&Cragmont Ave SE-FS\/PS", "TRAPEZESTO": "QUINCRA1", "RUCUSSTOPA": "QUINCRAG", "STOPID": 6169.0, "LATITUDE": 37.748977, "LONGITUDE": -122.467051, "ACCESSIBIL": 0.0, "ATSTREET": "CRAGMONT AVE", "ONSTREET": "QUINTARA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298217.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46705, 37.748977 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Quintara St&Cragmont Ave NW-FS\/PS", "TRAPEZESTO": "QUINCRA0", "RUCUSSTOPA": "QUINCRAG", "STOPID": 6168.0, "LATITUDE": 37.749093, "LONGITUDE": -122.467681, "ACCESSIBIL": 0.0, "ATSTREET": "CRAGMONT AVE", "ONSTREET": "QUINTARA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298218.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.467681, 37.749093 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Stockton St N-NS\/SI", "TRAPEZESTO": "MRKTSTO0", "RUCUSSTOPA": "MRKTSTOK", "STOPID": 5694.0, "LATITUDE": 37.785857, "LONGITUDE": -122.405744, "ACCESSIBIL": 4.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298219.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.405744, 37.785857 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Beale St E-FS\/BZ", "TRAPEZESTO": "MRKTBEA1", "RUCUSSTOPA": "MRKTBEAL", "STOPID": 5658.0, "LATITUDE": 37.792572, "LONGITUDE": -122.397016, "ACCESSIBIL": 0.0, "ATSTREET": "BEALE ST", "ONSTREET": "MARKET ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298220.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39702, 37.792572 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&5th St North N-NS\/SI", "TRAPEZESTO": "MRKT5ST0", "RUCUSSTOPA": "MRKT5STN", "STOPID": 5655.0, "LATITUDE": 37.784082, "LONGITUDE": -122.407992, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST NORTH", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298221.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40799, 37.784082 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&9th St S-NS\/SI", "TRAPEZESTO": "MRKT.9S1", "RUCUSSTOPA": "MRKT.9ST", "STOPID": 5652.0, "LATITUDE": 37.77741, "LONGITUDE": -122.41634, "ACCESSIBIL": 0.0, "ATSTREET": "9TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298222.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41634, 37.77741 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&8th St S-NS\/SI", "TRAPEZESTO": "MRKT 8S1", "RUCUSSTOPA": "MRKT 8ST", "STOPID": 5651.0, "LATITUDE": 37.778606, "LONGITUDE": -122.414826, "ACCESSIBIL": 0.0, "ATSTREET": "8TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298223.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41483, 37.778606 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&7th St S-NS\/SI", "TRAPEZESTO": "MRKT 7S1", "RUCUSSTOPA": "MRKT 7ST", "STOPID": 5650.0, "LATITUDE": 37.780363, "LONGITUDE": -122.412613, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298224.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41261, 37.780363 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Laguna St NW-FS\/BZ", "TRAPEZESTO": "HAITLGN0", "RUCUSSTOPA": "HAITLGNA", "STOPID": 4955.0, "LATITUDE": 37.772764, "LONGITUDE": -122.425843, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298225.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42584, 37.772764 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&42nd Ave NE-NS\/BZ", "TRAPEZESTO": "NORI42A0", "RUCUSSTOPA": "NORI42AV", "STOPID": 5757.0, "LATITUDE": 37.753241, "LONGITUDE": -122.501002, "ACCESSIBIL": 0.0, "ATSTREET": "42ND AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298226.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.501, 37.753241 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&5th St S-NS\/SI", "TRAPEZESTO": "MRKT.5S1", "RUCUSSTOPA": "MRKT.5ST", "STOPID": 5645.0, "LATITUDE": 37.783886, "LONGITUDE": -122.408141, "ACCESSIBIL": 31.0, "ATSTREET": "5TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298227.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40814, 37.783886 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&44th Ave NW-FS\/BZ", "TRAPEZESTO": "NORI44A0", "RUCUSSTOPA": "NORI44AV", "STOPID": 5759.0, "LATITUDE": 37.753124, "LONGITUDE": -122.503569, "ACCESSIBIL": 0.0, "ATSTREET": "44TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298228.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.503569, 37.753124 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&43rd Ave SW-NS\/BZ", "TRAPEZESTO": "NORI43A1", "RUCUSSTOPA": "NORI43AV", "STOPID": 5758.0, "LATITUDE": 37.753026, "LONGITUDE": -122.502309, "ACCESSIBIL": 0.0, "ATSTREET": "43RD AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298229.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50231, 37.753026 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "500 Parnassus Ave NW-FS\/BZ", "TRAPEZESTO": "PARN 500", "RUCUSSTOPA": "PARN 500", "STOPID": 5887.0, "LATITUDE": 37.763308, "LONGITUDE": -122.458746, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "PARNASSUS AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298230.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45875, 37.763308 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Lincoln Way SW-FS\/SB", "TRAPEZESTO": "23AVLWA0", "RUCUSSTOPA": "23AVLWAY", "STOPID": 3445.0, "LATITUDE": 37.765026, "LONGITUDE": -122.481609, "ACCESSIBIL": 0.0, "ATSTREET": "LINCOLN WY", "ONSTREET": "23RD AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298231.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.481609, 37.765026 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Ashbury St NW-FS\/BZ", "TRAPEZESTO": "FREDASH0", "RUCUSSTOPA": "FREDASHB", "STOPID": 4715.0, "LATITUDE": 37.767261, "LONGITUDE": -122.446691, "ACCESSIBIL": 0.0, "ATSTREET": "ASHBURY ST", "ONSTREET": "FREDERICK ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298232.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44669, 37.767261 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Battery St N-NS\/SI", "TRAPEZESTO": "MRKTBAT0", "RUCUSSTOPA": "MRKTBATT", "STOPID": 5657.0, "LATITUDE": 37.79111, "LONGITUDE": -122.399069, "ACCESSIBIL": 0.0, "ATSTREET": "BATTERY ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298233.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.399069, 37.79111 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St bet 7th & 8th St SE-MB\/BZ", "TRAPEZESTO": "MRKT 8\/7", "RUCUSSTOPA": "MRKT 8\/7", "STOPID": 5649.0, "LATITUDE": 37.77981, "LONGITUDE": -122.413186, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "MARKET ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298234.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41319, 37.77981 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&4th Ave NE-NS\/BZ", "TRAPEZESTO": "PARN 4A0", "RUCUSSTOPA": "PARN 4AV", "STOPID": 5885.0, "LATITUDE": 37.762727, "LONGITUDE": -122.46074, "ACCESSIBIL": 0.0, "ATSTREET": "4TH AVE", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298235.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46074, 37.762727 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&17th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY17A0", "RUCUSSTOPA": "LWAY17AV", "STOPID": 5306.0, "LATITUDE": 37.765616, "LONGITUDE": -122.475421, "ACCESSIBIL": 0.0, "ATSTREET": "17TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298236.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47542, 37.765616 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&25th Ave NE-NS\/BZ", "TRAPEZESTO": "NORI25A0", "RUCUSSTOPA": "NORI24AV", "STOPID": 5741.0, "LATITUDE": 37.754042, "LONGITUDE": -122.482773, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298237.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48277, 37.754042 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&41st Ave SW-NS\/BZ", "TRAPEZESTO": "NORI41A1", "RUCUSSTOPA": "NORI41AV", "STOPID": 5756.0, "LATITUDE": 37.753125, "LONGITUDE": -122.500166, "ACCESSIBIL": 0.0, "ATSTREET": "41ST AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298238.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50017, 37.753125 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Moraga St NW-NS\/PS", "TRAPEZESTO": "23AVMOR0", "RUCUSSTOPA": "23AVMORA", "STOPID": 3446.0, "LATITUDE": 37.756014, "LONGITUDE": -122.480986, "ACCESSIBIL": 0.0, "ATSTREET": "MORAGA ST", "ONSTREET": "23RD AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298239.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48099, 37.756014 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Moraga St SE-NS\/SB", "TRAPEZESTO": "22AVMOR1", "RUCUSSTOPA": "22AVMORA", "STOPID": 3430.0, "LATITUDE": 37.755898, "LONGITUDE": -122.479714, "ACCESSIBIL": 0.0, "ATSTREET": "MORAGA ST", "ONSTREET": "22ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298240.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47971, 37.755898 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Lawton St SE-NS\/BZ", "TRAPEZESTO": "9AVLAW1", "RUCUSSTOPA": "9AVLAWT", "STOPID": 3219.0, "LATITUDE": 37.758364, "LONGITUDE": -122.465827, "ACCESSIBIL": 0.0, "ATSTREET": "LAWTON ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298241.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.465827, 37.758364 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Shrader St&Haight St SE-NS\/PS", "TRAPEZESTO": "SHRAHAI1", "RUCUSSTOPA": "SHRAHAIT", "STOPID": 6381.0, "LATITUDE": 37.769313, "LONGITUDE": -122.451756, "ACCESSIBIL": 0.0, "ATSTREET": "HAIGHT ST", "ONSTREET": "SHRADER ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298242.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45176, 37.769313 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&South Van Ness Av S-N\/SI", "TRAPEZESTO": "MRKTSOV1", "RUCUSSTOPA": "MRKTSOVN", "STOPID": 5692.0, "LATITUDE": 37.775056, "LONGITUDE": -122.419321, "ACCESSIBIL": 0.0, "ATSTREET": "SOUTH VAN NESS AVE", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298243.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41932, 37.775056 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&7th St North N-NS\/SI", "TRAPEZESTO": "MRKT7ST0", "RUCUSSTOPA": "MRKT7STN", "STOPID": 5656.0, "LATITUDE": 37.780568, "LONGITUDE": -122.412441, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST NORTH", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298244.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41244, 37.780568 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&31st Ave NE-NS\/BZ", "TRAPEZESTO": "NORI31A0", "RUCUSSTOPA": "NORI30AV", "STOPID": 5747.0, "LATITUDE": 37.753754, "LONGITUDE": -122.489201, "ACCESSIBIL": 0.0, "ATSTREET": "31ST AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298245.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.489201, 37.753754 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&Funston Ave NW-FS\/BZ", "TRAPEZESTO": "LWAYFUN0", "RUCUSSTOPA": "LWAYFUNS", "STOPID": 5326.0, "LATITUDE": 37.765813, "LONGITUDE": -122.471032, "ACCESSIBIL": 0.0, "ATSTREET": "FUNSTON AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298246.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.471032, 37.765813 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fremont St&Market St E-NS\/SI", "TRAPEZESTO": "FRMTMRK0", "RUCUSSTOPA": "FRMTMRKT", "STOPID": 4725.0, "LATITUDE": 37.791645, "LONGITUDE": -122.398151, "ACCESSIBIL": 0.0, "ATSTREET": "FRONT ST", "ONSTREET": "FREMONT ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298247.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39815, 37.791645 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Spear St&Market St S-FS\/BB", "TRAPEZESTO": "SPERMRK1", "RUCUSSTOPA": "SPERMRKT", "STOPID": 6475.0, "LATITUDE": 37.793589, "LONGITUDE": -122.395548, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "SPEAR ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298248.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39555, 37.793589 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&34th Ave SW-NS\/BZ", "TRAPEZESTO": "NORI34A1", "RUCUSSTOPA": "NORI35AV", "STOPID": 5752.0, "LATITUDE": 37.753458, "LONGITUDE": -122.49265, "ACCESSIBIL": 0.0, "ATSTREET": "34TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298250.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49265, 37.753458 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stanyan St&Frederick St NE-FS\/BZ", "TRAPEZESTO": "STANFRE1", "RUCUSSTOPA": "STANFRED", "STOPID": 6478.0, "LATITUDE": 37.766449, "LONGITUDE": -122.452914, "ACCESSIBIL": 0.0, "ATSTREET": "FREDERICK ST", "ONSTREET": "STANYAN ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298251.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45291, 37.766449 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&3rd St S-NS\/SI", "TRAPEZESTO": "MRKT.3S0", "RUCUSSTOPA": "MRKT.3ST", "STOPID": 5640.0, "LATITUDE": 37.787525, "LONGITUDE": -122.403519, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298254.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.403519, 37.787525 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Main St N-NS\/BZ", "TRAPEZESTO": "MISSMAI0", "RUCUSSTOPA": "MISSMAIN", "STOPID": 5603.0, "LATITUDE": 37.791965, "LONGITUDE": -122.39493, "ACCESSIBIL": 0.0, "ATSTREET": "MAIN ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298255.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39493, 37.791965 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&6th St S-NS\/SI", "TRAPEZESTO": "MRKT.6S1", "RUCUSSTOPA": "MRKT.6ST", "STOPID": 5647.0, "LATITUDE": 37.782102, "LONGITUDE": -122.4104, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298257.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4104, 37.782102 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&4th St S-NS\/SI", "TRAPEZESTO": "MRKT 4S1", "RUCUSSTOPA": "MRKT 4ST", "STOPID": 5643.0, "LATITUDE": 37.785652, "LONGITUDE": -122.405893, "ACCESSIBIL": 4.0, "ATSTREET": "4TH ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298260.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.405893, 37.785652 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Shrader St SW-NS\/PS", "TRAPEZESTO": "PARNSHR1", "RUCUSSTOPA": "PARNSHRA", "STOPID": 5894.0, "LATITUDE": 37.764602, "LONGITUDE": -122.451298, "ACCESSIBIL": 0.0, "ATSTREET": "SHRADER ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298261.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4513, 37.764602 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Parnassus Ave&Shrader St NE-NS\/PS", "TRAPEZESTO": "PARNSHR0", "RUCUSSTOPA": "PARNSHRA", "STOPID": 5893.0, "LATITUDE": 37.764771, "LONGITUDE": -122.451103, "ACCESSIBIL": 0.0, "ATSTREET": "SHRADER ST", "ONSTREET": "PARNASSUS AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298262.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4511, 37.764771 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Ortega St&48th Ave SW-NS\/BZ", "TRAPEZESTO": "ORTG48A1", "RUCUSSTOPA": "ORTG48AV", "STOPID": 5828.0, "LATITUDE": 37.750927, "LONGITUDE": -122.507509, "ACCESSIBIL": 0.0, "ATSTREET": "48TH AVE", "ONSTREET": "ORTEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298263.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.507509, 37.750927 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Ortega St&10th Ave NE-NS\/BZ", "TRAPEZESTO": "ORTG10A0", "RUCUSSTOPA": "ORTG10AV", "STOPID": 5827.0, "LATITUDE": 37.752885, "LONGITUDE": -122.466479, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "ORTEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298265.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.466479, 37.752885 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Ortega St&9th Ave SW-NS\/PS", "TRAPEZESTO": "ORTG 9A1", "RUCUSSTOPA": "ORTG 9AV", "STOPID": 5826.0, "LATITUDE": 37.752778, "LONGITUDE": -122.465631, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "ORTEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298266.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46563, 37.752778 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&40th Ave NE-NS\/BZ", "TRAPEZESTO": "NORI40A0", "RUCUSSTOPA": "NORI40AV", "STOPID": 5755.0, "LATITUDE": 37.753331, "LONGITUDE": -122.498848, "ACCESSIBIL": 0.0, "ATSTREET": "40TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298267.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49885, 37.753331 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&39th Ave SW-NS\/BZ", "TRAPEZESTO": "NORI39A1", "RUCUSSTOPA": "NORI39AV", "STOPID": 5754.0, "LATITUDE": 37.753215, "LONGITUDE": -122.498012, "ACCESSIBIL": 0.0, "ATSTREET": "39TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298268.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.498012, 37.753215 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&38th Ave NE-NS\/SB", "TRAPEZESTO": "NORI38A0", "RUCUSSTOPA": "NORI38AV", "STOPID": 5753.0, "LATITUDE": 37.75343, "LONGITUDE": -122.496717, "ACCESSIBIL": 0.0, "ATSTREET": "38TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298269.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.496717, 37.75343 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&34th Ave NE-NS\/BZ", "TRAPEZESTO": "NORI34A0", "RUCUSSTOPA": "NORI34AV", "STOPID": 5751.0, "LATITUDE": 37.753619, "LONGITUDE": -122.492432, "ACCESSIBIL": 0.0, "ATSTREET": "34TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298270.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49243, 37.753619 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&New Montgomery St NS\/SI", "TRAPEZESTO": "MRKTNMG1", "RUCUSSTOPA": "MRKTNMGY", "STOPID": 5685.0, "LATITUDE": 37.788613, "LONGITUDE": -122.402163, "ACCESSIBIL": 4.0, "ATSTREET": "NEW MONTGOMERY ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298271.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40216, 37.788613 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Kearny St N-NS\/SI", "TRAPEZESTO": "MRKTKRN0", "RUCUSSTOPA": "MRKTKRNY", "STOPID": 5678.0, "LATITUDE": 37.78773, "LONGITUDE": -122.40337, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298272.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40337, 37.78773 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Hyde St N-NS\/SI", "TRAPEZESTO": "MRKTHYD1", "RUCUSSTOPA": "MRKTHYDE", "STOPID": 5676.0, "LATITUDE": 37.779105, "LONGITUDE": -122.414379, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298273.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.414379, 37.779105 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Drumm St N-NS\/BZ", "TRAPEZESTO": "MRKTDRU0", "RUCUSSTOPA": "MRKTDRUM", "STOPID": 5669.0, "LATITUDE": 37.793473, "LONGITUDE": -122.396178, "ACCESSIBIL": 0.0, "ATSTREET": "DRUMM ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298274.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39618, 37.793473 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Van Ness Ave N-NS\/SI", "TRAPEZESTO": "MRKTV.N0", "RUCUSSTOPA": "MRKTV.N.", "STOPID": 5696.0, "LATITUDE": 37.775243, "LONGITUDE": -122.419183, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298275.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41918, 37.775243 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Taylor St N-NS\/SI", "TRAPEZESTO": "MRKTTAY0", "RUCUSSTOPA": "MRKTTAYL", "STOPID": 5695.0, "LATITUDE": 37.782316, "LONGITUDE": -122.410228, "ACCESSIBIL": 4.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298276.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41023, 37.782316 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&2nd St N-NS\/SI", "TRAPEZESTO": "MRKT.2S0", "RUCUSSTOPA": "MRKT.2ST", "STOPID": 5639.0, "LATITUDE": 37.789353, "LONGITUDE": -122.401306, "ACCESSIBIL": 0.0, "ATSTREET": "2ND ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298277.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40131, 37.789353 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Page St&Franklin St SW-NS\/BZ", "TRAPEZESTO": "PAGEFRK1", "RUCUSSTOPA": "PAGEFRKL", "STOPID": 5860.0, "LATITUDE": 37.77419, "LONGITUDE": -122.42096, "ACCESSIBIL": 0.0, "ATSTREET": "FRANKLIN ST", "ONSTREET": "PAGE ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298279.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42096, 37.77419 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&21st Ave SW-NS\/BZ", "TRAPEZESTO": "LWAY21A1", "RUCUSSTOPA": "LWAY21AV", "STOPID": 5311.0, "LATITUDE": 37.765285, "LONGITUDE": -122.479489, "ACCESSIBIL": 0.0, "ATSTREET": "21ST AVE", "ONSTREET": "LINCOLN WY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298280.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47949, 37.765285 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&21st Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY21A0", "RUCUSSTOPA": "LWAY21AV", "STOPID": 5310.0, "LATITUDE": 37.765428, "LONGITUDE": -122.479696, "ACCESSIBIL": 0.0, "ATSTREET": "21ST AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298281.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.479696, 37.765428 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&19th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY19AV", "RUCUSSTOPA": "LWAY19AV", "STOPID": 5309.0, "LATITUDE": 37.765526, "LONGITUDE": -122.47761, "ACCESSIBIL": 0.0, "ATSTREET": "19TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298282.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47761, 37.765526 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Beale St W-FS\/BZ", "TRAPEZESTO": "MISSBEA0", "RUCUSSTOPA": "MISSBEAL", "STOPID": 5579.0, "LATITUDE": 37.791144, "LONGITUDE": -122.395916, "ACCESSIBIL": 0.0, "ATSTREET": "BEALE ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298283.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39592, 37.791144 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&Arguello Blvd SW-NS\/BZ", "TRAPEZESTO": "LWAYARG1", "RUCUSSTOPA": "LWAYARGL", "STOPID": 5325.0, "LATITUDE": 37.765984, "LONGITUDE": -122.457956, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "LINCOLN WY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298284.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45796, 37.765984 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&15th Ave SW-NS\/BZ", "TRAPEZESTO": "LWAY15A1", "RUCUSSTOPA": "LWAY15AV", "STOPID": 5305.0, "LATITUDE": 37.76556, "LONGITUDE": -122.47305, "ACCESSIBIL": 0.0, "ATSTREET": "15TH AVE", "ONSTREET": "LINCOLN WAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298285.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47305, 37.76556 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&15th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY15A0", "RUCUSSTOPA": "LWAY15AV", "STOPID": 5304.0, "LATITUDE": 37.765715, "LONGITUDE": -122.473221, "ACCESSIBIL": 0.0, "ATSTREET": "15TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298286.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47322, 37.765715 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&11th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY11A0", "RUCUSSTOPA": "LWAY11AV", "STOPID": 5302.0, "LATITUDE": 37.765903, "LONGITUDE": -122.468889, "ACCESSIBIL": 0.0, "ATSTREET": "11TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298287.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.468889, 37.765903 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&28th Ave NE-NS\/BZ", "TRAPEZESTO": "NORI28A0", "RUCUSSTOPA": "NORI28AV", "STOPID": 5745.0, "LATITUDE": 37.753898, "LONGITUDE": -122.485993, "ACCESSIBIL": 0.0, "ATSTREET": "28TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298288.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48599, 37.753898 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&27th Ave SW-NS\/BZ", "TRAPEZESTO": "NORI27A1", "RUCUSSTOPA": "NORI27AV", "STOPID": 5744.0, "LATITUDE": 37.753782, "LONGITUDE": -122.485168, "ACCESSIBIL": 0.0, "ATSTREET": "27TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298289.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48517, 37.753782 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&Funston Ave SW-NS\/BZ", "TRAPEZESTO": "LWAYFUN1", "RUCUSSTOPA": "LWAYFUNS", "STOPID": 5327.0, "LATITUDE": 37.76565, "LONGITUDE": -122.47086, "ACCESSIBIL": 0.0, "ATSTREET": "FUNSTON AVE", "ONSTREET": "LINCOLN WAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298290.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47086, 37.76565 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&31st Ave SW-NS\/BZ", "TRAPEZESTO": "NORI31A1", "RUCUSSTOPA": "NORI31AV", "STOPID": 5748.0, "LATITUDE": 37.753593, "LONGITUDE": -122.489453, "ACCESSIBIL": 0.0, "ATSTREET": "31ST AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298291.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48945, 37.753593 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Noriega St&29th Ave SW-NS\/BZ", "TRAPEZESTO": "NORI29A1", "RUCUSSTOPA": "NORI29AV", "STOPID": 5746.0, "LATITUDE": 37.753692, "LONGITUDE": -122.48731, "ACCESSIBIL": 0.0, "ATSTREET": "29TH AVE", "ONSTREET": "NORIEGA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298292.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48731, 37.753692 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&9th Ave SE-FS\/BZ", "TRAPEZESTO": "LWAY 9A1", "RUCUSSTOPA": "LWAY 9AV", "STOPID": 5301.0, "LATITUDE": 37.765859, "LONGITUDE": -122.46623, "ACCESSIBIL": 0.0, "ATSTREET": "9TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298293.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46623, 37.765859 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&9th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY 9A0", "RUCUSSTOPA": "LWAY 9AV", "STOPID": 5300.0, "LATITUDE": 37.766001, "LONGITUDE": -122.466746, "ACCESSIBIL": 0.0, "ATSTREET": "9TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298294.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46675, 37.766001 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&7th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY 7A0", "RUCUSSTOPA": "LWAY 7AV", "STOPID": 5298.0, "LATITUDE": 37.766091, "LONGITUDE": -122.464603, "ACCESSIBIL": 0.0, "ATSTREET": "7TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298295.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4646, 37.766091 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&5th Ave SE-FS\/BZ", "TRAPEZESTO": "LWAY 5A1", "RUCUSSTOPA": "LWAY 5AV", "STOPID": 5297.0, "LATITUDE": 37.766047, "LONGITUDE": -122.461887, "ACCESSIBIL": 0.0, "ATSTREET": "5TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298296.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.461887, 37.766047 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&5th Ave NW-FS\/BZ", "TRAPEZESTO": "LWAY 5A0", "RUCUSSTOPA": "LWAY 5AV", "STOPID": 5296.0, "LATITUDE": 37.76618, "LONGITUDE": -122.46246, "ACCESSIBIL": 0.0, "ATSTREET": "5TH AVE", "ONSTREET": "LINCOLN WY", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298297.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46246, 37.76618 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&3rd Ave SW-NS\/BZ", "TRAPEZESTO": "LWAY 3A1", "RUCUSSTOPA": "LWAY 3AV", "STOPID": 5295.0, "LATITUDE": 37.76612, "LONGITUDE": -122.46014, "ACCESSIBIL": 0.0, "ATSTREET": "03RD AVE", "ONSTREET": "LINCOLN WAY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298298.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46014, 37.76612 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Gough St NW-FS\/BZ", "TRAPEZESTO": "HAITGOU0", "RUCUSSTOPA": "HAITGOUG", "STOPID": 4954.0, "LATITUDE": 37.773183, "LONGITUDE": -122.422553, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298299.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.422553, 37.773183 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Fillmore St SE-FS\/BZ", "TRAPEZESTO": "HAITFIL1", "RUCUSSTOPA": "HAITFILL", "STOPID": 4953.0, "LATITUDE": 37.772069, "LONGITUDE": -122.430198, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298300.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4302, 37.772069 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Fillmore St NW-FS\/BZ", "TRAPEZESTO": "HAITFIL0", "RUCUSSTOPA": "HAITFILL", "STOPID": 4952.0, "LATITUDE": 37.77214, "LONGITUDE": -122.43076, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298301.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43076, 37.77214 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Divisadero St SE-FS\/BZ", "TRAPEZESTO": "HAITDIV1", "RUCUSSTOPA": "HAITDIVI", "STOPID": 4951.0, "LATITUDE": 37.771231, "LONGITUDE": -122.436743, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298302.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43674, 37.771231 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Divisadero St NW-FS\/BZ", "TRAPEZESTO": "HAITDIV0", "RUCUSSTOPA": "HAITDIVI", "STOPID": 4950.0, "LATITUDE": 37.771293, "LONGITUDE": -122.437373, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298303.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.437373, 37.771293 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Cole St SW-NS\/BZ", "TRAPEZESTO": "HAITCOL1", "RUCUSSTOPA": "HAITCOLE", "STOPID": 4949.0, "LATITUDE": 37.769438, "LONGITUDE": -122.450794, "ACCESSIBIL": 0.0, "ATSTREET": "COLE ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298304.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45079, 37.769438 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Cole St NW-FS\/BZ", "TRAPEZESTO": "HAITCOL0", "RUCUSSTOPA": "HAITCOLE", "STOPID": 4948.0, "LATITUDE": 37.769598, "LONGITUDE": -122.450782, "ACCESSIBIL": 0.0, "ATSTREET": "COLE ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298305.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45078, 37.769598 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Clayton St SW-NS\/BZ", "TRAPEZESTO": "HAITCLT1", "RUCUSSTOPA": "HAITCLTN", "STOPID": 4947.0, "LATITUDE": 37.769714, "LONGITUDE": -122.448662, "ACCESSIBIL": 0.0, "ATSTREET": "CLAYTON ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298306.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44866, 37.769714 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Clayton St NE-NS\/BZ", "TRAPEZESTO": "HAITCLT0", "RUCUSSTOPA": "HAITCLTN", "STOPID": 4946.0, "LATITUDE": 37.769893, "LONGITUDE": -122.448467, "ACCESSIBIL": 0.0, "ATSTREET": "CLAYTON ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298307.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.448467, 37.769893 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Buena Vista West Ave S", "TRAPEZESTO": "HAITBV W", "RUCUSSTOPA": "HAITBV W", "STOPID": 4944.0, "LATITUDE": 37.770437, "LONGITUDE": -122.442954, "ACCESSIBIL": 0.0, "ATSTREET": "BUENA VISTA WEST AVE", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298308.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44295, 37.770437 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Buena Vista East Ave S", "TRAPEZESTO": "HAITBV B", "RUCUSSTOPA": "HAITBV E", "STOPID": 4943.0, "LATITUDE": 37.770749, "LONGITUDE": -122.440548, "ACCESSIBIL": 0.0, "ATSTREET": "BUENA VISTA EAST AVE", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298309.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44055, 37.770749 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Buchanan St SW-NS\/BZ", "TRAPEZESTO": "HAITBUC1", "RUCUSSTOPA": "HAITBUCH", "STOPID": 4942.0, "LATITUDE": 37.772434, "LONGITUDE": -122.427321, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298310.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42732, 37.772434 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Buchanan St NE-NS\/BZ", "TRAPEZESTO": "HAITBUC0", "RUCUSSTOPA": "HAITBUCH", "STOPID": 4941.0, "LATITUDE": 37.772612, "LONGITUDE": -122.427058, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298311.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42706, 37.772612 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Baker St NE-NS\/BZ", "TRAPEZESTO": "HAITBAK0", "RUCUSSTOPA": "HAITBAKR", "STOPID": 4940.0, "LATITUDE": 37.770928, "LONGITUDE": -122.440261, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298312.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44026, 37.770928 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Stanyan St SE-FS\/BZ", "TRAPEZESTO": "HAITSTA3", "RUCUSSTOPA": "HAITSTAN", "STOPID": 4963.0, "LATITUDE": 37.76917, "LONGITUDE": -122.453075, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298313.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45307, 37.76917 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Stanyan St N-MB\/BZ", "TRAPEZESTO": "HAITSTA1", "RUCUSSTOPA": "HAITSTAN", "STOPID": 4962.0, "LATITUDE": 37.769331, "LONGITUDE": -122.452845, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "HAIGHT ST", "POSITION": "MB", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298314.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45284, 37.769331 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Pierce St SW-NS\/BZ", "TRAPEZESTO": "HAITPIE1", "RUCUSSTOPA": "HAITPIER", "STOPID": 4961.0, "LATITUDE": 37.771605, "LONGITUDE": -122.433854, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298316.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.433854, 37.771605 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Pierce St NE-NS\/BZ", "TRAPEZESTO": "HAITPIE0", "RUCUSSTOPA": "HAITPIER", "STOPID": 4960.0, "LATITUDE": 37.771775, "LONGITUDE": -122.433637, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298317.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43364, 37.771775 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Octavia St NW-FS\/BZ", "TRAPEZESTO": "HAITOCT0", "RUCUSSTOPA": "HAITOCTA", "STOPID": 4959.0, "LATITUDE": 37.772969, "LONGITUDE": -122.424192, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "HAIGHT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298318.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42419, 37.772969 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Spruce St SW-NS\/BZ", "TRAPEZESTO": "CALISPR1", "RUCUSSTOPA": "CALISPRC", "STOPID": 3897.0, "LATITUDE": 37.786334, "LONGITUDE": -122.453517, "ACCESSIBIL": 0.0, "ATSTREET": "SPRUCE ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297837.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45352, 37.786334 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&25th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI25A1", "RUCUSSTOPA": "CALI25AV", "STOPID": 3840.0, "LATITUDE": 37.783808, "LONGITUDE": -122.485286, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297838.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48529, 37.783808 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Grant Ave NW-FS\/BZ", "TRAPEZESTO": "SACOGRN0", "RUCUSSTOPA": "SACOGRNT", "STOPID": 6299.0, "LATITUDE": 37.793411, "LONGITUDE": -122.406306, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297839.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40631, 37.793411 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Arguello Blvd NW-FS", "TRAPEZESTO": "CALIARG0", "RUCUSSTOPA": "CALIARGL", "STOPID": 3845.0, "LATITUDE": 37.785703, "LONGITUDE": -122.459288, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297840.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45929, 37.785703 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Gough St NW-FS\/BZ", "TRAPEZESTO": "SACOGOU0", "RUCUSSTOPA": "SACOGOUG", "STOPID": 6298.0, "LATITUDE": 37.790887, "LONGITUDE": -122.426132, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297841.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42613, 37.790887 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Powell St SW-NS\/BZ", "TRAPEZESTO": "CLAYPOW1", "RUCUSSTOPA": "CLAYPOWL", "STOPID": 4027.0, "LATITUDE": 37.79379, "LONGITUDE": -122.409774, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297842.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.409774, 37.79379 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Kearny St SE-FS\/BZ", "TRAPEZESTO": "CLAYKRN1", "RUCUSSTOPA": "CLAYKRNY", "STOPID": 4021.0, "LATITUDE": 37.794477, "LONGITUDE": -122.404411, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297843.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40441, 37.794477 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Corwall St&6th Ave SE-FS\/SB", "TRAPEZESTO": "CORN 6A0", "RUCUSSTOPA": null, "STOPID": 7296.0, "LATITUDE": 37.784712, "LONGITUDE": -122.464424, "ACCESSIBIL": 0.0, "ATSTREET": "6TH AVE", "ONSTREET": "CORNWALL ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297844.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46442, 37.784712 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Larkin St NW-FS\/BZ", "TRAPEZESTO": "SACOLAR0", "RUCUSSTOPA": "SACOLARK", "STOPID": 6303.0, "LATITUDE": 37.791721, "LONGITUDE": -122.419531, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297845.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41953, 37.791721 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Octavia St N-MI\/BZ", "TRAPEZESTO": "SACOOCT0", "RUCUSSTOPA": "SACOOCTA", "STOPID": 6309.0, "LATITUDE": 37.790709, "LONGITUDE": -122.427502, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "MI", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297846.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4275, 37.790709 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Presidio Ave NW-FS\/BZ", "TRAPEZESTO": "CALIPRE0", "RUCUSSTOPA": "CALIPRES", "STOPID": 3892.0, "LATITUDE": 37.787328, "LONGITUDE": -122.446908, "ACCESSIBIL": 0.0, "ATSTREET": "PRESIDIO AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297847.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44691, 37.787328 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Cherry St SE-FS\/BZ", "TRAPEZESTO": "CALICHR1", "RUCUSSTOPA": "CALICHRY", "STOPID": 3853.0, "LATITUDE": 37.785974, "LONGITUDE": -122.456329, "ACCESSIBIL": 0.0, "ATSTREET": "CHERRY ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297848.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45633, 37.785974 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Sproule Ln NE-NS\/PS", "TRAPEZESTO": "SACOSPR0", "RUCUSSTOPA": "SACOSPRL", "STOPID": 6315.0, "LATITUDE": 37.792673, "LONGITUDE": -122.411864, "ACCESSIBIL": 0.0, "ATSTREET": "SPROULE LN", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297849.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.411864, 37.792673 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Laurel St NE-NS\/BZ", "TRAPEZESTO": "CALILAU0", "RUCUSSTOPA": "CALILARL", "STOPID": 3875.0, "LATITUDE": 37.786923, "LONGITUDE": -122.449957, "ACCESSIBIL": 0.0, "ATSTREET": "LAUREL ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297850.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44996, 37.786923 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&10th Ave NW-FS\/PS", "TRAPEZESTO": "CALI10A0", "RUCUSSTOPA": "CALI10AV", "STOPID": 3828.0, "LATITUDE": 37.784665, "LONGITUDE": -122.469159, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297851.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.469159, 37.784665 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Sansome St NW-FS\/BZ", "TRAPEZESTO": "SACOSAN0", "RUCUSSTOPA": "SACOSANS", "STOPID": 6314.0, "LATITUDE": 37.79403, "LONGITUDE": -122.401551, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297852.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40155, 37.79403 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&19th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI19A1", "RUCUSSTOPA": "CALI19AV", "STOPID": 3836.0, "LATITUDE": 37.784109, "LONGITUDE": -122.47871, "ACCESSIBIL": 0.0, "ATSTREET": "19TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297853.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47871, 37.784109 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Buchanan St NE-NS\/BZ", "TRAPEZESTO": "SACOBUC0", "RUCUSSTOPA": "SACOBUCH", "STOPID": 6291.0, "LATITUDE": 37.790316, "LONGITUDE": -122.430617, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297854.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43062, 37.790316 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Battery St NW-FS\/BZ", "TRAPEZESTO": "SACOBAT0", "RUCUSSTOPA": "SACOBATT", "STOPID": 6290.0, "LATITUDE": 37.794135, "LONGITUDE": -122.400179, "ACCESSIBIL": 0.0, "ATSTREET": "BATTERY ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297855.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.400179, 37.794135 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Webster St SW-NS\/BZ", "TRAPEZESTO": "SACOWEB1", "RUCUSSTOPA": "SACOWEBS", "STOPID": 6320.0, "LATITUDE": 37.789987, "LONGITUDE": -122.4325, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297856.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4325, 37.789987 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Webster St NE-NS\/BZ", "TRAPEZESTO": "SACOWEB0", "RUCUSSTOPA": "SACOWEBS", "STOPID": 6319.0, "LATITUDE": 37.790107, "LONGITUDE": -122.432226, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297857.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43223, 37.790107 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Van Ness Ave NE-NS", "TRAPEZESTO": "SACOV.N0", "RUCUSSTOPA": "SACOV.N.", "STOPID": 6317.0, "LATITUDE": 37.791378, "LONGITUDE": -122.422286, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297858.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42229, 37.791378 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Leavenworth St NE-NS", "TRAPEZESTO": "SACOLEA0", "RUCUSSTOPA": "SACOLEAV", "STOPID": 6304.0, "LATITUDE": 37.792183, "LONGITUDE": -122.415755, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297859.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.415755, 37.792183 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Montgomery St NW-FS", "TRAPEZESTO": "SACOMTG0", "RUCUSSTOPA": "SACOMTGY", "STOPID": 6307.0, "LATITUDE": 37.793842, "LONGITUDE": -122.403068, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297860.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40307, 37.793842 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steiner St&Sacramento St SE-NS\/SB", "TRAPEZESTO": "STEISAC1", "RUCUSSTOPA": "STEISACO", "STOPID": 6489.0, "LATITUDE": 37.789329, "LONGITUDE": -122.435556, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "STEINER ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297861.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43556, 37.789329 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Stockton St NE-NS\/BZ", "TRAPEZESTO": "SACOSTO0", "RUCUSSTOPA": "SACOSTOK", "STOPID": 6316.0, "LATITUDE": 37.793236, "LONGITUDE": -122.407591, "ACCESSIBIL": 0.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297862.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40759, 37.793236 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Arguello Blvd SE-FS", "TRAPEZESTO": "CALIARG1", "RUCUSSTOPA": "CALIARGL", "STOPID": 3846.0, "LATITUDE": 37.785659, "LONGITUDE": -122.459036, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297863.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45904, 37.785659 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Buchanan St SW-NS\/BZ", "TRAPEZESTO": "SACOBUC1", "RUCUSSTOPA": "SACOBUCH", "STOPID": 6292.0, "LATITUDE": 37.790194, "LONGITUDE": -122.430855, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297864.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43085, 37.790194 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Kearny St NW-FS\/BZ", "TRAPEZESTO": "SACOKRN0", "RUCUSSTOPA": "SACOKRNY", "STOPID": 6302.0, "LATITUDE": 37.793575, "LONGITUDE": -122.404846, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297865.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40485, 37.793575 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steiner St&California St NW-NS\/BZ", "TRAPEZESTO": "STEICAL0", "RUCUSSTOPA": "STEICALI", "STOPID": 6486.0, "LATITUDE": 37.788844, "LONGITUDE": -122.435568, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "STEINER ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297866.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43557, 37.788844 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Hyde St NE-NS\/BZ", "TRAPEZESTO": "SACOHYD0", "RUCUSSTOPA": "SACOHYDE", "STOPID": 6300.0, "LATITUDE": 37.79197, "LONGITUDE": -122.417445, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297867.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41744, 37.79197 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Franklin St NE-NS\/BZ", "TRAPEZESTO": "SACOFRK0", "RUCUSSTOPA": "SACOFRKL", "STOPID": 6297.0, "LATITUDE": 37.79115, "LONGITUDE": -122.424037, "ACCESSIBIL": 0.0, "ATSTREET": "FRANKLIN ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297868.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42404, 37.79115 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Fillmore St SE-FS\/BZ", "TRAPEZESTO": "SACOFIL1", "RUCUSSTOPA": "SACOFILL", "STOPID": 6296.0, "LATITUDE": 37.789839, "LONGITUDE": -122.433669, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297869.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43367, 37.789839 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Fillmore St NW-FS\/BZ", "TRAPEZESTO": "SACOFIL0", "RUCUSSTOPA": "SACOFILL", "STOPID": 6295.0, "LATITUDE": 37.78984, "LONGITUDE": -122.434336, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297870.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43434, 37.78984 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Davis St NE-NS\/BZ", "TRAPEZESTO": "SACODAV1", "RUCUSSTOPA": "SACODAVS", "STOPID": 6294.0, "LATITUDE": 37.7945, "LONGITUDE": -122.39761, "ACCESSIBIL": 0.0, "ATSTREET": "DAVIS ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297871.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39761, 37.7945 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "32nd Ave&California St SE-NS\/PS", "TRAPEZESTO": "32AVCAL1", "RUCUSSTOPA": "32AVCALI", "STOPID": 3546.0, "LATITUDE": 37.783419, "LONGITUDE": -122.492442, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "32ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297872.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49244, 37.783419 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Laguna St SW-NS\/PS", "TRAPEZESTO": "SACOLGN1", "RUCUSSTOPA": "SACOLGNA", "STOPID": 6306.0, "LATITUDE": 37.79036, "LONGITUDE": -122.429185, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297873.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42918, 37.79036 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Jones St NE-NS\/BZ", "TRAPEZESTO": "SACOJON0", "RUCUSSTOPA": "SACOJONE", "STOPID": 6301.0, "LATITUDE": 37.792396, "LONGITUDE": -122.414161, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297874.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41416, 37.792396 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&8th Ave NW-FS\/BZ", "TRAPEZESTO": "CALI 8A0", "RUCUSSTOPA": null, "STOPID": 7160.0, "LATITUDE": 37.784792, "LONGITUDE": -122.466819, "ACCESSIBIL": 0.0, "ATSTREET": "8TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": null, "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297875.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46682, 37.784792 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Laguna St NE-NS\/BZ", "TRAPEZESTO": "SACOLGN0", "RUCUSSTOPA": "SACOLGNA", "STOPID": 6305.0, "LATITUDE": 37.790526, "LONGITUDE": -122.42896, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297876.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42896, 37.790526 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Powell St NE-NS\/BZ", "TRAPEZESTO": "SACOPOW0", "RUCUSSTOPA": "SACOPOWL", "STOPID": 6312.0, "LATITUDE": 37.793043, "LONGITUDE": -122.409116, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297877.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40912, 37.793043 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Polk St NW-FS\/BZ", "TRAPEZESTO": "SACOPOL0", "RUCUSSTOPA": "SACOPOLK", "STOPID": 6311.0, "LATITUDE": 37.791516, "LONGITUDE": -122.421146, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297878.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42115, 37.791516 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Octavia St SE-FS\/BZ", "TRAPEZESTO": "SACOOCT1", "RUCUSSTOPA": "SACOOCTA", "STOPID": 6310.0, "LATITUDE": 37.79068, "LONGITUDE": -122.427138, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297879.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42714, 37.79068 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&30th Ave NW-FS\/BZ", "TRAPEZESTO": "CALI30A0", "RUCUSSTOPA": "CALI30AV", "STOPID": 3843.0, "LATITUDE": 37.783671, "LONGITUDE": -122.490513, "ACCESSIBIL": 0.0, "ATSTREET": "30TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297880.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49051, 37.783671 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Main St&Market St NE-MB\/BB", "TRAPEZESTO": "MAINMRK1", "RUCUSSTOPA": "MAINMRKT", "STOPID": 5336.0, "LATITUDE": 37.79253, "LONGITUDE": -122.39567, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "MAIN ST", "POSITION": "MB", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297881.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39567, 37.79253 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Sacramento St SW-FS", "TRAPEZESTO": "FILLSA10", "RUCUSSTOPA": "FILLSACO", "STOPID": 4639.0, "LATITUDE": 37.789577, "LONGITUDE": -122.43404, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "FILLMORE ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297882.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43404, 37.789577 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Davis St&California St NW-NS\/BZ", "TRAPEZESTO": "DAVSCAL0", "RUCUSSTOPA": "DAVSCALI", "STOPID": 4346.0, "LATITUDE": 37.79363, "LONGITUDE": -122.3977, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "DAVIS ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297885.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3977, 37.79363 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Gough St&Sacramento St NE-FS\/BZ", "TRAPEZESTO": "GOUGSAC1", "RUCUSSTOPA": "GOUGSACO", "STOPID": 4905.0, "LATITUDE": 37.791041, "LONGITUDE": -122.425771, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "GOUGH ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297886.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42577, 37.791041 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Steiner St N-MB\/SB", "TRAPEZESTO": "CALISTE1", "RUCUSSTOPA": "CALISTEI", "STOPID": 3898.0, "LATITUDE": 37.788792, "LONGITUDE": -122.435076, "ACCESSIBIL": 0.0, "ATSTREET": "STEINER ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "MB", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297887.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43508, 37.788792 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Drumm St&California St NE-FS\/BZ", "TRAPEZESTO": "DRUMCAL0", "RUCUSSTOPA": "DRUMCALI", "STOPID": 4445.0, "LATITUDE": 37.79398, "LONGITUDE": -122.39635, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "DRUMM ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297891.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39635, 37.79398 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Van Ness Ave SW-NS\/BZ", "TRAPEZESTO": "CLAYV.N1", "RUCUSSTOPA": "CLAYV.N.", "STOPID": 4031.0, "LATITUDE": 37.792106, "LONGITUDE": -122.422913, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297892.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.422913, 37.792106 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Taylor St SE-FS\/BZ", "TRAPEZESTO": "CLAYTAY1", "RUCUSSTOPA": "CLAYTAYL", "STOPID": 4030.0, "LATITUDE": 37.793363, "LONGITUDE": -122.412744, "ACCESSIBIL": 0.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297893.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41274, 37.793363 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Stockton St SE-FS\/BZ", "TRAPEZESTO": "CLAYSTO1", "RUCUSSTOPA": "CLAYSTOK", "STOPID": 4029.0, "LATITUDE": 37.794082, "LONGITUDE": -122.407561, "ACCESSIBIL": 0.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297894.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40756, 37.794082 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Sansome St SE-FS\/BZ", "TRAPEZESTO": "CLAYSAN1", "RUCUSSTOPA": "CLAYSANS", "STOPID": 4028.0, "LATITUDE": 37.79482, "LONGITUDE": -122.401118, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297895.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.401118, 37.79482 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Polk St SE-FS\/BZ", "TRAPEZESTO": "CLAYPOL1", "RUCUSSTOPA": "CLAYPOLK", "STOPID": 4026.0, "LATITUDE": 37.792385, "LONGITUDE": -122.420714, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297896.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42071, 37.792385 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Montgomery St SE-FS\/BZ", "TRAPEZESTO": "CLAYMTG1", "RUCUSSTOPA": "CLAYMTGY", "STOPID": 4025.0, "LATITUDE": 37.794682, "LONGITUDE": -122.40277, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297897.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40277, 37.794682 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Mason St SE-FS\/BZ", "TRAPEZESTO": "CLAYMAS1", "RUCUSSTOPA": "CLAYMASN", "STOPID": 4024.0, "LATITUDE": 37.793653, "LONGITUDE": -122.410823, "ACCESSIBIL": 0.0, "ATSTREET": "MASON ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297898.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.410823, 37.793653 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Leavenworth St SW-NS\/BZ", "TRAPEZESTO": "CLAYLEA1", "RUCUSSTOPA": "CLAYLEAV", "STOPID": 4023.0, "LATITUDE": 37.792959, "LONGITUDE": -122.416304, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297899.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4163, 37.792959 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Larkin St SW-NS\/BZ", "TRAPEZESTO": "CLAYLAR1", "RUCUSSTOPA": "CLAYLARK", "STOPID": 4022.0, "LATITUDE": 37.792526, "LONGITUDE": -122.419589, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297900.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41959, 37.792526 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Jones St SW-NS\/BZ", "TRAPEZESTO": "CLAYJON1", "RUCUSSTOPA": "CLAYJONE", "STOPID": 4020.0, "LATITUDE": 37.793173, "LONGITUDE": -122.414616, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297901.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41462, 37.793173 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Hyde St SW-NS\/BZ", "TRAPEZESTO": "CLAYHYD1", "RUCUSSTOPA": "CLAYHYDE", "STOPID": 4019.0, "LATITUDE": 37.792756, "LONGITUDE": -122.417899, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297902.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4179, 37.792756 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Grant Ave SE-FS\/BZ", "TRAPEZESTO": "CLAYGRN1", "RUCUSSTOPA": "CLAYGRNT", "STOPID": 4018.0, "LATITUDE": 37.794263, "LONGITUDE": -122.405971, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297903.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40597, 37.794263 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geary Blvd&33rd Ave NE-NS\/BZ", "TRAPEZESTO": "GEAR3311", "RUCUSSTOPA": "GEAR33AV", "STOPID": 4277.0, "LATITUDE": 37.779744, "LONGITUDE": -122.493227, "ACCESSIBIL": 0.0, "ATSTREET": "33RD AVE", "ONSTREET": "GEARY BLVD", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297904.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.493227, 37.779744 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Park Presidio Blvd SW", "TRAPEZESTO": "CALIPKP1", "RUCUSSTOPA": "CALIPKPR", "STOPID": 3887.0, "LATITUDE": 37.784365, "LONGITUDE": -122.472764, "ACCESSIBIL": 0.0, "ATSTREET": "PARK PRESIDIO BLVD", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297906.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47276, 37.784365 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Park Presidio Blvd NW", "TRAPEZESTO": "CALIPKP0", "RUCUSSTOPA": "CALIPKPR", "STOPID": 3886.0, "LATITUDE": 37.784515, "LONGITUDE": -122.47325, "ACCESSIBIL": 0.0, "ATSTREET": "PARK PRESIDIO BLVD", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297907.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47325, 37.784515 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Divisadero St NW-FS", "TRAPEZESTO": "CALIDIV0", "RUCUSSTOPA": "CALIDIVI", "STOPID": 3858.0, "LATITUDE": 37.788087, "LONGITUDE": -122.44087, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297908.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44087, 37.788087 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Baker St SE-FS\/BZ", "TRAPEZESTO": "CALIBAK1", "RUCUSSTOPA": "CALIBAKR", "STOPID": 3848.0, "LATITUDE": 37.78762, "LONGITUDE": -122.443384, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297910.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.443384, 37.78762 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cornwall St&5th Ave SW-NS\/SB", "TRAPEZESTO": "CORN.5A0", "RUCUSSTOPA": "CORN.5AV", "STOPID": 4140.0, "LATITUDE": 37.784882, "LONGITUDE": -122.463621, "ACCESSIBIL": 0.0, "ATSTREET": "5TH AVE", "ONSTREET": "CORNWALL ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297913.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46362, 37.784882 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&25th Ave NE-NS\/PS", "TRAPEZESTO": "CALI25A0", "RUCUSSTOPA": "CALI25AV", "STOPID": 3839.0, "LATITUDE": 37.78395, "LONGITUDE": -122.48482, "ACCESSIBIL": 0.0, "ATSTREET": "25TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297915.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48482, 37.78395 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&22nd Ave SW-NS\/PS", "TRAPEZESTO": "CALI22A1", "RUCUSSTOPA": "CALI22AV", "STOPID": 3838.0, "LATITUDE": 37.783941, "LONGITUDE": -122.481893, "ACCESSIBIL": 0.0, "ATSTREET": "22ND AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297916.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48189, 37.783941 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&22nd Ave NE-NS\/BZ", "TRAPEZESTO": "CALI22A0", "RUCUSSTOPA": "CALI22AV", "STOPID": 3837.0, "LATITUDE": 37.784097, "LONGITUDE": -122.481659, "ACCESSIBIL": 0.0, "ATSTREET": "22ND AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297917.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48166, 37.784097 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&19th Ave NE-NS\/BZ", "TRAPEZESTO": "CALI19A0", "RUCUSSTOPA": "CALI19AV", "STOPID": 3835.0, "LATITUDE": 37.784241, "LONGITUDE": -122.478446, "ACCESSIBIL": 0.0, "ATSTREET": "19TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297918.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47845, 37.784241 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&16th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI16A1", "RUCUSSTOPA": "CALI16AV", "STOPID": 3834.0, "LATITUDE": 37.784253, "LONGITUDE": -122.475501, "ACCESSIBIL": 0.0, "ATSTREET": "16TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297919.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4755, 37.784253 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&16th Ave NE-NS\/BZ", "TRAPEZESTO": "CALI16A0", "RUCUSSTOPA": "CALI16AV", "STOPID": 3833.0, "LATITUDE": 37.784386, "LONGITUDE": -122.475229, "ACCESSIBIL": 0.0, "ATSTREET": "16TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297920.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47523, 37.784386 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&12th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI12A1", "RUCUSSTOPA": "CALI12AV", "STOPID": 3832.0, "LATITUDE": 37.784454, "LONGITUDE": -122.471103, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297921.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4711, 37.784454 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&12th Ave NE-NS\/BZ", "TRAPEZESTO": "CALI12A0", "RUCUSSTOPA": "CALI12AV", "STOPID": 3831.0, "LATITUDE": 37.784586, "LONGITUDE": -122.470848, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297922.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47085, 37.784586 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&10th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI10A1", "RUCUSSTOPA": "CALI10AV", "STOPID": 3830.0, "LATITUDE": 37.784551, "LONGITUDE": -122.468963, "ACCESSIBIL": 0.0, "ATSTREET": "10TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297923.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46896, 37.784551 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&8th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI 8A1", "RUCUSSTOPA": "CALI 8AV", "STOPID": 3827.0, "LATITUDE": 37.78463, "LONGITUDE": -122.466825, "ACCESSIBIL": 0.0, "ATSTREET": "08TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297924.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46682, 37.78463 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&6th Ave SW-NS\/BZ", "TRAPEZESTO": "CALI 6A1", "RUCUSSTOPA": "CALI 6AV", "STOPID": 3825.0, "LATITUDE": 37.784902, "LONGITUDE": -122.464709, "ACCESSIBIL": 0.0, "ATSTREET": "06TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297925.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46471, 37.784902 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Divisadero St SW-NS", "TRAPEZESTO": "CALIDIV1", "RUCUSSTOPA": "CALIDIVI", "STOPID": 3859.0, "LATITUDE": 37.787954, "LONGITUDE": -122.440721, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297929.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.440721, 37.787954 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Baker St NE-NS\/BZ", "TRAPEZESTO": "CALIBAK0", "RUCUSSTOPA": "CALIBAKR", "STOPID": 3847.0, "LATITUDE": 37.787738, "LONGITUDE": -122.443634, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297930.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44363, 37.787738 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&30th Ave SE-FS\/PS", "TRAPEZESTO": "CALI30A1", "RUCUSSTOPA": "CALI30AV", "STOPID": 3844.0, "LATITUDE": 37.783578, "LONGITUDE": -122.490087, "ACCESSIBIL": 0.0, "ATSTREET": "30TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297931.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.490087, 37.783578 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&28th Ave SW-NS\/PS", "TRAPEZESTO": "CALI28A1", "RUCUSSTOPA": "CALI28AV", "STOPID": 3842.0, "LATITUDE": 37.783658, "LONGITUDE": -122.488456, "ACCESSIBIL": 0.0, "ATSTREET": "28TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297932.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48846, 37.783658 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&28th Ave NE-NS\/PS", "TRAPEZESTO": "CALI28A0", "RUCUSSTOPA": "CALI28AV", "STOPID": 3841.0, "LATITUDE": 37.783798, "LONGITUDE": -122.488074, "ACCESSIBIL": 0.0, "ATSTREET": "28TH AVE", "ONSTREET": "CALIFORNIA ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297933.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48807, 37.783798 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Front St SE-FS\/BZ", "TRAPEZESTO": "CLAYFRN0", "RUCUSSTOPA": "CLAYFRNT", "STOPID": 4017.0, "LATITUDE": 37.795098, "LONGITUDE": -122.39902, "ACCESSIBIL": 0.0, "ATSTREET": "FRONT ST", "ONSTREET": "CLAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297934.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39902, 37.795098 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Franklin St SW-NS\/BZ", "TRAPEZESTO": "CLAYFRK1", "RUCUSSTOPA": "CLAYFRKL", "STOPID": 4016.0, "LATITUDE": 37.791907, "LONGITUDE": -122.424463, "ACCESSIBIL": 0.0, "ATSTREET": "FRANKLIN ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297935.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42446, 37.791907 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clay St&Drumm St SW-NS\/BZ", "TRAPEZESTO": "CLAYDRU1", "RUCUSSTOPA": "CLAYDRUM", "STOPID": 4015.0, "LATITUDE": 37.795415, "LONGITUDE": -122.396996, "ACCESSIBIL": 0.0, "ATSTREET": "DRUMM ST", "ONSTREET": "CLAY ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297936.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.397, 37.795415 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Pierce St SE-FS\/BZ", "TRAPEZESTO": "CALIPIE1", "RUCUSSTOPA": "CALIPIER", "STOPID": 3885.0, "LATITUDE": 37.788455, "LONGITUDE": -122.436808, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297938.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43681, 37.788455 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "California St&Pierce St NW-FS\/BZ", "TRAPEZESTO": "CALIPIE0", "RUCUSSTOPA": "CALIPIER", "STOPID": 3884.0, "LATITUDE": 37.788518, "LONGITUDE": -122.437484, "ACCESSIBIL": 0.0, "ATSTREET": "PIERCE ST", "ONSTREET": "CALIFORNIA ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297939.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43748, 37.788518 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "33rd Ave&Clement St SE-NS\/BZ", "TRAPEZESTO": "33AVCLM1", "RUCUSSTOPA": "33AVCLMT", "STOPID": 3555.0, "LATITUDE": 37.781537, "LONGITUDE": -122.493354, "ACCESSIBIL": 0.0, "ATSTREET": "CLEMENT ST", "ONSTREET": "33RD AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297940.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49335, 37.781537 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "32nd Ave&Geary Blvd NW-NS\/PS", "TRAPEZESTO": "32AVGEA0", "RUCUSSTOPA": "32AVGEAR", "STOPID": 3550.0, "LATITUDE": 37.779939, "LONGITUDE": -122.492296, "ACCESSIBIL": 0.0, "ATSTREET": "GEARY BLVD", "ONSTREET": "32ND AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297941.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4923, 37.779939 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "32nd Ave&Clement St NW-NS\/PS", "TRAPEZESTO": "32AVCLM0", "RUCUSSTOPA": "32AVCLMT", "STOPID": 3549.0, "LATITUDE": 37.781802, "LONGITUDE": -122.492425, "ACCESSIBIL": 0.0, "ATSTREET": "CLEMENT ST", "ONSTREET": "32ND AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297942.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49242, 37.781802 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "32nd Ave&Clement St NE-FS\/BZ", "TRAPEZESTO": "32AVCLM1", "RUCUSSTOPA": "32AVCLMT", "STOPID": 3548.0, "LATITUDE": 37.781995, "LONGITUDE": -122.492335, "ACCESSIBIL": 0.0, "ATSTREET": "CLEMENT ST", "ONSTREET": "32ND AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297943.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49233, 37.781995 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "32nd Ave&California St SW-FS\/BZ", "TRAPEZESTO": "32AVCAL0", "RUCUSSTOPA": "32AVCALI", "STOPID": 3547.0, "LATITUDE": 37.783429, "LONGITUDE": -122.492553, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "32ND AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297944.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.49255, 37.783429 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement & 14 Ave SW-NS\/BZ", "TRAPEZESTO": "CLMT14AV", "RUCUSSTOPA": null, "STOPID": 7543.0, "LATITUDE": 37.782498, "LONGITUDE": -122.473077, "ACCESSIBIL": 0.0, "ATSTREET": "14TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297946.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47308, 37.782498 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Arguello Blvd&Euclid Ave SE-NS\/BZ", "TRAPEZESTO": "ARGLECL1", "RUCUSSTOPA": "ARGLECLD", "STOPID": 3647.0, "LATITUDE": 37.78374, "LONGITUDE": -122.458956, "ACCESSIBIL": 0.0, "ATSTREET": "EUCLID AVE", "ONSTREET": "ARGUELLO BLVD", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297949.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45896, 37.78374 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Spear St&Market St S-FS\/BB", "TRAPEZESTO": "SPERMRKT", "RUCUSSTOPA": null, "STOPID": 7184.0, "LATITUDE": 37.793633, "LONGITUDE": -122.395605, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "SPEAR ST", "POSITION": null, "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297950.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3956, 37.793633 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Leavenworth St SE-FS\/BZ", "TRAPEZESTO": "POSTLEA1", "RUCUSSTOPA": "POSTLEAV", "STOPID": 6017.0, "LATITUDE": 37.78745, "LONGITUDE": -122.41459, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297951.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41459, 37.78745 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Larkin St SE-FS\/BZ", "TRAPEZESTO": "POSTLAR1", "RUCUSSTOPA": "POSTLARK", "STOPID": 6016.0, "LATITUDE": 37.78705, "LONGITUDE": -122.41772, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297952.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41772, 37.78705 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Sutter St NE-FS\/PS", "TRAPEZESTO": "PRESSUT1", "RUCUSSTOPA": "PRESSUTT", "STOPID": 6098.0, "LATITUDE": 37.784535, "LONGITUDE": -122.446197, "ACCESSIBIL": 0.0, "ATSTREET": "SUTTER ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297954.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4462, 37.784535 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Steiner St SW-NS\/BZ", "TRAPEZESTO": "SUTTSTE1", "RUCUSSTOPA": "SUTTSTEI", "STOPID": 6610.0, "LATITUDE": 37.785794, "LONGITUDE": -122.435028, "ACCESSIBIL": 0.0, "ATSTREET": "STEINER ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297955.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43503, 37.785794 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Sansome St NW-FS\/BZ", "TRAPEZESTO": "SUTTSAN0", "RUCUSSTOPA": "SUTTSANS", "STOPID": 6606.0, "LATITUDE": 37.790298, "LONGITUDE": -122.400674, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297956.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40067, 37.790298 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Pine St SE-NS\/PS", "TRAPEZESTO": "PRESPIN1", "RUCUSSTOPA": "PRESPINE", "STOPID": 6096.0, "LATITUDE": 37.786239, "LONGITUDE": -122.44653, "ACCESSIBIL": 0.0, "ATSTREET": "PINE ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297958.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44653, 37.786239 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Jackson St SE-NS\/PS", "TRAPEZESTO": "PRESJAC1", "RUCUSSTOPA": "PRESJACK", "STOPID": 6095.0, "LATITUDE": 37.79071, "LONGITUDE": -122.4474, "ACCESSIBIL": 0.0, "ATSTREET": "JACKSON ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297960.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4474, 37.79071 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Leavenworth St NW-FS\/BZ", "TRAPEZESTO": "SUTTLEA0", "RUCUSSTOPA": "SUTTLEAV", "STOPID": 6598.0, "LATITUDE": 37.788429, "LONGITUDE": -122.415269, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297961.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41527, 37.788429 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St & Arguello Blvd NW-FS\/BZ", "TRAPEZESTO": "CLEMARGL", "RUCUSSTOPA": null, "STOPID": 7250.0, "LATITUDE": 37.783258, "LONGITUDE": -122.459105, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "CLEMENT ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297962.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4591, 37.783258 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Scott St SW-NS\/BZ", "TRAPEZESTO": "SUTTSCO1", "RUCUSSTOPA": "SUTTSCOT", "STOPID": 6608.0, "LATITUDE": 37.785402, "LONGITUDE": -122.438322, "ACCESSIBIL": 0.0, "ATSTREET": "SCOTT ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297963.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43832, 37.785402 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Scott St NE-NS\/BZ", "TRAPEZESTO": "SUTTSCO0", "RUCUSSTOPA": "SUTTSCOT", "STOPID": 6607.0, "LATITUDE": 37.78552, "LONGITUDE": -122.438078, "ACCESSIBIL": 0.0, "ATSTREET": "SCOTT ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297964.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43808, 37.78552 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Sutter St NW-NS\/BB", "TRAPEZESTO": "SANSSUT0", "RUCUSSTOPA": "SANSSUTT", "STOPID": 6334.0, "LATITUDE": 37.79034, "LONGITUDE": -122.40061, "ACCESSIBIL": 0.0, "ATSTREET": "SUTTER ST", "ONSTREET": "SANSOME ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297965.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40061, 37.79034 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Fillmore St&Pine St NE-FS\/BZ", "TRAPEZESTO": "FILLPIN0", "RUCUSSTOPA": "FILLPINE", "STOPID": 4635.0, "LATITUDE": 37.788049, "LONGITUDE": -122.433565, "ACCESSIBIL": 0.0, "ATSTREET": "PINE ST", "ONSTREET": "FILLMORE ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297968.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43356, 37.788049 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Laguna St NW-FS\/BZ", "TRAPEZESTO": "SUTTLGN0", "RUCUSSTOPA": "SUTTLGNA", "STOPID": 6599.0, "LATITUDE": 37.786724, "LONGITUDE": -122.428706, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297969.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42871, 37.786724 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Larkin St NW-FS\/BZ", "TRAPEZESTO": "SUTTLAR0", "RUCUSSTOPA": "SUTTLARK", "STOPID": 6597.0, "LATITUDE": 37.788011, "LONGITUDE": -122.418536, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297970.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.418536, 37.788011 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Kearny St NW-FS\/BZ", "TRAPEZESTO": "SUTTKRN0", "RUCUSSTOPA": "SUTTKRNY", "STOPID": 6596.0, "LATITUDE": 37.789818, "LONGITUDE": -122.404378, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297971.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40438, 37.789818 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Jones St NW-FS\/BZ", "TRAPEZESTO": "SUTTJON0", "RUCUSSTOPA": "SUTTJONE", "STOPID": 6595.0, "LATITUDE": 37.788643, "LONGITUDE": -122.413618, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297972.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41362, 37.788643 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Hyde St NW-FS\/BZ", "TRAPEZESTO": "SUTTHYD0", "RUCUSSTOPA": "SUTTHYDE", "STOPID": 6594.0, "LATITUDE": 37.788216, "LONGITUDE": -122.416908, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297973.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41691, 37.788216 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Jones St SE-FS\/BZ", "TRAPEZESTO": "POSTJON1", "RUCUSSTOPA": "POSTJONE", "STOPID": 6127.0, "LATITUDE": 37.78765, "LONGITUDE": -122.41295, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297974.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41295, 37.78765 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&12th Ave NW-FS\/BZ", "TRAPEZESTO": "CLMT12A0", "RUCUSSTOPA": "CLMT12AV", "STOPID": 4047.0, "LATITUDE": 37.7827, "LONGITUDE": -122.47116, "ACCESSIBIL": 0.0, "ATSTREET": "12TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297976.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47116, 37.7827 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&4th Ave SE-FS\/BZ", "TRAPEZESTO": "CLMT 4A1", "RUCUSSTOPA": "CLMT 4AV", "STOPID": 4041.0, "LATITUDE": 37.78299, "LONGITUDE": -122.46195, "ACCESSIBIL": 0.0, "ATSTREET": "04TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297977.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46195, 37.78299 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bush St&Montgomery St SE-FS\/BZ", "TRAPEZESTO": "BUSHMTG1", "RUCUSSTOPA": "BUSHMTGY", "STOPID": 3815.0, "LATITUDE": 37.79096, "LONGITUDE": -122.40208, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "BUSH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297978.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40208, 37.79096 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Gough St NE-NS\/BZ", "TRAPEZESTO": "SUTTGOU0", "RUCUSSTOPA": "SUTTGOUG", "STOPID": 6593.0, "LATITUDE": 37.787207, "LONGITUDE": -122.424924, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297979.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42492, 37.787207 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Fillmore St SE-FS\/BZ", "TRAPEZESTO": "SUTTFIL1", "RUCUSSTOPA": "SUTTFILL", "STOPID": 6592.0, "LATITUDE": 37.786086, "LONGITUDE": -122.432828, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297980.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43283, 37.786086 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Walnut St S-MB\/SB", "TRAPEZESTO": "SACOWAL1", "RUCUSSTOPA": "SACOWALN", "STOPID": 6318.0, "LATITUDE": 37.788026, "LONGITUDE": -122.447979, "ACCESSIBIL": 0.0, "ATSTREET": "WALNUT ST", "ONSTREET": "SACRAMENTO ST", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297982.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44798, 37.788026 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&6th Ave NW-FS\/BZ", "TRAPEZESTO": "CLMT 6A0", "RUCUSSTOPA": "CLMT 6AV", "STOPID": 4042.0, "LATITUDE": 37.783, "LONGITUDE": -122.46479, "ACCESSIBIL": 0.0, "ATSTREET": "6TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297983.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46479, 37.783 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Walnut St&California St E-MB\/SB", "TRAPEZESTO": "WALNCAL1", "RUCUSSTOPA": "WALNCALI", "STOPID": 6906.0, "LATITUDE": 37.787492, "LONGITUDE": -122.44852, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "WALNUT ST", "POSITION": "MB", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297984.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44852, 37.787492 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clement St&8th Ave NE-NS\/BZ", "TRAPEZESTO": "CLMT 8AV", "RUCUSSTOPA": "CLMT 8AV", "STOPID": 7019.0, "LATITUDE": 37.782893, "LONGITUDE": -122.466422, "ACCESSIBIL": 0.0, "ATSTREET": "08TH AVE", "ONSTREET": "CLEMENT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297985.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46642, 37.782893 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Powell St NW-FS\/BZ", "TRAPEZESTO": "SUTTPOW0", "RUCUSSTOPA": "SUTTPOWL", "STOPID": 6604.0, "LATITUDE": 37.789266, "LONGITUDE": -122.408677, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297986.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40868, 37.789266 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Hyde St SE-FS\/BZ", "TRAPEZESTO": "POSTHYD1", "RUCUSSTOPA": "POSTHYDE", "STOPID": 6126.0, "LATITUDE": 37.78724, "LONGITUDE": -122.41626, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297988.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41626, 37.78724 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Grant Ave S-MB\/BB", "TRAPEZESTO": "POSTGRN1", "RUCUSSTOPA": "POSTGRNT", "STOPID": 6125.0, "LATITUDE": 37.78855, "LONGITUDE": -122.40599, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "POST ST", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297989.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40599, 37.78855 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Gough St SW-NS\/BZ", "TRAPEZESTO": "POSTGOU1", "RUCUSSTOPA": "POSTGOUG", "STOPID": 6124.0, "LATITUDE": 37.786123, "LONGITUDE": -122.424982, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "POST ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297990.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42498, 37.786123 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Pine St NW-NS\/PS", "TRAPEZESTO": "PRESPIN0", "RUCUSSTOPA": "PRESPINE", "STOPID": 6097.0, "LATITUDE": 37.786328, "LONGITUDE": -122.446759, "ACCESSIBIL": 0.0, "ATSTREET": "PINE ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297991.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44676, 37.786328 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Clay St NW-NS\/PS", "TRAPEZESTO": "PRESCLA0", "RUCUSSTOPA": "PRESCLAY", "STOPID": 6090.0, "LATITUDE": 37.78918, "LONGITUDE": -122.44726, "ACCESSIBIL": 0.0, "ATSTREET": "CLAY ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297992.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44726, 37.78918 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&California St NW-NS\/BZ", "TRAPEZESTO": "PRESCAL0", "RUCUSSTOPA": "PRESCALI", "STOPID": 6089.0, "LATITUDE": 37.78737, "LONGITUDE": -122.44688, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297993.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44688, 37.78737 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Arguello Blvd&California St SW-FS", "TRAPEZESTO": "ARGLCAL0", "RUCUSSTOPA": "ARGLCALI", "STOPID": 3644.0, "LATITUDE": 37.78556, "LONGITUDE": -122.459254, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "ARGUELLO BLVD", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297995.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45925, 37.78556 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Buchanan St NE-NS\/BZ", "TRAPEZESTO": "SUTTBUC0", "RUCUSSTOPA": "SUTTBUCH", "STOPID": 6587.0, "LATITUDE": 37.786577, "LONGITUDE": -122.429863, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297996.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42986, 37.786577 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Baker St SW-NS\/BZ", "TRAPEZESTO": "SUTTBAK1", "RUCUSSTOPA": "SUTTBAKR", "STOPID": 6586.0, "LATITUDE": 37.784766, "LONGITUDE": -122.443306, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297997.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.443306, 37.784766 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Baker St NE-NS\/BZ", "TRAPEZESTO": "SUTTBAK0", "RUCUSSTOPA": "SUTTBAKR", "STOPID": 6585.0, "LATITUDE": 37.784889, "LONGITUDE": -122.443067, "ACCESSIBIL": 0.0, "ATSTREET": "BAKER ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297998.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44307, 37.784889 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Presidio Ave SE-FS\/BZ", "TRAPEZESTO": "SUTTPRE1", "RUCUSSTOPA": "SUTTPRES", "STOPID": 6605.0, "LATITUDE": 37.784383, "LONGITUDE": -122.446175, "ACCESSIBIL": 0.0, "ATSTREET": "POST ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3297999.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44617, 37.784383 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Polk St NW-FS\/BZ", "TRAPEZESTO": "SUTTPOL0", "RUCUSSTOPA": "SUTTPOLK", "STOPID": 6603.0, "LATITUDE": 37.787797, "LONGITUDE": -122.420198, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298001.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4202, 37.787797 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Van Ness Ave NE-NS\/BZ", "TRAPEZESTO": "SUTTV.N0", "RUCUSSTOPA": "SUTTV.N.", "STOPID": 6613.0, "LATITUDE": 37.78763, "LONGITUDE": -122.42154, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298002.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42154, 37.78763 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Taylor St NW-FS\/BZ", "TRAPEZESTO": "SUTTTAY0", "RUCUSSTOPA": "SUTTTAYL", "STOPID": 6612.0, "LATITUDE": 37.788857, "LONGITUDE": -122.411956, "ACCESSIBIL": 0.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298003.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41196, 37.788857 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Stockton St NW-FS\/BZ", "TRAPEZESTO": "SUTTSTO0", "RUCUSSTOPA": "SUTTSTOK", "STOPID": 6611.0, "LATITUDE": 37.78948, "LONGITUDE": -122.407026, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298004.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40703, 37.78948 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Fillmore St NE-NS\/BZ", "TRAPEZESTO": "SUTTFIL0", "RUCUSSTOPA": "SUTTFILL", "STOPID": 6591.0, "LATITUDE": 37.786158, "LONGITUDE": -122.433151, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298005.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43315, 37.786158 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Montgomery St S-MB\/BB", "TRAPEZESTO": "POSTMTG1", "RUCUSSTOPA": "POSTMTGY", "STOPID": 6019.0, "LATITUDE": 37.78901, "LONGITUDE": -122.40238, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "POST ST", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298006.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40238, 37.78901 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Octavia St NW-FS\/BZ", "TRAPEZESTO": "SUTTOCT0", "RUCUSSTOPA": "SUTTOCTA", "STOPID": 6602.0, "LATITUDE": 37.786933, "LONGITUDE": -122.427062, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298007.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42706, 37.786933 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Mason St NW-FS\/BZ", "TRAPEZESTO": "SUTTMAS0", "RUCUSSTOPA": "SUTTMASN", "STOPID": 6601.0, "LATITUDE": 37.789062, "LONGITUDE": -122.410316, "ACCESSIBIL": 0.0, "ATSTREET": "MASON ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298008.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41032, 37.789062 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Laguna St SW-NS\/BZ", "TRAPEZESTO": "SUTTLGN1", "RUCUSSTOPA": "SUTTLGNA", "STOPID": 6600.0, "LATITUDE": 37.786647, "LONGITUDE": -122.428457, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298009.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.428457, 37.786647 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Van Ness Ave SE-FS\/BZ", "TRAPEZESTO": "POSTV.N1", "RUCUSSTOPA": "POSTV.N.", "STOPID": 6024.0, "LATITUDE": 37.786575, "LONGITUDE": -122.421448, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298010.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42145, 37.786575 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Buchanan St SE-FS\/BZ", "TRAPEZESTO": "SUTTBUC1", "RUCUSSTOPA": "SUTTBUCH", "STOPID": 6588.0, "LATITUDE": 37.786502, "LONGITUDE": -122.429608, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298011.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42961, 37.786502 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Steiner St NE-NS\/BZ", "TRAPEZESTO": "SUTTSTE0", "RUCUSSTOPA": "SUTTSTEI", "STOPID": 6609.0, "LATITUDE": 37.785942, "LONGITUDE": -122.434793, "ACCESSIBIL": 0.0, "ATSTREET": "STEINER ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298012.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43479, 37.785942 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sacramento St&Presidio Ave SW", "TRAPEZESTO": "SACOPRE1", "RUCUSSTOPA": "SACOPRES", "STOPID": 6313.0, "LATITUDE": 37.788121, "LONGITUDE": -122.447093, "ACCESSIBIL": 0.0, "ATSTREET": "PRESIDIO AVE", "ONSTREET": "SACRAMENTO ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298013.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.447093, 37.788121 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Divisadero St SE-FS\/BZ", "TRAPEZESTO": "SUTTDIV1", "RUCUSSTOPA": "SUTTDIVI", "STOPID": 6590.0, "LATITUDE": 37.785259, "LONGITUDE": -122.43943, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "SUTTER ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298014.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43943, 37.785259 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sutter St&Divisadero St NE-NS\/BZ", "TRAPEZESTO": "SUTTDIV0", "RUCUSSTOPA": "SUTTDIVI", "STOPID": 6589.0, "LATITUDE": 37.78531, "LONGITUDE": -122.439732, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "SUTTER ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298015.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.439732, 37.78531 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Taylor St SE-FS\/BZ", "TRAPEZESTO": "POSTTAY1", "RUCUSSTOPA": "POSTTAYL", "STOPID": 6023.0, "LATITUDE": 37.78788, "LONGITUDE": -122.41132, "ACCESSIBIL": 0.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298016.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41132, 37.78788 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Powell St SE-FS\/BZ", "TRAPEZESTO": "POSTPOW1", "RUCUSSTOPA": "POSTPOWL", "STOPID": 6022.0, "LATITUDE": 37.7883, "LONGITUDE": -122.40793, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298017.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40793, 37.7883 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Polk St SE-FS\/BZ", "TRAPEZESTO": "POSTPOL1", "RUCUSSTOPA": "POSTPOLK", "STOPID": 6021.0, "LATITUDE": 37.7868, "LONGITUDE": -122.41956, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298018.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41956, 37.7868 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Octavia St SW-NS\/BZ", "TRAPEZESTO": "POSTOCT1", "RUCUSSTOPA": "POSTOCTA", "STOPID": 6020.0, "LATITUDE": 37.785906, "LONGITUDE": -122.426654, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "POST ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298019.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42665, 37.785906 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Post St&Laguna St SE-FS\/BZ", "TRAPEZESTO": "POSTLGN1", "RUCUSSTOPA": "POSTLGNA", "STOPID": 6018.0, "LATITUDE": 37.785774, "LONGITUDE": -122.427675, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "POST ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298020.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42767, 37.785774 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Divisadero St NE-NS\/PS", "TRAPEZESTO": "JACKDIV0", "RUCUSSTOPA": "JACKDIVI", "STOPID": 5145.0, "LATITUDE": 37.791724, "LONGITUDE": -122.440888, "ACCESSIBIL": 0.0, "ATSTREET": "DIVISADERO ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298021.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44089, 37.791724 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Sutter St SW-FS\/BZ", "TRAPEZESTO": "PRESSUT0", "RUCUSSTOPA": "PRESSUTT", "STOPID": 6099.0, "LATITUDE": 37.784392, "LONGITUDE": -122.446289, "ACCESSIBIL": 0.0, "ATSTREET": "SUTTER ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298022.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44629, 37.784392 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Presidio Ave&Clay St SE-NS\/PS", "TRAPEZESTO": "PRESCLA1", "RUCUSSTOPA": "PRESCLAY", "STOPID": 6091.0, "LATITUDE": 37.78897, "LONGITUDE": -122.44704, "ACCESSIBIL": 0.0, "ATSTREET": "CLAY ST", "ONSTREET": "PRESIDIO AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298023.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44704, 37.78897 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Steiner St SW-NS\/BZ", "TRAPEZESTO": "JACKSTE1", "RUCUSSTOPA": "JACKSTEI", "STOPID": 5163.0, "LATITUDE": 37.792201, "LONGITUDE": -122.43632, "ACCESSIBIL": 0.0, "ATSTREET": "STEINER ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298026.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43632, 37.792201 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Steiner St NE-NS\/AB", "TRAPEZESTO": "JACKSTE0", "RUCUSSTOPA": "JACKSTEI", "STOPID": 5162.0, "LATITUDE": 37.79235, "LONGITUDE": -122.436109, "ACCESSIBIL": 0.0, "ATSTREET": "STEINER ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298027.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43611, 37.79235 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Masonic Ave NW-FS\/BZ", "TRAPEZESTO": "HAITMSIC", "RUCUSSTOPA": "HAITMSIC", "STOPID": 4957.0, "LATITUDE": 37.77025, "LONGITUDE": -122.445671, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "HAIGHT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298319.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44567, 37.77025 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Haight St&Masonic Ave", "TRAPEZESTO": "HAITMSI0", "RUCUSSTOPA": "HAITMSIC", "STOPID": 4956.0, "LATITUDE": 37.77021, "LONGITUDE": -122.44535, "ACCESSIBIL": 0.0, "ATSTREET": "MASONIC AVE", "ONSTREET": "HAIGHT ST", "POSITION": "MI", "ORIENTATIO": "**", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298320.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44535, 37.77021 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Judah St&7th Ave SW-NS\/BZ", "TRAPEZESTO": "JUDA 7A1", "RUCUSSTOPA": "JUDA 7AV", "STOPID": 5192.0, "LATITUDE": 37.762201, "LONGITUDE": -122.464144, "ACCESSIBIL": 0.0, "ATSTREET": "7TH AVE", "ONSTREET": "JUDAH ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298321.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46414, 37.762201 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Judah St&7th Ave NW-FS\/BZ", "TRAPEZESTO": "JUDA 7A0", "RUCUSSTOPA": "JUDA 7AV", "STOPID": 5191.0, "LATITUDE": 37.762334, "LONGITUDE": -122.46435, "ACCESSIBIL": 0.0, "ATSTREET": "7TH AVE", "ONSTREET": "JUDAH ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298322.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46435, 37.762334 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Judah St&6th Ave NE-NS\/PS", "TRAPEZESTO": "JUDA 6A0", "RUCUSSTOPA": "JUDA 6AV", "STOPID": 5190.0, "LATITUDE": 37.762397, "LONGITUDE": -122.462849, "ACCESSIBIL": 0.0, "ATSTREET": "6TH AVE", "ONSTREET": "JUDAH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298323.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46285, 37.762397 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Lincoln Way&17th Ave SW-NS\/BZ", "TRAPEZESTO": "LWAY17A1", "RUCUSSTOPA": "LWAY17AV", "STOPID": 5307.0, "LATITUDE": 37.76546, "LONGITUDE": -122.47524, "ACCESSIBIL": 0.0, "ATSTREET": "17TH AVE", "ONSTREET": "LINCOLN WAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298324.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47524, 37.76546 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Willard St SW-NS\/BZ", "TRAPEZESTO": "FREDWLR1", "RUCUSSTOPA": "FREDWLRD", "STOPID": 4720.0, "LATITUDE": 37.766092, "LONGITUDE": -122.454701, "ACCESSIBIL": 0.0, "ATSTREET": "WILLARD ST", "ONSTREET": "FREDERICK ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298325.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4547, 37.766092 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Willard St NW-FS\/BZ", "TRAPEZESTO": "FREDWLR0", "RUCUSSTOPA": "FREDWLRD", "STOPID": 4719.0, "LATITUDE": 37.766208, "LONGITUDE": -122.454908, "ACCESSIBIL": 0.0, "ATSTREET": "WILLARD ST", "ONSTREET": "FREDERICK ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298326.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45491, 37.766208 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Stanyan St NW-FS\/BZ", "TRAPEZESTO": "FREDSTA0", "RUCUSSTOPA": "FREDSTAN", "STOPID": 4718.0, "LATITUDE": 37.766413, "LONGITUDE": -122.453257, "ACCESSIBIL": 0.0, "ATSTREET": "STANYAN ST", "ONSTREET": "FREDERICK ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298327.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45326, 37.766413 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Clayton St NE-NS\/PS", "TRAPEZESTO": "FREDCLT0", "RUCUSSTOPA": "FREDCLTN", "STOPID": 4717.0, "LATITUDE": 37.7671, "LONGITUDE": -122.447917, "ACCESSIBIL": 0.0, "ATSTREET": "CLAYTON ST", "ONSTREET": "FREDERICK ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298328.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44792, 37.7671 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Frederick St&Arguello Blvd NE-NS\/PS", "TRAPEZESTO": "FREDARG0", "RUCUSSTOPA": "FREDARGL", "STOPID": 4714.0, "LATITUDE": 37.766047, "LONGITUDE": -122.457635, "ACCESSIBIL": 0.0, "ATSTREET": "ARGUELLO BLVD", "ONSTREET": "FREDERICK ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298329.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45763, 37.766047 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clayton St&Parnassus Ave NW-NS\/PS", "TRAPEZESTO": "CLTNPAR0", "RUCUSSTOPA": "CLTNPARN", "STOPID": 4082.0, "LATITUDE": 37.765226, "LONGITUDE": -122.447757, "ACCESSIBIL": 0.0, "ATSTREET": "PARNASSUS AVE", "ONSTREET": "CLAYTON ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298330.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44776, 37.765226 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clayton St&Parnassus Ave NE-FS\/BZ", "TRAPEZESTO": "CLTNPAR1", "RUCUSSTOPA": "CLTNPARN", "STOPID": 4081.0, "LATITUDE": 37.765405, "LONGITUDE": -122.447608, "ACCESSIBIL": 0.0, "ATSTREET": "PARNASSUS AVE", "ONSTREET": "CLAYTON ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298331.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44761, 37.765405 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clayton St&Carl St NW-NS\/PS", "TRAPEZESTO": "CLTNCAR0", "RUCUSSTOPA": "CLTNCARL", "STOPID": 4074.0, "LATITUDE": 37.766154, "LONGITUDE": -122.44794, "ACCESSIBIL": 0.0, "ATSTREET": "CARL ST", "ONSTREET": "CLAYTON ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298332.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44794, 37.766154 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Clayton St&Carl St NE-FS\/PS", "TRAPEZESTO": "CLTNCAR1", "RUCUSSTOPA": "CLTNCARL", "STOPID": 4073.0, "LATITUDE": 37.766288, "LONGITUDE": -122.447779, "ACCESSIBIL": 0.0, "ATSTREET": "CARL ST", "ONSTREET": "CLAYTON ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298333.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44778, 37.766288 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "47th Ave&Noriega St SE-NS\/PS", "TRAPEZESTO": "47AVNOR1", "RUCUSSTOPA": "47AVNORI", "STOPID": 3605.0, "LATITUDE": 37.752783, "LONGITUDE": -122.506364, "ACCESSIBIL": 0.0, "ATSTREET": "NORIEGA ST", "ONSTREET": "47TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298334.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.50636, 37.752783 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Noriega St NW-NS\/PS", "TRAPEZESTO": "23AVNOR0", "RUCUSSTOPA": "23AVNORI", "STOPID": 3447.0, "LATITUDE": 37.75414, "LONGITUDE": -122.48086, "ACCESSIBIL": 0.0, "ATSTREET": "NORIEGA ST", "ONSTREET": "23RD AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298335.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48086, 37.75414 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Lawton St NW-NS\/PS", "TRAPEZESTO": "23AVLAW0", "RUCUSSTOPA": "23AVLAWT", "STOPID": 3444.0, "LATITUDE": 37.75787, "LONGITUDE": -122.481113, "ACCESSIBIL": 0.0, "ATSTREET": "LAWTON ST", "ONSTREET": "23RD AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298336.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.481113, 37.75787 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Kirkham St NW-NS\/AB", "TRAPEZESTO": "23AVKIR0", "RUCUSSTOPA": "23AVKIRK", "STOPID": 3443.0, "LATITUDE": 37.759735, "LONGITUDE": -122.48124, "ACCESSIBIL": 0.0, "ATSTREET": "KIRKHAM ST", "ONSTREET": "23RD AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298337.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48124, 37.759735 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd Ave&Irving St SW-FS\/BZ", "TRAPEZESTO": "23AVIRV0", "RUCUSSTOPA": "23AVIRVG", "STOPID": 3441.0, "LATITUDE": 37.763134, "LONGITUDE": -122.481482, "ACCESSIBIL": 0.0, "ATSTREET": "IRVING ST", "ONSTREET": "23RD AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298338.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48148, 37.763134 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Noriega St NE-FS\/BZ", "TRAPEZESTO": "22AVNOR1", "RUCUSSTOPA": "22AVNORI", "STOPID": 3431.0, "LATITUDE": 37.754337, "LONGITUDE": -122.479611, "ACCESSIBIL": 0.0, "ATSTREET": "NORIEGA ST", "ONSTREET": "22ND AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298339.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47961, 37.754337 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Lincoln Way SE-NS\/PS", "TRAPEZESTO": "22AVLWA1", "RUCUSSTOPA": "22AVLWAY", "STOPID": 3429.0, "LATITUDE": 37.765186, "LONGITUDE": -122.480372, "ACCESSIBIL": 0.0, "ATSTREET": "LINCOLN WY", "ONSTREET": "22ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298340.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48037, 37.765186 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Lawton St SE-NS\/SB", "TRAPEZESTO": "22AVLAW1", "RUCUSSTOPA": "22AVLAWT", "STOPID": 3428.0, "LATITUDE": 37.757754, "LONGITUDE": -122.479853, "ACCESSIBIL": 0.0, "ATSTREET": "LAWTON ST", "ONSTREET": "22ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298341.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.479853, 37.757754 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Kirkham St SE-NS\/PS", "TRAPEZESTO": "22AVKIR1", "RUCUSSTOPA": "22AVKIRK", "STOPID": 3427.0, "LATITUDE": 37.759592, "LONGITUDE": -122.47998, "ACCESSIBIL": 0.0, "ATSTREET": "KIRKHAM ST", "ONSTREET": "22ND AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298342.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47998, 37.759592 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "22nd Ave&Irving St NE-FS\/BZ", "TRAPEZESTO": "22AVIRV1", "RUCUSSTOPA": "22AVIRVG", "STOPID": 3425.0, "LATITUDE": 37.763679, "LONGITUDE": -122.480268, "ACCESSIBIL": 0.0, "ATSTREET": "IRVING ST", "ONSTREET": "22ND AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298343.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.48027, 37.763679 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "14th Ave&Quintara St W-MI\/PS", "TRAPEZESTO": "14AVQUI1", "RUCUSSTOPA": "14AVQUIN", "STOPID": 3247.0, "LATITUDE": 37.74887, "LONGITUDE": -122.47074, "ACCESSIBIL": 0.0, "ATSTREET": "QUINTARA ST", "ONSTREET": "14TH AVE", "POSITION": "MI", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298344.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.47074, 37.74887 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Market St E-NS\/SB", "TRAPEZESTO": "11STMRK1", "RUCUSSTOPA": "11STMRKT", "STOPID": 3244.0, "LATITUDE": 37.7755, "LONGITUDE": -122.41852, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "11TH ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298346.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41852, 37.7755 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Lawton St NW-NS\/RC", "TRAPEZESTO": "9AVLAW0", "RUCUSSTOPA": "9AVLAWT", "STOPID": 3218.0, "LATITUDE": 37.758533, "LONGITUDE": -122.466022, "ACCESSIBIL": 0.0, "ATSTREET": "LAWTON ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "Red Curb painted", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298347.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46602, 37.758533 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Kirkham St SE-NS\/BZ", "TRAPEZESTO": "9AVKIR1", "RUCUSSTOPA": "9AVKIRK", "STOPID": 3217.0, "LATITUDE": 37.760237, "LONGITUDE": -122.465954, "ACCESSIBIL": 0.0, "ATSTREET": "KIRKHAM ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298348.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46595, 37.760237 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Kirkham St NW-NS\/BZ", "TRAPEZESTO": "9AVKIR0", "RUCUSSTOPA": "9AVKIRK", "STOPID": 3216.0, "LATITUDE": 37.760407, "LONGITUDE": -122.466149, "ACCESSIBIL": 0.0, "ATSTREET": "KIRKHAM ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298349.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46615, 37.760407 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Judah St SW-FS\/BZ", "TRAPEZESTO": ".9AVJUD0", "RUCUSSTOPA": ".9AVJUDA", "STOPID": 3215.0, "LATITUDE": 37.76204, "LONGITUDE": -122.466241, "ACCESSIBIL": 0.0, "ATSTREET": "JUDAH ST", "ONSTREET": "9TH AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298350.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46624, 37.76204 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Judah St SE-NS\/BZ", "TRAPEZESTO": ".9AVJUD1", "RUCUSSTOPA": ".9AVJUDA", "STOPID": 3214.0, "LATITUDE": 37.762093, "LONGITUDE": -122.46608, "ACCESSIBIL": 0.0, "ATSTREET": "JUDAH ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298351.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46608, 37.762093 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Ortega St NW-NS\/PS", "TRAPEZESTO": "9AVORT0", "RUCUSSTOPA": "9AVORTG", "STOPID": 3226.0, "LATITUDE": 37.752939, "LONGITUDE": -122.465631, "ACCESSIBIL": 0.0, "ATSTREET": "ORTEGA ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298352.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46563, 37.752939 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Noriega St SE-NS\/BZ", "TRAPEZESTO": "9AVNOR1", "RUCUSSTOPA": "9AVNORI", "STOPID": 3225.0, "LATITUDE": 37.754634, "LONGITUDE": -122.465551, "ACCESSIBIL": 0.0, "ATSTREET": "NORIEGA ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298353.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46555, 37.754634 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Noriega St NW-NS\/BZ", "TRAPEZESTO": "9AVNOR0", "RUCUSSTOPA": "9AVNORI", "STOPID": 3224.0, "LATITUDE": 37.754804, "LONGITUDE": -122.465758, "ACCESSIBIL": 0.0, "ATSTREET": "NORIEGA ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298354.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.465758, 37.754804 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "9th Ave&Moraga St SE-NS\/BZ", "TRAPEZESTO": "9AVMOR1", "RUCUSSTOPA": "9AVMORA", "STOPID": 3223.0, "LATITUDE": 37.756508, "LONGITUDE": -122.465689, "ACCESSIBIL": 0.0, "ATSTREET": "MORAGA ST", "ONSTREET": "9TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298355.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46569, 37.756508 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "10th Ave&Quintara St NW-NS\/PS", "TRAPEZESTO": "10AVQUI0", "RUCUSSTOPA": "10AVQUIN", "STOPID": 3234.0, "LATITUDE": 37.749164, "LONGITUDE": -122.466432, "ACCESSIBIL": 0.0, "ATSTREET": "QUINTARA ST", "ONSTREET": "10TH AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298357.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46643, 37.749164 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "10th Ave&Quintara St NE-FS\/PS", "TRAPEZESTO": "10AVQUI1", "RUCUSSTOPA": "10AVQUIN", "STOPID": 3233.0, "LATITUDE": 37.749325, "LONGITUDE": -122.466261, "ACCESSIBIL": 0.0, "ATSTREET": "QUINTARA ST", "ONSTREET": "10TH AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298358.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46626, 37.749325 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "10th Ave&Pacheco St SW-FS\/PS", "TRAPEZESTO": "10AVPAC0", "RUCUSSTOPA": "10AVPACH", "STOPID": 3232.0, "LATITUDE": 37.750699, "LONGITUDE": -122.466547, "ACCESSIBIL": 0.0, "ATSTREET": "PACHECO ST", "ONSTREET": "10TH AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298359.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.466547, 37.750699 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "10th Ave&Pacheco St SE-NS\/PS", "TRAPEZESTO": "10AVPAC1", "RUCUSSTOPA": "10AVPACH", "STOPID": 3231.0, "LATITUDE": 37.75086, "LONGITUDE": -122.466376, "ACCESSIBIL": 0.0, "ATSTREET": "PACHECO ST", "ONSTREET": "10TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298360.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46638, 37.75086 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "10th Ave&Ortega St SE-NS\/PS", "TRAPEZESTO": "10AVORT1", "RUCUSSTOPA": "10AVORTG", "STOPID": 3230.0, "LATITUDE": 37.752724, "LONGITUDE": -122.466502, "ACCESSIBIL": 0.0, "ATSTREET": "ORTEGA ST", "ONSTREET": "10TH AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298361.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.466502, 37.752724 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mason St&Geary Blvd NE-NS\/BZ", "TRAPEZESTO": "MASNGEAR", "RUCUSSTOPA": null, "STOPID": 7649.0, "LATITUDE": 37.787214, "LONGITUDE": -122.409962, "ACCESSIBIL": 0.0, "ATSTREET": "DERBY ST", "ONSTREET": "MASON ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298362.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.409962, 37.787214 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva St. & Schwerin St. E-FS\/BZ", "TRAPEZESTO": "GNVASHWN", "RUCUSSTOPA": null, "STOPID": 7522.0, "LATITUDE": 37.706296, "LONGITUDE": -122.413084, "ACCESSIBIL": 0.0, "ATSTREET": "ALLAN ST", "ONSTREET": "GENEVA AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298363.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41308, 37.706296 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave & Mission St E-FS\/BZ", "TRAPEZESTO": "GNVAMISE", "RUCUSSTOPA": null, "STOPID": 7671.0, "LATITUDE": 37.71641, "LONGITUDE": -122.441, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": null, "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298365.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.441, 37.71641 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Somerset St E-MI\/SB", "TRAPEZESTO": "SBROSOMI", "RUCUSSTOPA": null, "STOPID": 7191.0, "LATITUDE": 37.713395, "LONGITUDE": -122.401995, "ACCESSIBIL": 0.0, "ATSTREET": "SOMERSET ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": null, "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298366.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40199, 37.713395 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Schwerin St W-NS\/PS", "TRAPEZESTO": "VISISHW1", "RUCUSSTOPA": "VISISHWN", "STOPID": 6855.0, "LATITUDE": 37.71219, "LONGITUDE": -122.41078, "ACCESSIBIL": 0.0, "ATSTREET": "SCHWERIN ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298367.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41078, 37.71219 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Schwerin St E-NS\/PS", "TRAPEZESTO": "VISISHW0", "RUCUSSTOPA": "VISISHWN", "STOPID": 6854.0, "LATITUDE": 37.712247, "LONGITUDE": -122.410504, "ACCESSIBIL": 0.0, "ATSTREET": "SCHWERIN ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298368.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4105, 37.712247 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Santos St NE-NS\/SB", "TRAPEZESTO": "SUNYSAN0", "RUCUSSTOPA": "SUNYSANT", "STOPID": 6577.0, "LATITUDE": 37.712419, "LONGITUDE": -122.418177, "ACCESSIBIL": 0.0, "ATSTREET": "SANTOS ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298369.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41818, 37.712419 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Wayland St E-NS\/BZ", "TRAPEZESTO": "SBROWYL1", "RUCUSSTOPA": "SBROWYLD", "STOPID": 6373.0, "LATITUDE": 37.72637, "LONGITUDE": -122.40301, "ACCESSIBIL": 0.0, "ATSTREET": "WAYLAND ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298370.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40301, 37.72637 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Britton St W-NS\/PS", "TRAPEZESTO": "VISIBRI1", "RUCUSSTOPA": "VISIBRIT", "STOPID": 6846.0, "LATITUDE": 37.71273, "LONGITUDE": -122.41263, "ACCESSIBIL": 0.0, "ATSTREET": "BRITTON ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298371.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41263, 37.71273 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Hahn St&Visitacion Ave SW-FS\/SB", "TRAPEZESTO": "HAHNVIS0", "RUCUSSTOPA": "HAHNVISI", "STOPID": 7026.0, "LATITUDE": 37.713301, "LONGITUDE": -122.415486, "ACCESSIBIL": 0.0, "ATSTREET": "VISITACION AVE", "ONSTREET": "HAHN ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298372.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41549, 37.713301 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Bacon St SW-FS\/BZ", "TRAPEZESTO": "SBROBACW", "RUCUSSTOPA": "SBROBACN", "STOPID": 6357.0, "LATITUDE": 37.72752, "LONGITUDE": -122.403647, "ACCESSIBIL": 0.0, "ATSTREET": "BACON ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298373.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40365, 37.72752 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Brookdale Ave SE-NS\/SB", "TRAPEZESTO": "SANTBRO1", "RUCUSSTOPA": "SANTBROK", "STOPID": 6340.0, "LATITUDE": 37.711857, "LONGITUDE": -122.418681, "ACCESSIBIL": 0.0, "ATSTREET": "BROOKDALE AVE", "ONSTREET": "SANTOS ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298374.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.418681, 37.711857 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Brookdale Ave NW-NS\/BZ", "TRAPEZESTO": "SANTBRO0", "RUCUSSTOPA": "SANTBROK", "STOPID": 6339.0, "LATITUDE": 37.711696, "LONGITUDE": -122.418864, "ACCESSIBIL": 0.0, "ATSTREET": "BROOKDALE AVE", "ONSTREET": "SANTOS ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298375.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41886, 37.711696 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Blanken Ave SE-NS\/BZ", "TRAPEZESTO": "BSHRBLKN", "RUCUSSTOPA": null, "STOPID": 7334.0, "LATITUDE": 37.712226, "LONGITUDE": -122.402179, "ACCESSIBIL": 0.0, "ATSTREET": "BLANKEN AVE", "ONSTREET": "BAYSHORE BLVD", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298376.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.402179, 37.712226 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Carter SE-FS\/BZ", "TRAPEZESTO": "GNVACRTR", "RUCUSSTOPA": null, "STOPID": 7304.0, "LATITUDE": 37.709083, "LONGITUDE": -122.423102, "ACCESSIBIL": 0.0, "ATSTREET": "CARTER ST", "ONSTREET": "GENEVA AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298377.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4231, 37.709083 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Columbus Ave&Kearny St N-FS\/BZ", "TRAPEZESTO": "COLMKRN1", "RUCUSSTOPA": "COLMKRNY", "STOPID": 4111.0, "LATITUDE": 37.797319, "LONGITUDE": -122.405742, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "COLUMBUS AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298378.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40574, 37.797319 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3801 San Bruno Ave SE-MB\/SB", "TRAPEZESTO": "SBRO3801", "RUCUSSTOPA": "SBRO3801", "STOPID": 6350.0, "LATITUDE": 37.71467, "LONGITUDE": -122.40046, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SAN BRUNO AVE", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298379.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40046, 37.71467 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3800 San Bruno Ave N-MB\/PS", "TRAPEZESTO": "SBRO3800", "RUCUSSTOPA": "SBRO3800", "STOPID": 6348.0, "LATITUDE": 37.71479, "LONGITUDE": -122.40057, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SAN BRUNO AVE", "POSITION": "MB", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298380.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40057, 37.71479 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Mansell St W-NS\/PS", "TRAPEZESTO": "SBROMAN0", "RUCUSSTOPA": "SBROMANS", "STOPID": 6361.0, "LATITUDE": 37.721604, "LONGITUDE": -122.401223, "ACCESSIBIL": 0.0, "ATSTREET": "MANSELL ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298381.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40122, 37.721604 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Santos St N-FS\/BZ", "TRAPEZESTO": "GNVASANN", "RUCUSSTOPA": "GNVASANT", "STOPID": 4900.0, "LATITUDE": 37.708484, "LONGITUDE": -122.420354, "ACCESSIBIL": 0.0, "ATSTREET": "SANTOS ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298382.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42035, 37.708484 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Felton St W-NS\/BZ", "TRAPEZESTO": "SBROFEL0", "RUCUSSTOPA": "SBROFELT", "STOPID": 6359.0, "LATITUDE": 37.73011, "LONGITUDE": -122.4047, "ACCESSIBIL": 0.0, "ATSTREET": "FELTON ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298384.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4047, 37.73011 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Dwight St W-NS\/BZ", "TRAPEZESTO": "SBRODWI0", "RUCUSSTOPA": "SBRODWIG", "STOPID": 6358.0, "LATITUDE": 37.72408, "LONGITUDE": -122.4022, "ACCESSIBIL": 0.0, "ATSTREET": "DWIGHT ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298385.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4022, 37.72408 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bay St&Midway St SE-FS", "TRAPEZESTO": "BAY MID1", "RUCUSSTOPA": "BAY MIDW", "STOPID": 3031.0, "LATITUDE": 37.806094, "LONGITUDE": -122.409161, "ACCESSIBIL": 0.0, "ATSTREET": "MIDWAY ST", "ONSTREET": "BAY ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298386.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40916, 37.806094 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Woolsey St W-NS\/BZ", "TRAPEZESTO": "SBROWLS0", "RUCUSSTOPA": "SBROWLSY", "STOPID": 6372.0, "LATITUDE": 37.72531, "LONGITUDE": -122.40271, "ACCESSIBIL": 0.0, "ATSTREET": "WOOLSEY ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298387.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40271, 37.72531 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Wilde Ave W-NS\/BZ", "TRAPEZESTO": "SBROWIL0", "RUCUSSTOPA": "SBROWILD", "STOPID": 6371.0, "LATITUDE": 37.71672, "LONGITUDE": -122.39993, "ACCESSIBIL": 0.0, "ATSTREET": "WILDE AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298388.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39993, 37.71672 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Ward St SW-MI\/BZ", "TRAPEZESTO": "SBROWAR0", "RUCUSSTOPA": "SBROWARD", "STOPID": 6369.0, "LATITUDE": 37.71905, "LONGITUDE": -122.40049, "ACCESSIBIL": 0.0, "ATSTREET": "WARD ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "MI", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298389.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40049, 37.71905 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Paul Ave N-FS\/BZ", "TRAPEZESTO": "SBROPAU1", "RUCUSSTOPA": "SBROPAUL", "STOPID": 6362.0, "LATITUDE": 37.72418, "LONGITUDE": -122.4021, "ACCESSIBIL": 0.0, "ATSTREET": "PAUL AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298390.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4021, 37.72418 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&North Point St SE-NS\/BZ", "TRAPEZESTO": "KRNYN.P0", "RUCUSSTOPA": "KRNYN.PT", "STOPID": 4823.0, "LATITUDE": 37.807182, "LONGITUDE": -122.407211, "ACCESSIBIL": 0.0, "ATSTREET": "NORTH POINT ST", "ONSTREET": "KEARNY ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298391.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40721, 37.807182 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Francisco St SE-NS\/BZ", "TRAPEZESTO": "POWLFNC1", "RUCUSSTOPA": "POWLFNCO", "STOPID": 6056.0, "LATITUDE": 37.80481, "LONGITUDE": -122.41165, "ACCESSIBIL": 0.0, "ATSTREET": "FRANCISCO ST", "ONSTREET": "POWELL ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298393.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41165, 37.80481 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Francisco St NW-NS\/BZ", "TRAPEZESTO": "POWLFNC0", "RUCUSSTOPA": "POWLFNCO", "STOPID": 6055.0, "LATITUDE": 37.804962, "LONGITUDE": -122.411879, "ACCESSIBIL": 0.0, "ATSTREET": "FRANCISCO ST", "ONSTREET": "POWELL ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298394.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41188, 37.804962 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Santos St SE-FS\/PS", "TRAPEZESTO": "SUNYSAN1", "RUCUSSTOPA": "SUNYSANT", "STOPID": 6578.0, "LATITUDE": 37.712231, "LONGITUDE": -122.417536, "ACCESSIBIL": 0.0, "ATSTREET": "SANTOS ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298396.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41754, 37.712231 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stockton St&Pacific Ave W-MB\/BB", "TRAPEZESTO": "STOKPAC1", "RUCUSSTOPA": "STOKPACF", "STOPID": 6521.0, "LATITUDE": 37.797189, "LONGITUDE": -122.408604, "ACCESSIBIL": 0.0, "ATSTREET": "PACIFIC AVE", "ONSTREET": "STOCKTON ST", "POSITION": "MB", "ORIENTATIO": "W", "SERVICEPLA": "BB", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298397.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4086, 37.797189 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Phelan Loop At Sfcc N-MB\/SB", "TRAPEZESTO": "PHELLOOP", "RUCUSSTOPA": "PHELLOOP", "STOPID": 5927.0, "LATITUDE": 37.72376, "LONGITUDE": -122.45356, "ACCESSIBIL": 0.0, "ATSTREET": "PHELAN LOOP", "ONSTREET": "OCEAN ST", "POSITION": "MB", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298398.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45356, 37.72376 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Phelan Loop NW-NS\/SB", "TRAPEZESTO": "PHELLOOI", "RUCUSSTOPA": "PHELLOOP", "STOPID": 5926.0, "LATITUDE": 37.723611, "LONGITUDE": -122.453896, "ACCESSIBIL": 0.0, "ATSTREET": "LEE AVE", "ONSTREET": "OCEAN AVE", "POSITION": "MB", "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298399.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4539, 37.723611 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Filbert St NW-NS\/PS", "TRAPEZESTO": "POWLFIL0", "RUCUSSTOPA": "POWLFILB", "STOPID": 6054.0, "LATITUDE": 37.801232, "LONGITUDE": -122.411124, "ACCESSIBIL": 0.0, "ATSTREET": "FILBERT ST", "ONSTREET": "POWELL ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298400.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41112, 37.801232 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Bay St SE-NS\/PS", "TRAPEZESTO": "POWLBAY1", "RUCUSSTOPA": "POWLBAY", "STOPID": 6045.0, "LATITUDE": 37.805738, "LONGITUDE": -122.411833, "ACCESSIBIL": 0.0, "ATSTREET": "BAY ST", "ONSTREET": "POWELL ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298401.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41183, 37.805738 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Bacon St NE-FS\/BZ", "TRAPEZESTO": "SBROBACN", "RUCUSSTOPA": "SBROBACN", "STOPID": 6355.0, "LATITUDE": 37.72797, "LONGITUDE": -122.40367, "ACCESSIBIL": 0.0, "ATSTREET": "BACON ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298402.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40367, 37.72797 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Lombard St SW-FS\/BZ", "TRAPEZESTO": "POWLLOM0", "RUCUSSTOPA": "POWLLOMB", "STOPID": 6061.0, "LATITUDE": 37.802767, "LONGITUDE": -122.411433, "ACCESSIBIL": 0.0, "ATSTREET": "LOMBARD ST", "ONSTREET": "POWELL ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298403.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41143, 37.802767 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Howth St E-NS\/BZ", "TRAPEZESTO": "GNVAHOWE", "RUCUSSTOPA": "GNVAHOWT", "STOPID": 4881.0, "LATITUDE": 37.722121, "LONGITUDE": -122.449979, "ACCESSIBIL": 0.0, "ATSTREET": "HOWTH ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298404.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44998, 37.722121 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&Lombard St SE-NS\/PS", "TRAPEZESTO": "POWLLOM1", "RUCUSSTOPA": "POWLLOMB", "STOPID": 6060.0, "LATITUDE": 37.802945, "LONGITUDE": -122.411272, "ACCESSIBIL": 0.0, "ATSTREET": "LOMBARD ST", "ONSTREET": "POWELL ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298405.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.411272, 37.802945 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Balboa Park BART Station SW-MB\/BZ", "TRAPEZESTO": "GNVABAR", "RUCUSSTOPA": "GNVABART", "STOPID": 4805.0, "LATITUDE": 37.720863, "LONGITUDE": -122.44723, "ACCESSIBIL": 0.0, "ATSTREET": "SAN JOSE AVE", "ONSTREET": "GENEVA AVE", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298406.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44723, 37.720863 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&6th St W-FS\/BZ", "TRAPEZESTO": "HARR 6S1", "RUCUSSTOPA": "HARR 6ST", "STOPID": 4970.0, "LATITUDE": 37.777148, "LONGITUDE": -122.404362, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298407.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.404362, 37.777148 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stockton St&Sacramento St W-MB\/BB", "TRAPEZESTO": "STOKSAC1", "RUCUSSTOPA": "STOKSACO", "STOPID": 6522.0, "LATITUDE": 37.793433, "LONGITUDE": -122.407861, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "STOCKTON ST", "POSITION": "MB", "ORIENTATIO": "W", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298408.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40786, 37.793433 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "North Point St&Kearny St NW-FS\/BZ", "TRAPEZESTO": "N.PTKRN0", "RUCUSSTOPA": "N.PTKRNY", "STOPID": 5462.0, "LATITUDE": 37.80735, "LONGITUDE": -122.4079, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "NORTH POINT ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298409.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4079, 37.80735 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Arleta Ave NE-FS\/BZ", "TRAPEZESTO": "SBROARL1", "RUCUSSTOPA": "SBROARLT", "STOPID": 6352.0, "LATITUDE": 37.712289, "LONGITUDE": -122.402419, "ACCESSIBIL": 0.0, "ATSTREET": "ARLETA AVE", "ONSTREET": "BAYSHORE BLVD", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298410.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40242, 37.712289 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Britton St E-NS\/SB", "TRAPEZESTO": "VISIBRI0", "RUCUSSTOPA": "VISIBRIT", "STOPID": 6845.0, "LATITUDE": 37.712765, "LONGITUDE": -122.412371, "ACCESSIBIL": 0.0, "ATSTREET": "BRITTON ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298411.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41237, 37.712765 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stockton St&Washington St W-MB\/BB", "TRAPEZESTO": "STOKWAS0", "RUCUSSTOPA": "STOKWASH", "STOPID": 6526.0, "LATITUDE": 37.795369, "LONGITUDE": -122.408249, "ACCESSIBIL": 0.0, "ATSTREET": "WASHINGTON ST", "ONSTREET": "STOCKTON ST", "POSITION": "MB", "ORIENTATIO": "W", "SERVICEPLA": "BB", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298412.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40825, 37.795369 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Bayshore Blvd N-FS", "TRAPEZESTO": "VISIBSH0", "RUCUSSTOPA": "VISIBSHR", "STOPID": 6847.0, "LATITUDE": 37.710567, "LONGITUDE": -122.404493, "ACCESSIBIL": 0.0, "ATSTREET": "BAYSHORE BLVD", "ONSTREET": "VISITACION AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298413.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40449, 37.710567 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Carter St NE-NS\/BZ", "TRAPEZESTO": "GNVACRT0", "RUCUSSTOPA": null, "STOPID": 7300.0, "LATITUDE": 37.709306, "LONGITUDE": -122.423217, "ACCESSIBIL": 0.0, "ATSTREET": "CARTER ST", "ONSTREET": "GENEVA AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298414.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42322, 37.709306 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Thornton Ave E-NS", "TRAPEZESTO": "SBROTHR1", "RUCUSSTOPA": "SBROTHRN", "STOPID": 6367.0, "LATITUDE": 37.73026, "LONGITUDE": -122.40462, "ACCESSIBIL": 0.0, "ATSTREET": "THORNTON AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298415.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40462, 37.73026 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Somerset St NW-NS\/PS", "TRAPEZESTO": "SBROSOM0", "RUCUSSTOPA": "SBROSOME", "STOPID": 6366.0, "LATITUDE": 37.71384, "LONGITUDE": -122.40213, "ACCESSIBIL": 0.0, "ATSTREET": "SOMERSET ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298416.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40213, 37.71384 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Silver Ave E-MB\/BZ", "TRAPEZESTO": "SBROSIL1", "RUCUSSTOPA": "SBROSILV", "STOPID": 6364.0, "LATITUDE": 37.73206, "LONGITUDE": -122.40537, "ACCESSIBIL": 0.0, "ATSTREET": "SILVER AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "MB", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298417.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40537, 37.73206 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Geneva Ave E-FS\/BZ", "TRAPEZESTO": "SANTGNV1", "RUCUSSTOPA": "SANTGNVA", "STOPID": 6343.0, "LATITUDE": 37.70864, "LONGITUDE": -122.41987, "ACCESSIBIL": 0.0, "ATSTREET": "GENEVA AVE", "ONSTREET": "SANTIAGO ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298418.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41987, 37.70864 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Mansell St E-NS\/BZ", "TRAPEZESTO": "SBROMAN1", "RUCUSSTOPA": "SBROMANS", "STOPID": 6360.0, "LATITUDE": 37.721478, "LONGITUDE": -122.400948, "ACCESSIBIL": 0.0, "ATSTREET": "MANSELL ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298419.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40095, 37.721478 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Velasco Ave S-NS\/PS", "TRAPEZESTO": "SANTVEL1", "RUCUSSTOPA": "SANTVELA", "STOPID": 6345.0, "LATITUDE": 37.709867, "LONGITUDE": -122.4193, "ACCESSIBIL": 0.0, "ATSTREET": "VELASCO AVE", "ONSTREET": "SANTOS ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298420.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4193, 37.709867 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stockton St&Columbus Ave SW-FS\/BZ", "TRAPEZESTO": "STOKCOL1", "RUCUSSTOPA": "STOKCOLM", "STOPID": 6513.0, "LATITUDE": 37.799277, "LONGITUDE": -122.40905, "ACCESSIBIL": 0.0, "ATSTREET": "COLUMBUS AVE", "ONSTREET": "STOCKTON ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298421.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40905, 37.799277 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Stockton St&Sutter St NW-NS\/BB", "TRAPEZESTO": "STOKSUT1", "RUCUSSTOPA": "STOKSUTT", "STOPID": 6524.0, "LATITUDE": 37.789953, "LONGITUDE": -122.40714, "ACCESSIBIL": 0.0, "ATSTREET": "SUTTER ST", "ONSTREET": "STOCKTON ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BB", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298422.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40714, 37.789953 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Ward St E-FS\/BZ", "TRAPEZESTO": "SBROWAR1", "RUCUSSTOPA": "SBROWARD", "STOPID": 6368.0, "LATITUDE": 37.71938, "LONGITUDE": -122.40042, "ACCESSIBIL": 0.0, "ATSTREET": "WARD ST", "ONSTREET": "SAN BRUNO AVE", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298423.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40042, 37.71938 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Grant Ave NW-FS\/BZ", "TRAPEZESTO": "BDWYGRN0", "RUCUSSTOPA": null, "STOPID": 7185.0, "LATITUDE": 37.797849, "LONGITUDE": -122.407342, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "BROADWAY", "POSITION": null, "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298424.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40734, 37.797849 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Ocean Ave&Geneva Ave SW-NS\/SI", "TRAPEZESTO": "OCENGNVA", "RUCUSSTOPA": "OCENGNVA", "STOPID": 7036.0, "LATITUDE": 37.723031, "LONGITUDE": -122.452453, "ACCESSIBIL": 0.0, "ATSTREET": "GENEVA AVE", "ONSTREET": "OCEAN AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298425.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.452453, 37.723031 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Powell St&North Point St SW-FS\/BZ", "TRAPEZESTO": "POWLN.P0", "RUCUSSTOPA": "POWLN.PT", "STOPID": 6066.0, "LATITUDE": 37.806497, "LONGITUDE": -122.412176, "ACCESSIBIL": 0.0, "ATSTREET": "NORTH POINT ST", "ONSTREET": "POWELL ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298426.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41218, 37.806497 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Sawyer St W-NS\/PS", "TRAPEZESTO": "VISISAW1", "RUCUSSTOPA": "VISISAWR", "STOPID": 6853.0, "LATITUDE": 37.71324, "LONGITUDE": -122.41453, "ACCESSIBIL": 0.0, "ATSTREET": "SAWYER ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298427.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41453, 37.71324 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Sawyer St E-NS\/PS", "TRAPEZESTO": "VISISAW0", "RUCUSSTOPA": "VISISAWY", "STOPID": 6852.0, "LATITUDE": 37.713283, "LONGITUDE": -122.414237, "ACCESSIBIL": 0.0, "ATSTREET": "SAWYER ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298428.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41424, 37.713283 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Rutland St W-NS\/PS", "TRAPEZESTO": "VISIRUT1", "RUCUSSTOPA": "VISIRUTL", "STOPID": 6851.0, "LATITUDE": 37.71144, "LONGITUDE": -122.40807, "ACCESSIBIL": 0.0, "ATSTREET": "RUTLAND ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298429.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40807, 37.71144 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Rutland St E-NS\/PS", "TRAPEZESTO": "VISIRUT0", "RUCUSSTOPA": "VISIRUTL", "STOPID": 6850.0, "LATITUDE": 37.711488, "LONGITUDE": -122.407791, "ACCESSIBIL": 0.0, "ATSTREET": "RUTLAND ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298430.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40779, 37.711488 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Visitacion Ave&Cora St W-NS\/PS", "TRAPEZESTO": "VISICOR1", "RUCUSSTOPA": "VISICORA", "STOPID": 6848.0, "LATITUDE": 37.7117, "LONGITUDE": -122.40896, "ACCESSIBIL": 0.0, "ATSTREET": "CORA ST", "ONSTREET": "VISITACION AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298431.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40896, 37.7117 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Cayuga Ave E-NS\/BZ", "TRAPEZESTO": "GNVACAY0", "RUCUSSTOPA": "GNVACAYU", "STOPID": 4810.0, "LATITUDE": 37.718927, "LONGITUDE": -122.443554, "ACCESSIBIL": 0.0, "ATSTREET": "CAYUGA AVE", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298432.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44355, 37.718927 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Velasco Ave N-NS\/PS", "TRAPEZESTO": "SANTVEL0", "RUCUSSTOPA": "SANTVELA", "STOPID": 6346.0, "LATITUDE": 37.710028, "LONGITUDE": -122.419426, "ACCESSIBIL": 0.0, "ATSTREET": "VELASCO AVE", "ONSTREET": "SANTOS ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298433.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41943, 37.710028 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Wilde Ave N-FS\/BZ", "TRAPEZESTO": "SBROWIL1", "RUCUSSTOPA": "SBROWILD", "STOPID": 6370.0, "LATITUDE": 37.717, "LONGITUDE": -122.39984, "ACCESSIBIL": 0.0, "ATSTREET": "WILDE AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298434.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39984, 37.717 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "5th St&Folsom St W-NS\/BZ", "TRAPEZESTO": "5STFOL0", "RUCUSSTOPA": "5STFOLS", "STOPID": 3168.0, "LATITUDE": 37.78031, "LONGITUDE": -122.40357, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "05TH ST", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298435.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40357, 37.78031 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cayuga Ave&Onondaga Ave", "TRAPEZESTO": "CAYUONO1", "RUCUSSTOPA": "CAYUONON", "STOPID": 7067.0, "LATITUDE": 37.72205, "LONGITUDE": -122.43975, "ACCESSIBIL": 0.0, "ATSTREET": "ONONDAGA AVE", "ONSTREET": "CAYUGA AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298436.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43975, 37.72205 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Clay St NE-FS\/BZ", "TRAPEZESTO": "KRNYCLA1", "RUCUSSTOPA": "KRNYCLAY", "STOPID": 4820.0, "LATITUDE": 37.794699, "LONGITUDE": -122.404741, "ACCESSIBIL": 0.0, "ATSTREET": "CLAY ST", "ONSTREET": "KEARNY ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298437.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40474, 37.794699 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "North Point St&Stockton St NE-NS\/BZ", "TRAPEZESTO": "N PTSTO0", "RUCUSSTOPA": "N PTSTOK", "STOPID": 5470.0, "LATITUDE": 37.80704, "LONGITUDE": -122.41038, "ACCESSIBIL": 0.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "NORTH POINT ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298438.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41038, 37.80704 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Hahn St&Sunnydale Ave N-NS\/PS", "TRAPEZESTO": "HAHNSUNY", "RUCUSSTOPA": "HAHNSUNY", "STOPID": 4938.0, "LATITUDE": 37.712025, "LONGITUDE": -122.416047, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "HAHN ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298439.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.416047, 37.712025 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Hahn St&Sunnydale Ave E-FS\/PS", "TRAPEZESTO": "HAHNSUN1", "RUCUSSTOPA": "HAHNSUNY", "STOPID": 4937.0, "LATITUDE": 37.71201, "LONGITUDE": -122.4159, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "HAHN ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298440.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4159, 37.71201 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Moscow St N-FS\/BZ", "TRAPEZESTO": "GNVAMSC0", "RUCUSSTOPA": "GNVAMSCW", "STOPID": 4889.0, "LATITUDE": 37.713332, "LONGITUDE": -122.433957, "ACCESSIBIL": 0.0, "ATSTREET": "MOSCOW ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298441.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43396, 37.713332 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Munich St W-NS\/BZ", "TRAPEZESTO": "GNVAMNC1", "RUCUSSTOPA": "GNVAMNCH", "STOPID": 4888.0, "LATITUDE": 37.712948, "LONGITUDE": -122.43303, "ACCESSIBIL": 0.0, "ATSTREET": "MUNICH ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298442.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43303, 37.712948 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave & Mission St E-NS\/BZ", "TRAPEZESTO": "GNVAMIS0", "RUCUSSTOPA": "GNVAMISS", "STOPID": 4886.0, "LATITUDE": 37.716473, "LONGITUDE": -122.440874, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298443.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44087, 37.716473 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Madrid St N-FS\/BZ", "TRAPEZESTO": "GNVAMAD0", "RUCUSSTOPA": "GNVAMADR", "STOPID": 4884.0, "LATITUDE": 37.715143, "LONGITUDE": -122.438034, "ACCESSIBIL": 0.0, "ATSTREET": "MADRID ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298444.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43803, 37.715143 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Madrid St S-FS\/BZ", "TRAPEZESTO": "GNVAMAD1", "RUCUSSTOPA": "GNVAMADR", "STOPID": 4883.0, "LATITUDE": 37.714768, "LONGITUDE": -122.437587, "ACCESSIBIL": 0.0, "ATSTREET": "MADRID ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298445.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43759, 37.714768 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Howth St S-FS\/PS", "TRAPEZESTO": "GNVAHOWS", "RUCUSSTOPA": "GNVAHOWT", "STOPID": 4882.0, "LATITUDE": 37.721978, "LONGITUDE": -122.45007, "ACCESSIBIL": 0.0, "ATSTREET": "HOWTH ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298446.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45007, 37.721978 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Delano Ave N-FS\/BZ", "TRAPEZESTO": "GNVADLN0", "RUCUSSTOPA": "GNVADLNO", "STOPID": 4879.0, "LATITUDE": 37.720283, "LONGITUDE": -122.445363, "ACCESSIBIL": 0.0, "ATSTREET": "DELANO AVE", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298447.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44536, 37.720283 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1650 Geneva Ave S-MB\/PS", "TRAPEZESTO": "GNVA1651", "RUCUSSTOPA": "GNVA1650", "STOPID": 4796.0, "LATITUDE": 37.71174, "LONGITUDE": -122.42829, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "GENEVA AVE", "POSITION": "MB", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298448.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42829, 37.71174 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1650 Geneva Ave N-FS\/PS", "TRAPEZESTO": "GNVA1650", "RUCUSSTOPA": "GNVA1650", "STOPID": 4795.0, "LATITUDE": 37.71187, "LONGITUDE": -122.42819, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298449.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42819, 37.71187 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Pacific Ave NE-FS\/SB", "TRAPEZESTO": "KRNYPAC1", "RUCUSSTOPA": "KRNYPACF", "STOPID": 4824.0, "LATITUDE": 37.797331, "LONGITUDE": -122.405267, "ACCESSIBIL": 0.0, "ATSTREET": "PACIFIC AVE", "ONSTREET": "KEARNY ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298451.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40527, 37.797331 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Jackson St SE-NS\/BZ", "TRAPEZESTO": "KRNYJAC1", "RUCUSSTOPA": "KRNYJACK", "STOPID": 4822.0, "LATITUDE": 37.796126, "LONGITUDE": -122.405027, "ACCESSIBIL": 0.0, "ATSTREET": "JACKSON ST", "ONSTREET": "KEARNY ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298453.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40503, 37.796126 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Geary Blvd NE-FS\/BZ", "TRAPEZESTO": "KRNYGEA0", "RUCUSSTOPA": "KRNYGEAR", "STOPID": 4821.0, "LATITUDE": 37.788203, "LONGITUDE": -122.403461, "ACCESSIBIL": 0.0, "ATSTREET": "GEARY ST", "ONSTREET": "KEARNY ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298454.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.403461, 37.788203 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&California St NE-FS\/BZ", "TRAPEZESTO": "KRNYCAL1", "RUCUSSTOPA": "KRNYCALI", "STOPID": 4819.0, "LATITUDE": 37.792878, "LONGITUDE": -122.404364, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "KEARNY ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298455.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40436, 37.792878 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kearny St&Bush St NE-FS\/BZ", "TRAPEZESTO": "KRNYBUS1", "RUCUSSTOPA": "KRNYBUSH", "STOPID": 4818.0, "LATITUDE": 37.791004, "LONGITUDE": -122.403976, "ACCESSIBIL": 0.0, "ATSTREET": "BUSH ST", "ONSTREET": "KEARNY ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298456.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40398, 37.791004 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Delano Ave W-NS\/BZ", "TRAPEZESTO": "GNVADLN1", "RUCUSSTOPA": "GNVADLNO", "STOPID": 4816.0, "LATITUDE": 37.720069, "LONGITUDE": -122.44526, "ACCESSIBIL": 0.0, "ATSTREET": "DELANO AVE", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298457.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44526, 37.720069 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&5th St W-FS\/BZ", "TRAPEZESTO": "HARR 5S1", "RUCUSSTOPA": "HARR 5ST", "STOPID": 4969.0, "LATITUDE": 37.778914, "LONGITUDE": -122.402137, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298458.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40214, 37.778914 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1701 Geneva Ave SW-MB\/PS", "TRAPEZESTO": "GNVA1751", "RUCUSSTOPA": "GNVA1750", "STOPID": 4799.0, "LATITUDE": 37.71072, "LONGITUDE": -122.42576, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298459.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42576, 37.71072 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1721 Geneva Ave NE-MB\/PS", "TRAPEZESTO": "GNVA1720", "RUCUSSTOPA": "GNVA1721", "STOPID": 4798.0, "LATITUDE": 37.71108, "LONGITUDE": -122.42627, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "GENEVA AVE", "POSITION": "MB", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298460.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42627, 37.71108 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Naples St E-NS\/BZ", "TRAPEZESTO": "GNVANAP0", "RUCUSSTOPA": "GNVANAPL", "STOPID": 4890.0, "LATITUDE": 37.714251, "LONGITUDE": -122.436042, "ACCESSIBIL": 0.0, "ATSTREET": "NAPLES ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298461.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43604, 37.714251 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Cayuga Ave S-FS\/BZ", "TRAPEZESTO": "GNVACAY1", "RUCUSSTOPA": "GNVACYUG", "STOPID": 4811.0, "LATITUDE": 37.718722, "LONGITUDE": -122.443554, "ACCESSIBIL": 0.0, "ATSTREET": "CAYUGA AVE", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298462.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44355, 37.718722 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Balboa Park BART Station NE-MB\/BZ", "TRAPEZESTO": "GNVABART", "RUCUSSTOPA": "GNVABART", "STOPID": 4803.0, "LATITUDE": 37.72105, "LONGITUDE": -122.447219, "ACCESSIBIL": 0.0, "ATSTREET": "I-280 N OFF RAMP", "ONSTREET": "GENEVA AVE", "POSITION": "MB", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298463.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44722, 37.72105 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Prague St E-NS\/BZ", "TRAPEZESTO": "GNVAPRA0", "RUCUSSTOPA": "GNVAPRAG", "STOPID": 4894.0, "LATITUDE": 37.712832, "LONGITUDE": -122.431805, "ACCESSIBIL": 0.0, "ATSTREET": "PRAGUE ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298464.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.431805, 37.712832 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Paris St W-NS\/PS", "TRAPEZESTO": "GNVAPAR0", "RUCUSSTOPA": "GNVAPARS", "STOPID": 4893.0, "LATITUDE": 37.715679, "LONGITUDE": -122.439614, "ACCESSIBIL": 0.0, "ATSTREET": "PARIS ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "FL", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298465.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43961, 37.715679 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Paris St E-NS\/PS", "TRAPEZESTO": "GNVAPAR1", "RUCUSSTOPA": "GNVAPARS", "STOPID": 4892.0, "LATITUDE": 37.715714, "LONGITUDE": -122.439305, "ACCESSIBIL": 0.0, "ATSTREET": "PARIS ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "FL", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298466.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.439305, 37.715714 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Naples St S-FS\/BZ", "TRAPEZESTO": "GNVANAP1", "RUCUSSTOPA": "GNVANAPL", "STOPID": 4891.0, "LATITUDE": 37.714028, "LONGITUDE": -122.435961, "ACCESSIBIL": 0.0, "ATSTREET": "NAPLES ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298467.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43596, 37.714028 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Columbus Ave&Union St NW-NS\/BZ", "TRAPEZESTO": "COLMUNI1", "RUCUSSTOPA": "COLMUNIN", "STOPID": 4120.0, "LATITUDE": 37.800384, "LONGITUDE": -122.410436, "ACCESSIBIL": 0.0, "ATSTREET": "UNION ST", "ONSTREET": "COLUMBUS AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298468.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41044, 37.800384 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Columbus Ave&Union St NE-FS\/BZ", "TRAPEZESTO": "COLMUNIO", "RUCUSSTOPA": "COLMUNIN", "STOPID": 4119.0, "LATITUDE": 37.8005, "LONGITUDE": -122.410356, "ACCESSIBIL": 0.0, "ATSTREET": "UNION ST", "ONSTREET": "COLUMBUS AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298469.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41036, 37.8005 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Columbus Ave&Broadway N-FS\/BZ", "TRAPEZESTO": "COLMBDW0", "RUCUSSTOPA": "COLMBDWY", "STOPID": 4101.0, "LATITUDE": 37.798123, "LONGITUDE": -122.406897, "ACCESSIBIL": 0.0, "ATSTREET": "BROADWAY", "ONSTREET": "COLUMBUS AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298470.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4069, 37.798123 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Arleta Ave W-FS\/SB", "TRAPEZESTO": "BSHRARL0", "RUCUSSTOPA": "BSHRARLT", "STOPID": 3772.0, "LATITUDE": 37.712235, "LONGITUDE": -122.402614, "ACCESSIBIL": 0.0, "ATSTREET": "ARLETA AVE", "ONSTREET": "BAYSHORE BLVD", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298471.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40261, 37.712235 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Columbus Ave&Green St E-NS\/BZ", "TRAPEZESTO": "COLMGRE1", "RUCUSSTOPA": "COLMGREN", "STOPID": 4108.0, "LATITUDE": 37.799386, "LONGITUDE": -122.408723, "ACCESSIBIL": 0.0, "ATSTREET": "GREEN ST", "ONSTREET": "COLUMBUS AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298473.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40872, 37.799386 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "5th St North&Market St NW-NS\/BZ", "TRAPEZESTO": "5STNMRK0", "RUCUSSTOPA": "5STNMRKT", "STOPID": 3612.0, "LATITUDE": 37.784011, "LONGITUDE": -122.40821, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "5TH ST NORTH", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298474.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40821, 37.784011 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bryant St&6th St S-FS\/BZ", "TRAPEZESTO": "BRYT 6S0", "RUCUSSTOPA": "BRYT 6ST", "STOPID": 3725.0, "LATITUDE": 37.776157, "LONGITUDE": -122.402231, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "BRYANT ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298475.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40223, 37.776157 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bryant St&5th St E-FS\/BZ", "TRAPEZESTO": "BRYT 5S1", "RUCUSSTOPA": "BRYT 5ST", "STOPID": 3724.0, "LATITUDE": 37.77795, "LONGITUDE": -122.39995, "ACCESSIBIL": 0.0, "ATSTREET": "05TH ST", "ONSTREET": "BRYANT ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298476.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39995, 37.77795 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bryant St&4th St S-NS\/PS", "TRAPEZESTO": "BRYT 4S1", "RUCUSSTOPA": "BRYT 4ST", "STOPID": 3723.0, "LATITUDE": 37.779474, "LONGITUDE": -122.398068, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "BRYANT ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298477.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39807, 37.779474 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Visitacion Ave E-FS", "TRAPEZESTO": "BSHRVIS1", "RUCUSSTOPA": "BSHRVISI", "STOPID": 3793.0, "LATITUDE": 37.71062, "LONGITUDE": -122.40389, "ACCESSIBIL": 0.0, "ATSTREET": "VISITACION AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298478.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40389, 37.71062 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Leland Ave W-FS\/BZ", "TRAPEZESTO": "BSHRLEL0", "RUCUSSTOPA": "BSHRLELD", "STOPID": 3783.0, "LATITUDE": 37.711138, "LONGITUDE": -122.403783, "ACCESSIBIL": 0.0, "ATSTREET": "LELAND AVE", "ONSTREET": "BAYSHORE BLVD", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298479.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40378, 37.711138 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3rd St&Perry (Harrison) St E-NS\/BZ", "TRAPEZESTO": ".3STPER1", "RUCUSSTOPA": "3STPERY", "STOPID": 3144.0, "LATITUDE": 37.782704, "LONGITUDE": -122.39747, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "3RD ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298480.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39747, 37.782704 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3rd St&Mission St N-FS\/BZ", "TRAPEZESTO": ".3STMISS", "RUCUSSTOPA": ".3STMRKT", "STOPID": 3136.0, "LATITUDE": 37.786373, "LONGITUDE": -122.40211, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "3RD ST", "POSITION": "MB", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298481.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40211, 37.786373 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "5th St&Mission St W-NS\/BZ", "TRAPEZESTO": "5STMIS0", "RUCUSSTOPA": "5STMISS", "STOPID": 3173.0, "LATITUDE": 37.78277, "LONGITUDE": -122.40665, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "05TH ST", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298482.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40665, 37.78277 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "5th St&Howard St S-FS\/BZ", "TRAPEZESTO": "5STHWR0", "RUCUSSTOPA": "5STHWRD", "STOPID": 3171.0, "LATITUDE": 37.78123, "LONGITUDE": -122.40474, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "5TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298483.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40474, 37.78123 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3rd St&Howard St E-NS\/BZ", "TRAPEZESTO": "3STHWR0", "RUCUSSTOPA": "3STHWRD", "STOPID": 3128.0, "LATITUDE": 37.784945, "LONGITUDE": -122.400254, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "3RD ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298484.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40025, 37.784945 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "3rd St&Folsom St N-FS\/BZ", "TRAPEZESTO": "3STFOL0", "RUCUSSTOPA": "3STFOLS", "STOPID": 3124.0, "LATITUDE": 37.783998, "LONGITUDE": -122.399097, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "3RD ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298485.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3991, 37.783998 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore &Visitacion E-MB\/BZ", "TRAPEZESTO": "BSHRVISI", "RUCUSSTOPA": null, "STOPID": 7520.0, "LATITUDE": 37.709523, "LONGITUDE": -122.404631, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "BAYSHORE BLVD", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298486.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.404631, 37.709523 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Garrison Ave N-NS\/SB", "TRAPEZESTO": "SHWNGAR0", "RUCUSSTOPA": "SHWNGARR", "STOPID": 6382.0, "LATITUDE": 37.70931, "LONGITUDE": -122.412, "ACCESSIBIL": 0.0, "ATSTREET": "GARRISON AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298488.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.412, 37.70931 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&17th St SW-FS\/BZ", "TRAPEZESTO": "POTR17S0", "RUCUSSTOPA": "POTR17ST", "STOPID": 6029.0, "LATITUDE": 37.76423, "LONGITUDE": -122.40754, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298491.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40754, 37.76423 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&17th St NE-FS\/BZ", "TRAPEZESTO": "POTR17S1", "RUCUSSTOPA": "POTR17ST", "STOPID": 6028.0, "LATITUDE": 37.764738, "LONGITUDE": -122.407349, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298492.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40735, 37.764738 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&16th St SW-FS\/BZ", "TRAPEZESTO": "POTR16S0", "RUCUSSTOPA": "POTR16ST", "STOPID": 6027.0, "LATITUDE": 37.765701, "LONGITUDE": -122.407646, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298493.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40765, 37.765701 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Talbert St E-NS\/PS", "TRAPEZESTO": "SUNYTAL0", "RUCUSSTOPA": "SUNYTALB", "STOPID": 6583.0, "LATITUDE": 37.70935, "LONGITUDE": -122.40669, "ACCESSIBIL": 0.0, "ATSTREET": "TALBERT ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298495.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40669, 37.70935 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Oakdale Ave S-NS\/BZ", "TRAPEZESTO": "BSHROAK1", "RUCUSSTOPA": "BSHROAKD", "STOPID": 3786.0, "LATITUDE": 37.74288, "LONGITUDE": -122.40519, "ACCESSIBIL": 0.0, "ATSTREET": "OAKDALE AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298500.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40519, 37.74288 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "McLaren School NE-FS\/SB", "TRAPEZESTO": "SUNYMCS0", "RUCUSSTOPA": "SUNYMCSC", "STOPID": 6574.0, "LATITUDE": 37.713704, "LONGITUDE": -122.422116, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298501.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.422116, 37.713704 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Bayshore Blvd NW-FS", "TRAPEZESTO": "SUNYBSH1", "RUCUSSTOPA": "SUNYBSHR", "STOPID": 6569.0, "LATITUDE": 37.708944, "LONGITUDE": -122.405204, "ACCESSIBIL": 0.0, "ATSTREET": "BAYSHORE BLVD", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298502.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4052, 37.708944 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Sunnydale Ave W-FS\/PS", "TRAPEZESTO": "SHWNSUN0", "RUCUSSTOPA": "SHWNSUNY", "STOPID": 6387.0, "LATITUDE": 37.71036, "LONGITUDE": -122.41151, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298503.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41151, 37.71036 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Santos St&Geneva Ave N-NS\/SB", "TRAPEZESTO": "SANTGNV0", "RUCUSSTOPA": "SANTGNVA", "STOPID": 6344.0, "LATITUDE": 37.7085, "LONGITUDE": -122.42008, "ACCESSIBIL": 0.0, "ATSTREET": "GENEVA AVE", "ONSTREET": "SANTIAGO ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298506.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42008, 37.7085 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Main St&Mission St N-FS\/BZ", "TRAPEZESTO": "MAINMIS0", "RUCUSSTOPA": "MAINMISS", "STOPID": 5335.0, "LATITUDE": 37.791982, "LONGITUDE": -122.394964, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "MAIN ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298509.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39496, 37.791982 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&16th St NE-FS\/BZ", "TRAPEZESTO": "POTR16S1", "RUCUSSTOPA": "POTR16ST", "STOPID": 6026.0, "LATITUDE": 37.766031, "LONGITUDE": -122.407474, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298518.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40747, 37.766031 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Bayshore Blvd SW-NS", "TRAPEZESTO": "SUNYBSH0", "RUCUSSTOPA": null, "STOPID": 7297.0, "LATITUDE": 37.708801, "LONGITUDE": -122.40525, "ACCESSIBIL": 0.0, "ATSTREET": "BAYSHORE BLVD", "ONSTREET": "SUNNYDALE AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298519.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40525, 37.708801 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Alemany Blvd SW-FS\/SB", "TRAPEZESTO": "BSHRALE0", "RUCUSSTOPA": "BSHRALEM", "STOPID": 3771.0, "LATITUDE": 37.737729, "LONGITUDE": -122.406997, "ACCESSIBIL": 0.0, "ATSTREET": "ALEMANY BLVD", "ONSTREET": "BAYSHORE BLVD", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298520.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.406997, 37.737729 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Hampshire St&24th St SE-NS\/SB", "TRAPEZESTO": "HAMP24S1", "RUCUSSTOPA": "HAMP24ST", "STOPID": 4964.0, "LATITUDE": 37.752826, "LONGITUDE": -122.407218, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "HAMPSHIRE ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298521.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40722, 37.752826 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "SF General Hospital E-MB\/BB", "TRAPEZESTO": "POTRHOS1", "RUCUSSTOPA": "POTRHOSP", "STOPID": 6119.0, "LATITUDE": 37.755413, "LONGITUDE": -122.406472, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "POTRERO AVE", "POSITION": "MB", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298522.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40647, 37.755413 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&22nd St NE-FS\/BZ", "TRAPEZESTO": "POTR22S1", "RUCUSSTOPA": "POTR22ST", "STOPID": 6035.0, "LATITUDE": 37.75719, "LONGITUDE": -122.4066, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298523.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4066, 37.75719 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&15th St NE-FS\/BZ", "TRAPEZESTO": "POTR15S1", "RUCUSSTOPA": null, "STOPID": 7298.0, "LATITUDE": 37.767334, "LONGITUDE": -122.407623, "ACCESSIBIL": 0.0, "ATSTREET": "15TH ST", "ONSTREET": "POTRERO AVE", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298524.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40762, 37.767334 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Rutland St E-NS\/PS", "TRAPEZESTO": "SUNYRUT0", "RUCUSSTOPA": "SUNYRUTL", "STOPID": 6576.0, "LATITUDE": 37.70986, "LONGITUDE": -122.40851, "ACCESSIBIL": 0.0, "ATSTREET": "RUTLAND ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298526.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40851, 37.70986 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Macdonald Ave S-NS\/PS", "TRAPEZESTO": "SHWNMAC1", "RUCUSSTOPA": "SHWNMACD", "STOPID": 6385.0, "LATITUDE": 37.70709, "LONGITUDE": -122.41293, "ACCESSIBIL": 0.0, "ATSTREET": "MACDONALD AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298533.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41293, 37.70709 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Geneva Ave N-NS\/PS", "TRAPEZESTO": "SHWNGNV0", "RUCUSSTOPA": "SHWNGNVA", "STOPID": 6384.0, "LATITUDE": 37.706528, "LONGITUDE": -122.413359, "ACCESSIBIL": 0.0, "ATSTREET": "GENEVA AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298534.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41336, 37.706528 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Garrison Ave SE-MB\/SB", "TRAPEZESTO": "SHWNGAR1", "RUCUSSTOPA": "SHWNGARR", "STOPID": 6383.0, "LATITUDE": 37.70906, "LONGITUDE": -122.41198, "ACCESSIBIL": 0.0, "ATSTREET": "GARRISON AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "MB", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298535.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41198, 37.70906 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&24th St SW-FS\/BZ", "TRAPEZESTO": "POTR24S0", "RUCUSSTOPA": "POTR24ST", "STOPID": 6039.0, "LATITUDE": 37.75268, "LONGITUDE": -122.40644, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298536.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40644, 37.75268 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "McLaren School SW-FS\/BZ", "TRAPEZESTO": "SUNYMCS1", "RUCUSSTOPA": "SUNYMCSC", "STOPID": 6575.0, "LATITUDE": 37.713553, "LONGITUDE": -122.422219, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298537.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42222, 37.713553 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bay Shore Blvd&Silver Ave NW-NS", "TRAPEZESTO": "BSHRSIL0", "RUCUSSTOPA": "BSHRSILV", "STOPID": 3789.0, "LATITUDE": 37.732963, "LONGITUDE": -122.404789, "ACCESSIBIL": 0.0, "ATSTREET": "SILVER AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298541.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.404789, 37.732963 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&24th St NE-FS\/BZ", "TRAPEZESTO": "POTR24S1", "RUCUSSTOPA": "POTR24ST", "STOPID": 6038.0, "LATITUDE": 37.753254, "LONGITUDE": -122.406267, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298542.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40627, 37.753254 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&23rd St SW-FS\/BZ", "TRAPEZESTO": "POTR23S0", "RUCUSSTOPA": "POTR23ST", "STOPID": 6037.0, "LATITUDE": 37.75399, "LONGITUDE": -122.40657, "ACCESSIBIL": 0.0, "ATSTREET": "23RD ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298543.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40657, 37.75399 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&22nd St SW-FS\/BZ", "TRAPEZESTO": "POTR22S0", "RUCUSSTOPA": "POTR22ST", "STOPID": 6036.0, "LATITUDE": 37.75588, "LONGITUDE": -122.40675, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298544.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40675, 37.75588 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "San Bruno Ave&Silver Ave S-FS\/BZ", "TRAPEZESTO": "SBROSIL0", "RUCUSSTOPA": "SBROSILV", "STOPID": 6365.0, "LATITUDE": 37.73217, "LONGITUDE": -122.40556, "ACCESSIBIL": 0.0, "ATSTREET": "SILVER AVE", "ONSTREET": "SAN BRUNO AVE", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298547.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40556, 37.73217 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Cora St N-FS\/PS", "TRAPEZESTO": "SUNYCOR1", "RUCUSSTOPA": "SUNYCORA", "STOPID": 6571.0, "LATITUDE": 37.710203, "LONGITUDE": -122.409612, "ACCESSIBIL": 0.0, "ATSTREET": "CORA ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298549.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40961, 37.710203 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Cora St SE-FS\/PS", "TRAPEZESTO": "SUNYCOR0", "RUCUSSTOPA": "SUNYCORA", "STOPID": 6570.0, "LATITUDE": 37.710007, "LONGITUDE": -122.409521, "ACCESSIBIL": 0.0, "ATSTREET": "CORA ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298550.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40952, 37.710007 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1901 Sunnydale Ave SW-MB\/SB", "TRAPEZESTO": "SUNY1901", "RUCUSSTOPA": "SUNY1901", "STOPID": 6568.0, "LATITUDE": 37.71322, "LONGITUDE": -122.42115, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SUNNYDALE AVE", "POSITION": "MB", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298551.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42115, 37.71322 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1900 Sunnydale Ave NE-FS\/SB", "TRAPEZESTO": "SUNY1900", "RUCUSSTOPA": "SUNY1900", "STOPID": 6567.0, "LATITUDE": 37.7134, "LONGITUDE": -122.42138, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298553.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42138, 37.7134 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1800 Sunnydale Ave NE-FS\/SB", "TRAPEZESTO": "SUNY1800", "RUCUSSTOPA": "SUNY1800", "STOPID": 6566.0, "LATITUDE": 37.712972, "LONGITUDE": -122.419952, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SUNNYDALE AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298554.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41995, 37.712972 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "1725 Sunnydale Ave SW-MB\/SB", "TRAPEZESTO": "SUNY1721", "RUCUSSTOPA": "SUNY1725", "STOPID": 6565.0, "LATITUDE": 37.71279, "LONGITUDE": -122.41954, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "SUNNYDALE AVE", "POSITION": "MB", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298555.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41954, 37.71279 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Mission St N-FS\/BS", "TRAPEZESTO": "11STMIS1", "RUCUSSTOPA": "11STMISS", "STOPID": 3242.0, "LATITUDE": 37.77457, "LONGITUDE": -122.41732, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298559.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41732, 37.77457 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Oakdale Ave N-NS\/BZ", "TRAPEZESTO": "BSHROAK0", "RUCUSSTOPA": "BSHROAKD", "STOPID": 3785.0, "LATITUDE": 37.74332, "LONGITUDE": -122.40523, "ACCESSIBIL": 0.0, "ATSTREET": "OAKDALE AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298560.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40523, 37.74332 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&21st St SW-FS\/BZ", "TRAPEZESTO": "POTR21S0", "RUCUSSTOPA": "POTR21ST", "STOPID": 6034.0, "LATITUDE": 37.75749, "LONGITUDE": -122.4069, "ACCESSIBIL": 0.0, "ATSTREET": "21ST ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298561.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4069, 37.75749 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&20th St SW-FS\/BZ", "TRAPEZESTO": "POTR20S0", "RUCUSSTOPA": "POTR20ST", "STOPID": 6033.0, "LATITUDE": 37.75908, "LONGITUDE": -122.40705, "ACCESSIBIL": 0.0, "ATSTREET": "20TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298562.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40705, 37.75908 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sunnydale Ave&Talbert St W-NS\/PS", "TRAPEZESTO": "SUNYTAL1", "RUCUSSTOPA": "SUNYTALB", "STOPID": 6584.0, "LATITUDE": 37.70935, "LONGITUDE": -122.407, "ACCESSIBIL": 0.0, "ATSTREET": "TALBERT ST", "ONSTREET": "SUNNYDALE AVE", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298563.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.407, 37.70935 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Velasco Ave N-NS\/PS", "TRAPEZESTO": "SHWNVEL0", "RUCUSSTOPA": "SHWNVELA", "STOPID": 6389.0, "LATITUDE": 37.70813, "LONGITUDE": -122.41254, "ACCESSIBIL": 0.0, "ATSTREET": "VELASCO AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298564.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41254, 37.70813 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Rio Verde St NE-NS\/SB", "TRAPEZESTO": "GNVARVD1", "RUCUSSTOPA": null, "STOPID": 7127.0, "LATITUDE": 37.707136, "LONGITUDE": -122.415706, "ACCESSIBIL": 0.0, "ATSTREET": "RIO VERDE ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298566.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41571, 37.707136 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Howard St S-FS\/BZ", "TRAPEZESTO": "11STHWR0", "RUCUSSTOPA": "11STHWRD", "STOPID": 3241.0, "LATITUDE": 37.77283, "LONGITUDE": -122.41538, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298568.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41538, 37.77283 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Velasco Ave E-FS\/SB", "TRAPEZESTO": "SHWNVEL1", "RUCUSSTOPA": "SHWNVELA", "STOPID": 6388.0, "LATITUDE": 37.70826, "LONGITUDE": -122.41234, "ACCESSIBIL": 0.0, "ATSTREET": "VELASCO AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298569.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41234, 37.70826 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Schwerin St&Sunnydale Ave S-NS\/PS", "TRAPEZESTO": "SHWNSUN1", "RUCUSSTOPA": "SHWNSUNY", "STOPID": 6386.0, "LATITUDE": 37.71049, "LONGITUDE": -122.41136, "ACCESSIBIL": 0.0, "ATSTREET": "SUNNYDALE AVE", "ONSTREET": "SCHWERIN ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298570.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41136, 37.71049 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "228 Bayshore Blvd W-FS\/BZ", "TRAPEZESTO": "BSHR 220", "RUCUSSTOPA": "BSHR 228", "STOPID": 3768.0, "LATITUDE": 37.74472, "LONGITUDE": -122.40443, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298575.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40443, 37.74472 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&20th St NE-FS\/BZ", "TRAPEZESTO": "POTR20S1", "RUCUSSTOPA": "POTR20ST", "STOPID": 6032.0, "LATITUDE": 37.75962, "LONGITUDE": -122.40684, "ACCESSIBIL": 0.0, "ATSTREET": "20TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298576.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40684, 37.75962 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&18th St SW-FS\/BZ", "TRAPEZESTO": "POTR18S0", "RUCUSSTOPA": "POTR18ST", "STOPID": 6031.0, "LATITUDE": 37.76164, "LONGITUDE": -122.40729, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298577.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40729, 37.76164 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&18th St SE-NS\/BZ", "TRAPEZESTO": "POTR18S1", "RUCUSSTOPA": "POTR18ST", "STOPID": 6030.0, "LATITUDE": 37.76185, "LONGITUDE": -122.40705, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298578.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40705, 37.76185 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&Alameda St NW-NS\/BZ", "TRAPEZESTO": "POTRALA0", "RUCUSSTOPA": "POTRALAM", "STOPID": 6043.0, "LATITUDE": 37.76844, "LONGITUDE": -122.40792, "ACCESSIBIL": 0.0, "ATSTREET": "ALAMEDA ST", "ONSTREET": "POTRERO AVE", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298582.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40792, 37.76844 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&25th St SW-FS\/BZ", "TRAPEZESTO": "POTR25S0", "RUCUSSTOPA": "POTR25ST", "STOPID": 6041.0, "LATITUDE": 37.751264, "LONGITUDE": -122.406337, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298583.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40634, 37.751264 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Potrero Ave&25th St SE-NS\/BZ", "TRAPEZESTO": "POTR25S1", "RUCUSSTOPA": "POTR25ST", "STOPID": 6040.0, "LATITUDE": 37.75164, "LONGITUDE": -122.40608, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "POTRERO AVE", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298584.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40608, 37.75164 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Larkin St N-NS\/SI", "TRAPEZESTO": "MRKTLAR0", "RUCUSSTOPA": "MRKTLARK", "STOPID": 5680.0, "LATITUDE": 37.777598, "LONGITUDE": -122.416236, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "SI", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298586.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41624, 37.777598 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Castelo St SW-MI\/PS", "TRAPEZESTO": "GNVACAS1", "RUCUSSTOPA": "GNVACAST", "STOPID": 4809.0, "LATITUDE": 37.7077, "LONGITUDE": -122.41841, "ACCESSIBIL": 0.0, "ATSTREET": "CASTELO ST", "ONSTREET": "GENEVA AVE", "POSITION": "MI", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298591.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41841, 37.7077 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Castelo St E-NS\/PS", "TRAPEZESTO": "GNVACAS0", "RUCUSSTOPA": "GNVACAST", "STOPID": 4808.0, "LATITUDE": 37.7079, "LONGITUDE": -122.41823, "ACCESSIBIL": 0.0, "ATSTREET": "CASTELO ST", "ONSTREET": "GENEVA AVE", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298593.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41823, 37.7079 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Division St&Bryant St SE-FS\/BZ", "TRAPEZESTO": "DIVNBRY0", "RUCUSSTOPA": "DIVNBRYT", "STOPID": 4436.0, "LATITUDE": 37.76934, "LONGITUDE": -122.41074, "ACCESSIBIL": 0.0, "ATSTREET": "BRYANT ST", "ONSTREET": "DIVISION ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298594.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41074, 37.76934 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Santos St E-NS\/PS", "TRAPEZESTO": "GNVASANE", "RUCUSSTOPA": "GNVASANT", "STOPID": 4899.0, "LATITUDE": 37.708368, "LONGITUDE": -122.419954, "ACCESSIBIL": 0.0, "ATSTREET": "SANTOS ST", "ONSTREET": "GENEVA ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298595.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41995, 37.708368 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Geneva Ave&Rio Verde St SE-FS\/BZ", "TRAPEZESTO": "GNVARVD0", "RUCUSSTOPA": "GNVARVDE", "STOPID": 4895.0, "LATITUDE": 37.706939, "LONGITUDE": -122.415534, "ACCESSIBIL": 0.0, "ATSTREET": "RIO VERDE ST", "ONSTREET": "GENEVA AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298596.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.415534, 37.706939 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Cortland Ave NW-NS\/BZ", "TRAPEZESTO": "BSHRCOR0", "RUCUSSTOPA": "BSHRCORT", "STOPID": 3779.0, "LATITUDE": 37.73967, "LONGITUDE": -122.40712, "ACCESSIBIL": 0.0, "ATSTREET": "CORTLAND AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298598.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40712, 37.73967 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Cortland Ave NE-FS\/BZ", "TRAPEZESTO": "BSHRCOR1", "RUCUSSTOPA": "BSHRCORT", "STOPID": 3778.0, "LATITUDE": 37.73986, "LONGITUDE": -122.40677, "ACCESSIBIL": 0.0, "ATSTREET": "CORTLAND AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298599.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40677, 37.73986 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Boutwell St NE-FS\/BZ", "TRAPEZESTO": "BSHRBOU1", "RUCUSSTOPA": "BSHRBOUT", "STOPID": 3775.0, "LATITUDE": 37.73488, "LONGITUDE": -122.40588, "ACCESSIBIL": 0.0, "ATSTREET": "BOUTWELL ST", "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298600.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40588, 37.73488 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Augusta St NW-NS\/BZ", "TRAPEZESTO": "BSHRAUG0", "RUCUSSTOPA": "BSHRAUGU", "STOPID": 3773.0, "LATITUDE": 37.73425, "LONGITUDE": -122.40558, "ACCESSIBIL": 0.0, "ATSTREET": "AUGUSTA ST", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298601.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40558, 37.73425 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "380 Bayshore Blvd N-NS\/PS", "TRAPEZESTO": "BSHR 380", "RUCUSSTOPA": "BSHR 380", "STOPID": 3769.0, "LATITUDE": 37.74133, "LONGITUDE": -122.40669, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298603.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40669, 37.74133 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Silver Ave N-FS\/BZ", "TRAPEZESTO": "BSHRSIL1", "RUCUSSTOPA": "BSHRSILV", "STOPID": 3788.0, "LATITUDE": 37.733213, "LONGITUDE": -122.40472, "ACCESSIBIL": 0.0, "ATSTREET": "SILVER AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298605.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40472, 37.733213 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bayshore Blvd&Marengo St NE-FS\/BZ", "TRAPEZESTO": "BSHRMRN1", "RUCUSSTOPA": "BSHRMRNG", "STOPID": 3784.0, "LATITUDE": 37.738701, "LONGITUDE": -122.406894, "ACCESSIBIL": 0.0, "ATSTREET": "MARENGO ST", "ONSTREET": "BAY SHORE BLVD", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298606.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40689, 37.738701 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bay Shore Blvd&Jerrold Ave S-MB", "TRAPEZESTO": "BSHRJER1", "RUCUSSTOPA": "BSHRJERR", "STOPID": 3782.0, "LATITUDE": 37.747123, "LONGITUDE": -122.403509, "ACCESSIBIL": 0.0, "ATSTREET": "JERROLD AVE", "ONSTREET": "BAY SHORE BLVD", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298608.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40351, 37.747123 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Potrero Ave N-MB\/BZ", "TRAPEZESTO": "25STPOT0", "RUCUSSTOPA": "25STPOTR", "STOPID": 3511.0, "LATITUDE": 37.751407, "LONGITUDE": -122.40668, "ACCESSIBIL": 0.0, "ATSTREET": "POTRERO AVE", "ONSTREET": "25TH ST", "POSITION": "MB", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298609.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40668, 37.751407 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Bryant St&16th St SW-FS\/BZ", "TRAPEZESTO": "BRYT16S0", "RUCUSSTOPA": "BRYT16ST", "STOPID": 3731.0, "LATITUDE": 37.7653, "LONGITUDE": -122.41054, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "BRYANT ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298611.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41054, 37.7653 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "16th St&Bryant St N-MB\/BZ", "TRAPEZESTO": "16STBRY1", "RUCUSSTOPA": "16STBRYT", "STOPID": 3281.0, "LATITUDE": 37.76572, "LONGITUDE": -122.409812, "ACCESSIBIL": 0.0, "ATSTREET": "BRYANT ST", "ONSTREET": "16TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298612.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40981, 37.76572 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Market St S-FS\/BZ", "TRAPEZESTO": "11STMRK0", "RUCUSSTOPA": "11STMRKT", "STOPID": 3245.0, "LATITUDE": 37.775368, "LONGITUDE": -122.418575, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298613.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41857, 37.775368 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Mission St S-FS\/BZ", "TRAPEZESTO": "11STMIS0", "RUCUSSTOPA": "11STMISS", "STOPID": 3243.0, "LATITUDE": 37.774038, "LONGITUDE": -122.416891, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298615.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41689, 37.774038 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Howard St N-FS\/BZ", "TRAPEZESTO": "11STHWR1", "RUCUSSTOPA": "11STHWRD", "STOPID": 3240.0, "LATITUDE": 37.77333, "LONGITUDE": -122.41573, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298616.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41573, 37.77333 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Harrison St S-FS\/BZ", "TRAPEZESTO": "11STHAR0", "RUCUSSTOPA": "11STHARR", "STOPID": 3239.0, "LATITUDE": 37.77036, "LONGITUDE": -122.41227, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298617.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41227, 37.77036 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Harrison St N-FS\/BZ", "TRAPEZESTO": "11STHAR1", "RUCUSSTOPA": "11STHARR", "STOPID": 3238.0, "LATITUDE": 37.77085, "LONGITUDE": -122.41263, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298618.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41263, 37.77085 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Folsom St S-FS\/BZ", "TRAPEZESTO": "11STFOL0", "RUCUSSTOPA": "11STFOLS", "STOPID": 3237.0, "LATITUDE": 37.77159, "LONGITUDE": -122.41381, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298619.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41381, 37.77159 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Folsom St N-FS\/BZ", "TRAPEZESTO": "11STFOL1", "RUCUSSTOPA": "11STFOLS", "STOPID": 3236.0, "LATITUDE": 37.77212, "LONGITUDE": -122.41422, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298620.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41422, 37.77212 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "11th St&Bryant St N-FS\/BZ", "TRAPEZESTO": "11STBRY1", "RUCUSSTOPA": "11STBRYT", "STOPID": 3235.0, "LATITUDE": 37.769807, "LONGITUDE": -122.4113, "ACCESSIBIL": 0.0, "ATSTREET": "BRYANT ST", "ONSTREET": "11TH ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298621.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4113, 37.769807 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Market St S-FS\/SB", "TRAPEZESTO": ".2STMRK0", "RUCUSSTOPA": ".2STMRKT", "STOPID": 3012.0, "LATITUDE": 37.789067, "LONGITUDE": -122.401306, "ACCESSIBIL": 0.0, "ATSTREET": "MARKET ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298622.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40131, 37.789067 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Folsom St N-FS\/BZ", "TRAPEZESTO": ".2STFOLS", "RUCUSSTOPA": null, "STOPID": 7496.0, "LATITUDE": 37.78563, "LONGITUDE": -122.396723, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "2ND ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298624.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39672, 37.78563 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&Cesar Chavez St NE-FS\/BZ", "TRAPEZESTO": "FOLSCHAV", "RUCUSSTOPA": null, "STOPID": 7552.0, "LATITUDE": 37.748376, "LONGITUDE": -122.413579, "ACCESSIBIL": 0.0, "ATSTREET": "ARMY ST", "ONSTREET": "FOLSOM ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298625.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.413579, 37.748376 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cesar Chavez St&Mission St SE-FS\/BZ", "TRAPEZESTO": "CHAVMIS1", "RUCUSSTOPA": null, "STOPID": 7551.0, "LATITUDE": 37.7481, "LONGITUDE": -122.418082, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "ARMY ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298626.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.418082, 37.7481 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "24th St & Potrero Ave", "TRAPEZESTO": "24STPOTR", "RUCUSSTOPA": null, "STOPID": 7518.0, "LATITUDE": 37.753067, "LONGITUDE": -122.40621, "ACCESSIBIL": 0.0, "ATSTREET": "UTAH ST", "ONSTREET": "24TH ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298627.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40621, 37.753067 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Webster St NE-NS\/PS", "TRAPEZESTO": "JACKWEBS", "RUCUSSTOPA": null, "STOPID": 7553.0, "LATITUDE": 37.792743, "LONGITUDE": -122.432807, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "JACKSON ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298629.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43281, 37.792743 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Sutter St NE-FS\/BZ", "TRAPEZESTO": "SANSSUTT", "RUCUSSTOPA": null, "STOPID": 7550.0, "LATITUDE": 37.790352, "LONGITUDE": -122.400502, "ACCESSIBIL": 0.0, "ATSTREET": "BUSH ST", "ONSTREET": "SANSOME ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298630.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.400502, 37.790352 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St & Stevenson St E-MB\/BZ", "TRAPEZESTO": "2STSTV1", "RUCUSSTOPA": null, "STOPID": 7549.0, "LATITUDE": 37.788282, "LONGITUDE": -122.400068, "ACCESSIBIL": 0.0, "ATSTREET": "JESSIE ST", "ONSTREET": "2ND ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298631.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40007, 37.788282 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Howard St E-NS\/BZ", "TRAPEZESTO": "2STHWR1", "RUCUSSTOPA": null, "STOPID": 7548.0, "LATITUDE": 37.786755, "LONGITUDE": -122.398143, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "2ND ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298632.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39814, 37.786755 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cesar Chavez St&Valencia St SE-FS\/B", "TRAPEZESTO": "CHAVVLN1", "RUCUSSTOPA": null, "STOPID": 7592.0, "LATITUDE": 37.748056, "LONGITUDE": -122.420064, "ACCESSIBIL": 0.0, "ATSTREET": "VALENCIA ST", "ONSTREET": "ARMY ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298633.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42006, 37.748056 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Townsend St N-FS\/BZ", "TRAPEZESTO": "2STTOWN", "RUCUSSTOPA": null, "STOPID": 7547.0, "LATITUDE": 37.780702, "LONGITUDE": -122.390559, "ACCESSIBIL": 0.0, "ATSTREET": "TOWNSEND ST", "ONSTREET": "2ND ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298634.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39056, 37.780702 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Dakota St&23rd St NE-NS\/PS", "TRAPEZESTO": "DAKO23ST", "RUCUSSTOPA": null, "STOPID": 7546.0, "LATITUDE": 37.754705, "LONGITUDE": -122.396572, "ACCESSIBIL": 0.0, "ATSTREET": "23RD ST", "ONSTREET": "DAKOTA ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298635.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.396572, 37.754705 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St & Dakota SE-SW\/PS", "TRAPEZESTO": "23STDAKO", "RUCUSSTOPA": null, "STOPID": 7545.0, "LATITUDE": 37.754678, "LONGITUDE": -122.396779, "ACCESSIBIL": 0.0, "ATSTREET": "DAKOTA ST", "ONSTREET": "23RD ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298636.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39678, 37.754678 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&19th St NW-NS\/PS", "TRAPEZESTO": "CONN19ST", "RUCUSSTOPA": null, "STOPID": 7544.0, "LATITUDE": 37.761326, "LONGITUDE": -122.397473, "ACCESSIBIL": 0.0, "ATSTREET": "ARKANSAS ST", "ONSTREET": "19TH ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298637.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.397473, 37.761326 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Folsom St E-NS\/BZ", "TRAPEZESTO": ".2STFOL1", "RUCUSSTOPA": null, "STOPID": 7588.0, "LATITUDE": 37.785514, "LONGITUDE": -122.396597, "ACCESSIBIL": 0.0, "ATSTREET": "DOW PL", "ONSTREET": "2ND ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298638.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3966, 37.785514 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&Alameda St SE-NS\/SB", "TRAPEZESTO": "R ISALA1", "RUCUSSTOPA": "R ISALAM", "STOPID": 6202.0, "LATITUDE": 37.768573, "LONGITUDE": -122.402843, "ACCESSIBIL": 0.0, "ATSTREET": "ALAMEDA ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298639.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40284, 37.768573 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&26th St NW-NS", "TRAPEZESTO": "R IS26S0", "RUCUSSTOPA": "R IS26ST", "STOPID": 6200.0, "LATITUDE": 37.750727, "LONGITUDE": -122.401342, "ACCESSIBIL": 0.0, "ATSTREET": "26TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298640.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40134, 37.750727 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&25th St NW-NS\/SB", "TRAPEZESTO": "R IS25S0", "RUCUSSTOPA": "R IS25ST", "STOPID": 6199.0, "LATITUDE": 37.75211, "LONGITUDE": -122.401467, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298641.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40147, 37.75211 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&24th St NW-NS\/PS", "TRAPEZESTO": "R IS24S0", "RUCUSSTOPA": "R IS24ST", "STOPID": 6198.0, "LATITUDE": 37.753386, "LONGITUDE": -122.401569, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298642.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.401569, 37.753386 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Mason St SW-NS\/SB", "TRAPEZESTO": "PACFMAS0", "RUCUSSTOPA": "PACFMASN", "STOPID": 5848.0, "LATITUDE": 37.796209, "LONGITUDE": -122.411814, "ACCESSIBIL": 0.0, "ATSTREET": "AUBURN ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298643.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.411814, 37.796209 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Wisconsin St&Madera St SE-NS\/PS", "TRAPEZESTO": "WISCMDR1", "RUCUSSTOPA": "WISCMDRA", "STOPID": 6966.0, "LATITUDE": 37.75577, "LONGITUDE": -122.39872, "ACCESSIBIL": 0.0, "ATSTREET": "MADERA ST", "ONSTREET": "WISCONSIN ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298644.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39872, 37.75577 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Bryant St S-FS\/BZ", "TRAPEZESTO": "2STBRY0", "RUCUSSTOPA": "2STBRYT", "STOPID": 3006.0, "LATITUDE": 37.782845, "LONGITUDE": -122.393469, "ACCESSIBIL": 0.0, "ATSTREET": "BRYANT ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298645.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39347, 37.782845 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Battery St&Jackson St NW-NS\/BZ", "TRAPEZESTO": "BATTJAC0", "RUCUSSTOPA": "BATTJACK", "STOPID": 3030.0, "LATITUDE": 37.79686, "LONGITUDE": -122.40077, "ACCESSIBIL": 0.0, "ATSTREET": "JACKSON ST", "ONSTREET": "BATTERY ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298646.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40077, 37.79686 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&22nd St NE-FS\/PS", "TRAPEZESTO": "FOLS22S1", "RUCUSSTOPA": "FOLS22ST", "STOPID": 4675.0, "LATITUDE": 37.755951, "LONGITUDE": -122.414332, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298647.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41433, 37.755951 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Wisconsin St&26th St NE-FS\/PS", "TRAPEZESTO": "WISC26S1", "RUCUSSTOPA": "WISC26ST", "STOPID": 6962.0, "LATITUDE": 37.751279, "LONGITUDE": -122.398282, "ACCESSIBIL": 0.0, "ATSTREET": "26TH ST", "ONSTREET": "WISCONSIN ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298648.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.398282, 37.751279 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Wisconsin St&22nd St SE-NS\/PS", "TRAPEZESTO": "WISC22S1", "RUCUSSTOPA": "WISC22ST", "STOPID": 6957.0, "LATITUDE": 37.75719, "LONGITUDE": -122.39886, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "WISCONSIN ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "PB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298649.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39886, 37.75719 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Harrison St N-FS\/BZ", "TRAPEZESTO": "2STHAR1", "RUCUSSTOPA": "2STHARR", "STOPID": 3009.0, "LATITUDE": 37.784532, "LONGITUDE": -122.395325, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298650.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39532, 37.784532 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&3rd St W-FS\/BZ", "TRAPEZESTO": "TOWN 3S0", "RUCUSSTOPA": "TOWN 3ST", "STOPID": 6692.0, "LATITUDE": 37.778723, "LONGITUDE": -122.393037, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "TOWNSEND ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298651.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.393037, 37.778723 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Webster St SW-NS\/PS", "TRAPEZESTO": "WASHWEB1", "RUCUSSTOPA": "WASHWEBS", "STOPID": 6931.0, "LATITUDE": 37.791716, "LONGITUDE": -122.432842, "ACCESSIBIL": 0.0, "ATSTREET": "WEBSTER ST", "ONSTREET": "WASHINGTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298652.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.791716 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&5th St S-NS\/SB", "TRAPEZESTO": "TOWN 5S1", "RUCUSSTOPA": "TOWN 5ST", "STOPID": 6697.0, "LATITUDE": 37.775227, "LONGITUDE": -122.397211, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298653.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.397211, 37.775227 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&5th St N-NS\/BZ", "TRAPEZESTO": "TOWN 5S0", "RUCUSSTOPA": "TOWN 5ST", "STOPID": 6696.0, "LATITUDE": 37.775432, "LONGITUDE": -122.3972, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298654.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.3972, 37.775432 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&4th St S-NS\/BZ", "TRAPEZESTO": "TOWN 4S1", "RUCUSSTOPA": "TOWN 4ST", "STOPID": 6695.0, "LATITUDE": 37.776984, "LONGITUDE": -122.394986, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298655.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.394986, 37.776984 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&4th St N-NS\/BZ", "TRAPEZESTO": "TOWN 4S0", "RUCUSSTOPA": "TOWN 4ST", "STOPID": 6694.0, "LATITUDE": 37.777189, "LONGITUDE": -122.394975, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298656.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39497, 37.777189 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Sacramento St NE-FS\/BZ", "TRAPEZESTO": "SANSSAC1", "RUCUSSTOPA": "SANSSACO", "STOPID": 6333.0, "LATITUDE": 37.79428, "LONGITUDE": -122.40131, "ACCESSIBIL": 0.0, "ATSTREET": "SACRAMENTO ST", "ONSTREET": "SANSOME ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298658.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40131, 37.79428 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Van Ness Ave NW-FS\/BZ", "TRAPEZESTO": "JACKV N1", "RUCUSSTOPA": "JACKV N", "STOPID": 5166.0, "LATITUDE": 37.793963, "LONGITUDE": -122.423372, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "JACKSON ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298659.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42337, 37.793963 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&17th St SW-FS\/BZ", "TRAPEZESTO": "CONN17S0", "RUCUSSTOPA": "CONN17ST", "STOPID": 4124.0, "LATITUDE": 37.764749, "LONGITUDE": -122.397785, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "CONNECTICUT ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298660.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39778, 37.764749 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Sansome St SE-FS\/BB", "TRAPEZESTO": "BDWYSANS", "RUCUSSTOPA": "BDWYSANS", "STOPID": 7005.0, "LATITUDE": 37.798401, "LONGITUDE": -122.401907, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "BROADWAY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298661.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.401907, 37.798401 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Polk St NW-FS\/SB", "TRAPEZESTO": "JACKPOLK", "RUCUSSTOPA": null, "STOPID": 7203.0, "LATITUDE": 37.794177, "LONGITUDE": -122.421732, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "JACKSON ST", "POSITION": null, "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298662.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42173, 37.794177 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&6th St S-NS\/SB", "TRAPEZESTO": "TOWN 6S1", "RUCUSSTOPA": "TOWN 6ST", "STOPID": 6699.0, "LATITUDE": 37.77347, "LONGITUDE": -122.399436, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298663.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.399436, 37.77347 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kansas St&23rd St SE-NS\/BZ", "TRAPEZESTO": "KANS23S1", "RUCUSSTOPA": "KANS23ST", "STOPID": 5227.0, "LATITUDE": 37.75443, "LONGITUDE": -122.402485, "ACCESSIBIL": 0.0, "ATSTREET": "23RD ST", "ONSTREET": "KANSAS ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298664.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40248, 37.75443 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "26th St&Mission St SE-FS\/BZ", "TRAPEZESTO": "26STMIS1", "RUCUSSTOPA": "26STMISS", "STOPID": 3519.0, "LATITUDE": 37.749001, "LONGITUDE": -122.417818, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "26TH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298665.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41782, 37.749001 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Valencia St&Cesar Chavez St NE-FS", "TRAPEZESTO": "VLNCCHA1", "RUCUSSTOPA": "VLNCARMY", "STOPID": 6881.0, "LATITUDE": 37.748217, "LONGITUDE": -122.420213, "ACCESSIBIL": 0.0, "ATSTREET": "ARMY ST", "ONSTREET": "VALENCIA ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298667.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.420213, 37.748217 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Laguna St SE-FS\/SB", "TRAPEZESTO": "WASHLGN0", "RUCUSSTOPA": "WASHLGNA", "STOPID": 6923.0, "LATITUDE": 37.79218, "LONGITUDE": -122.429116, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "WASHINGTON ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298668.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42912, 37.79218 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Jones St NE-NS\/PS", "TRAPEZESTO": "PACFJON1", "RUCUSSTOPA": "PACFJONE", "STOPID": 5840.0, "LATITUDE": 37.79596, "LONGITUDE": -122.41491, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298669.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41491, 37.79596 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Hyde St SW-NS\/PS", "TRAPEZESTO": "PACFHYD0", "RUCUSSTOPA": "PACFHYDE", "STOPID": 5839.0, "LATITUDE": 37.795381, "LONGITUDE": -122.418395, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298670.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41839, 37.795381 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Hyde St NE-NS", "TRAPEZESTO": "PACFHYD1", "RUCUSSTOPA": "PACFHYDE", "STOPID": 5838.0, "LATITUDE": 37.79555, "LONGITUDE": -122.4182, "ACCESSIBIL": 0.0, "ATSTREET": "HYDE ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298671.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4182, 37.79555 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Valencia St&25th St NE-FS\/BZ", "TRAPEZESTO": "VLNC25S1", "RUCUSSTOPA": "VLNC25ST", "STOPID": 6878.0, "LATITUDE": 37.75075, "LONGITUDE": -122.42044, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "VALENCIA ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298672.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42044, 37.75075 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&3rd St E-FS\/BZ", "TRAPEZESTO": "TOWN 3S1", "RUCUSSTOPA": "TOWN 3ST", "STOPID": 6691.0, "LATITUDE": 37.778981, "LONGITUDE": -122.392452, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "TOWNSEND ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298673.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.392452, 37.778981 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&5th St E-FS\/BZ", "TRAPEZESTO": "FOLS 5S1", "RUCUSSTOPA": "FOLS 5ST", "STOPID": 4659.0, "LATITUDE": 37.780386, "LONGITUDE": -122.403099, "ACCESSIBIL": 0.0, "ATSTREET": "5TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298674.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4031, 37.780386 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Polk St NE-NS\/BZ", "TRAPEZESTO": "PACFPOL1", "RUCUSSTOPA": "PACFPOLK", "STOPID": 5850.0, "LATITUDE": 37.795114, "LONGITUDE": -122.42148, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298675.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42148, 37.795114 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Arkansas St&22nd St NW-NS", "TRAPEZESTO": "ARKS22S0", "RUCUSSTOPA": "ARKS22ST", "STOPID": 3652.0, "LATITUDE": 37.75745, "LONGITUDE": -122.39804, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "ARKANSAS ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298676.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39804, 37.75745 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Valencia St&25th St SW-FS\/BZ", "TRAPEZESTO": "VLNC25S0", "RUCUSSTOPA": "VLNC25ST", "STOPID": 6879.0, "LATITUDE": 37.75028, "LONGITUDE": -122.42059, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "VALENCIA ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298678.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42059, 37.75028 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&15th St NW-NS\/SB", "TRAPEZESTO": "R IS15S0", "RUCUSSTOPA": "R IS15ST", "STOPID": 6187.0, "LATITUDE": 37.767466, "LONGITUDE": -122.402912, "ACCESSIBIL": 0.0, "ATSTREET": "15TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298679.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40291, 37.767466 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Clay St SW-FS\/BZ", "TRAPEZESTO": "SANSCLA0", "RUCUSSTOPA": "SANSCLAY", "STOPID": 6328.0, "LATITUDE": 37.79447, "LONGITUDE": -122.40149, "ACCESSIBIL": 0.0, "ATSTREET": "CLAY ST", "ONSTREET": "SANSOME ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298680.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40149, 37.79447 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&California St NW-NS\/BZ", "TRAPEZESTO": "SANSCAL1", "RUCUSSTOPA": "SANSCALI", "STOPID": 6327.0, "LATITUDE": 37.79318, "LONGITUDE": -122.40122, "ACCESSIBIL": 0.0, "ATSTREET": "CALIFORNIA ST", "ONSTREET": "SANSOME ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298681.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40122, 37.79318 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Washington St NE-FS\/BZ", "TRAPEZESTO": "SANSWAS0", "RUCUSSTOPA": "SANSWASH", "STOPID": 6337.0, "LATITUDE": 37.79606, "LONGITUDE": -122.40166, "ACCESSIBIL": 0.0, "ATSTREET": "WASHINGTON ST", "ONSTREET": "SANSOME ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298682.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40166, 37.79606 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Gough St SW-NS\/SB", "TRAPEZESTO": "WASHGOU0", "RUCUSSTOPA": "WASHGOUG", "STOPID": 6918.0, "LATITUDE": 37.792545, "LONGITUDE": -122.42625, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "WASHINGTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298683.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42625, 37.792545 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Franklin St SW-NS\/SB", "TRAPEZESTO": "WASHFRK0", "RUCUSSTOPA": "WASHFRKL", "STOPID": 6917.0, "LATITUDE": 37.792759, "LONGITUDE": -122.42461, "ACCESSIBIL": 0.0, "ATSTREET": "FRANKLIN ST", "ONSTREET": "WASHINGTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298684.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42461, 37.792759 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Buchanan St SW-NS\/PS", "TRAPEZESTO": "WASHBUC0", "RUCUSSTOPA": "WASHBUCH", "STOPID": 6915.0, "LATITUDE": 37.791921, "LONGITUDE": -122.431191, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "WASHINGTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298685.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43119, 37.791921 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&6th St N-NS\/SB", "TRAPEZESTO": "TOWN 6S0", "RUCUSSTOPA": "TOWN 6ST", "STOPID": 6698.0, "LATITUDE": 37.773675, "LONGITUDE": -122.399424, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298686.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39942, 37.773675 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Stockton St NE-NS\/BZ", "TRAPEZESTO": "PACFSTO1", "RUCUSSTOPA": "PACFSTOK", "STOPID": 5855.0, "LATITUDE": 37.796788, "LONGITUDE": -122.408329, "ACCESSIBIL": 0.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298687.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40833, 37.796788 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St & Stevenson St W-FS\/BZ", "TRAPEZESTO": "2STSTV0", "RUCUSSTOPA": "2STSTVN", "STOPID": 3013.0, "LATITUDE": 37.78862, "LONGITUDE": -122.40065, "ACCESSIBIL": 0.0, "ATSTREET": "STEVENSON ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298688.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40065, 37.78862 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Wisconsin St SE-FS\/PS", "TRAPEZESTO": "25STWISI", "RUCUSSTOPA": "25STWISC", "STOPID": 3513.0, "LATITUDE": 37.752162, "LONGITUDE": -122.398293, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "25TH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298689.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39829, 37.752162 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Battery St&Broadway SW-FS\/BZ", "TRAPEZESTO": "BATTBDW1", "RUCUSSTOPA": "BATTBDWY", "STOPID": 3025.0, "LATITUDE": 37.798311, "LONGITUDE": -122.401093, "ACCESSIBIL": 0.0, "ATSTREET": "BROADWAY", "ONSTREET": "BATTERY ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298690.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40109, 37.798311 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&Alameda St NW-NS\/SB", "TRAPEZESTO": "R ISALA0", "RUCUSSTOPA": "R ISALAM", "STOPID": 6201.0, "LATITUDE": 37.768742, "LONGITUDE": -122.403038, "ACCESSIBIL": 0.0, "ATSTREET": "ALAMEDA ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298691.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40304, 37.768742 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Wisconsin St NE-NS\/PS", "TRAPEZESTO": "25STWIS1", "RUCUSSTOPA": "25STWISC", "STOPID": 3512.0, "LATITUDE": 37.75224, "LONGITUDE": -122.39831, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "25TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298692.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39831, 37.75224 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "20th St&Arkansas St NE-NS", "TRAPEZESTO": "20STARK0", "RUCUSSTOPA": "20STARKS", "STOPID": 3412.0, "LATITUDE": 37.75996, "LONGITUDE": -122.39808, "ACCESSIBIL": 0.0, "ATSTREET": "ARKANSAS ST", "ONSTREET": "20TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298693.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39808, 37.75996 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Valencia St&24th St SW-FS\/BZ", "TRAPEZESTO": "VLNC24S0", "RUCUSSTOPA": "VLNC24ST", "STOPID": 6877.0, "LATITUDE": 37.75186, "LONGITUDE": -122.42074, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "VALENCIA ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298694.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42074, 37.75186 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Washington St&Fillmore St SW-NS\/PS", "TRAPEZESTO": "WASHFIL0", "RUCUSSTOPA": "WASHFILL", "STOPID": 6916.0, "LATITUDE": 37.791503, "LONGITUDE": -122.434481, "ACCESSIBIL": 0.0, "ATSTREET": "FILLMORE ST", "ONSTREET": "WASHINGTON ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298695.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43448, 37.791503 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Townsend St W-NS\/SB", "TRAPEZESTO": "2STTOW0", "RUCUSSTOPA": "2STTOWN", "STOPID": 3015.0, "LATITUDE": 37.780622, "LONGITUDE": -122.390685, "ACCESSIBIL": 0.0, "ATSTREET": "TOWNSEND ST", "ONSTREET": "2ND ST", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298696.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39068, 37.780622 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&17th St NW-NS\/PS", "TRAPEZESTO": "R IS17S0", "RUCUSSTOPA": "R IS17ST", "STOPID": 6191.0, "LATITUDE": 37.76487, "LONGITUDE": -122.402673, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298697.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.402673, 37.76487 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&16th St NW-NS\/PS", "TRAPEZESTO": "R IS16S0", "RUCUSSTOPA": "R IS16ST", "STOPID": 6190.0, "LATITUDE": 37.766164, "LONGITUDE": -122.402799, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298698.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4028, 37.766164 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&16th St NE-FS\/SB", "TRAPEZESTO": "R IS16S1", "RUCUSSTOPA": "R IS16ST", "STOPID": 6189.0, "LATITUDE": 37.766324, "LONGITUDE": -122.402627, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298699.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40263, 37.766324 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Rhode Island St&15th St SE-NS\/SB", "TRAPEZESTO": "R IS15S1", "RUCUSSTOPA": "R IS15ST", "STOPID": 6188.0, "LATITUDE": 37.767315, "LONGITUDE": -122.402729, "ACCESSIBIL": 0.0, "ATSTREET": "15TH ST", "ONSTREET": "RHODE ISLAND ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298700.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40273, 37.767315 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "24th St&Mission St SW-NS\/BZ", "TRAPEZESTO": "24STMIS1", "RUCUSSTOPA": "24STMISS", "STOPID": 3477.0, "LATITUDE": 37.752178, "LONGITUDE": -122.41855, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "24TH ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298701.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41855, 37.752178 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&7th St W-FS\/BZ", "TRAPEZESTO": "TOWN 7S0", "RUCUSSTOPA": "TOWN 7ST", "STOPID": 6701.0, "LATITUDE": 37.771695, "LONGITUDE": -122.401947, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298702.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.401947, 37.771695 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Townsend St&7th St S-NS\/SB", "TRAPEZESTO": "TOWN.7S1", "RUCUSSTOPA": "TOWN.7ST", "STOPID": 6700.0, "LATITUDE": 37.771704, "LONGITUDE": -122.401661, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "TOWNSEND ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298703.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.401661, 37.771704 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&14th St SE-NS\/SB", "TRAPEZESTO": "FOLS14S1", "RUCUSSTOPA": "FOLS14ST", "STOPID": 4667.0, "LATITUDE": 37.768461, "LONGITUDE": -122.41553, "ACCESSIBIL": 0.0, "ATSTREET": "14TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298704.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41553, 37.768461 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&20th St NW-NS\/SB", "TRAPEZESTO": "FOLS20S0", "RUCUSSTOPA": "FOLS20ST", "STOPID": 4673.0, "LATITUDE": 37.759, "LONGITUDE": -122.41478, "ACCESSIBIL": 0.0, "ATSTREET": "20TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298705.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41478, 37.759 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steiner St&Washington St NW-NS\/PS", "TRAPEZESTO": "STEIWAS0", "RUCUSSTOPA": "STEIWASH", "STOPID": 6494.0, "LATITUDE": 37.791449, "LONGITUDE": -122.436132, "ACCESSIBIL": 0.0, "ATSTREET": "WASHINGTON ST", "ONSTREET": "STEINER ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298706.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43613, 37.791449 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Van Ness Ave&Jackson St NE-FS\/BZ", "TRAPEZESTO": "V N JAC1", "RUCUSSTOPA": "V N JACK", "STOPID": 6813.0, "LATITUDE": 37.794177, "LONGITUDE": -122.423005, "ACCESSIBIL": 0.0, "ATSTREET": "JACKSON ST", "ONSTREET": "VAN NESS AVE", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298707.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.423, 37.794177 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&11th St E-FS\/BZ", "TRAPEZESTO": "FOLS11S1", "RUCUSSTOPA": "FOLS11ST", "STOPID": 4664.0, "LATITUDE": 37.771994, "LONGITUDE": -122.413729, "ACCESSIBIL": 0.0, "ATSTREET": "11TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298708.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41373, 37.771994 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&18th St SW-FS\/SB", "TRAPEZESTO": "FOLS18S0", "RUCUSSTOPA": "FOLS18ST", "STOPID": 4672.0, "LATITUDE": 37.761858, "LONGITUDE": -122.415086, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298709.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41509, 37.761858 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Sansome St&Pine St SE-NS\/PS", "TRAPEZESTO": "SANSPIN1", "RUCUSSTOPA": "SANSPINE", "STOPID": 6332.0, "LATITUDE": 37.79202, "LONGITUDE": -122.40086, "ACCESSIBIL": 0.0, "ATSTREET": "PINE ST", "ONSTREET": "SANSOME ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298710.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40086, 37.79202 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "26th St&De Haro St SE-FS\/SB", "TRAPEZESTO": "26STDHR0", "RUCUSSTOPA": "26STDHRO", "STOPID": 3517.0, "LATITUDE": 37.750753, "LONGITUDE": -122.400024, "ACCESSIBIL": 0.0, "ATSTREET": "DE HARO ST", "ONSTREET": "26TH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298711.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40002, 37.750753 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Kearny St NE-NS\/PS", "TRAPEZESTO": "PACFKRN1", "RUCUSSTOPA": "PACFKRNY", "STOPID": 5842.0, "LATITUDE": 37.79717, "LONGITUDE": -122.405222, "ACCESSIBIL": 0.0, "ATSTREET": "KEARNY ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298712.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40522, 37.79717 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Jones St SW-NS\/PS", "TRAPEZESTO": "PACFJON0", "RUCUSSTOPA": "PACFJONE", "STOPID": 5841.0, "LATITUDE": 37.795791, "LONGITUDE": -122.415105, "ACCESSIBIL": 0.0, "ATSTREET": "JONES ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298713.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4151, 37.795791 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Van Ness Ave SE-FS\/BZ", "TRAPEZESTO": "PACFV.N1", "RUCUSSTOPA": "PACFV.N.", "STOPID": 5859.0, "LATITUDE": 37.794784, "LONGITUDE": -122.422901, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "PACIFIC AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298714.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4229, 37.794784 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Van Ness Ave NE-NS\/SB", "TRAPEZESTO": "PACFV.N0", "RUCUSSTOPA": "PACFV.N.", "STOPID": 5858.0, "LATITUDE": 37.7949, "LONGITUDE": -122.42313, "ACCESSIBIL": 0.0, "ATSTREET": "VAN NESS AVE", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298716.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42313, 37.7949 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Taylor St SW-NS\/PS", "TRAPEZESTO": "PACFTAY0", "RUCUSSTOPA": "PACFTAYL", "STOPID": 5857.0, "LATITUDE": 37.795995, "LONGITUDE": -122.413465, "ACCESSIBIL": 0.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298717.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41346, 37.795995 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Taylor St NE-NS\/PS", "TRAPEZESTO": "PACFTAY1", "RUCUSSTOPA": "PACFTAYL", "STOPID": 5856.0, "LATITUDE": 37.796165, "LONGITUDE": -122.41327, "ACCESSIBIL": 0.0, "ATSTREET": "TAYLOR ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298718.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41327, 37.796165 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Sansome St NW-FS\/SB", "TRAPEZESTO": "PACFSAN1", "RUCUSSTOPA": "PACFSANS", "STOPID": 5854.0, "LATITUDE": 37.797544, "LONGITUDE": -122.402367, "ACCESSIBIL": 0.0, "ATSTREET": "SANSOME ST", "ONSTREET": "PACIFIC AVE", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298719.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.402367, 37.797544 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Powell St SW-NS\/PS", "TRAPEZESTO": "PACFPOW0", "RUCUSSTOPA": "PACFPOWL", "STOPID": 5853.0, "LATITUDE": 37.796405, "LONGITUDE": -122.410175, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298720.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41017, 37.796405 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Powell St NE-NS\/BZ", "TRAPEZESTO": "PACFPOW1", "RUCUSSTOPA": "PACFPOWL", "STOPID": 5852.0, "LATITUDE": 37.796556, "LONGITUDE": -122.410037, "ACCESSIBIL": 0.0, "ATSTREET": "POWELL ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298721.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41004, 37.796556 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Polk St SE-FS\/BZ", "TRAPEZESTO": "PACFPOL0", "RUCUSSTOPA": "PACFPOLK", "STOPID": 5851.0, "LATITUDE": 37.794998, "LONGITUDE": -122.42125, "ACCESSIBIL": 0.0, "ATSTREET": "POLK ST", "ONSTREET": "PACIFIC AVE", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298722.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42125, 37.794998 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Montgomery St NE-NS\/SB", "TRAPEZESTO": "PACFMTG1", "RUCUSSTOPA": "PACFMTGY", "STOPID": 5849.0, "LATITUDE": 37.797393, "LONGITUDE": -122.403582, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298723.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40358, 37.797393 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Mason St NE-NS\/SB", "TRAPEZESTO": "PACFMAS1", "RUCUSSTOPA": "PACFMASN", "STOPID": 5847.0, "LATITUDE": 37.796378, "LONGITUDE": -122.411619, "ACCESSIBIL": 0.0, "ATSTREET": "MASON ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298724.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41162, 37.796378 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Leavenworth St SW-NS\/PS", "TRAPEZESTO": "PACFLEA0", "RUCUSSTOPA": "PACFLEAV", "STOPID": 5846.0, "LATITUDE": 37.795586, "LONGITUDE": -122.416744, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298725.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.416744, 37.795586 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Leavenworth St NE-NS\/PS", "TRAPEZESTO": "PACFLEA1", "RUCUSSTOPA": "PACFLEAV", "STOPID": 5845.0, "LATITUDE": 37.795755, "LONGITUDE": -122.416549, "ACCESSIBIL": 0.0, "ATSTREET": "LEAVENWORTH ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298726.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41655, 37.795755 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Larkin St SW-NS\/PS", "TRAPEZESTO": "PACFLAR0", "RUCUSSTOPA": "PACFLARK", "STOPID": 5844.0, "LATITUDE": 37.795149, "LONGITUDE": -122.420035, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298727.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42003, 37.795149 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Larkin St NE-NS\/PS", "TRAPEZESTO": "PACFLAR1", "RUCUSSTOPA": "PACFLARK", "STOPID": 5843.0, "LATITUDE": 37.795328, "LONGITUDE": -122.419863, "ACCESSIBIL": 0.0, "ATSTREET": "LARKIN ST", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298728.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41986, 37.795328 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Pacific Ave&Grant Ave NE-NS\/BZ", "TRAPEZESTO": "PACFGRN1", "RUCUSSTOPA": "PACFGRNT", "STOPID": 5837.0, "LATITUDE": 37.796984, "LONGITUDE": -122.406735, "ACCESSIBIL": 0.0, "ATSTREET": "GRANT AVE", "ONSTREET": "PACIFIC AVE", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298729.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40673, 37.796984 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Gough St NE-NS\/SB", "TRAPEZESTO": "JACKGOU1", "RUCUSSTOPA": "JACKGOUG", "STOPID": 5149.0, "LATITUDE": 37.79358, "LONGITUDE": -122.42621, "ACCESSIBIL": 0.0, "ATSTREET": "GOUGH ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298731.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42621, 37.79358 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Franklin St NE-NS\/PS", "TRAPEZESTO": "JACKFRK1", "RUCUSSTOPA": "JACKFRKL", "STOPID": 5148.0, "LATITUDE": 37.793812, "LONGITUDE": -122.424598, "ACCESSIBIL": 0.0, "ATSTREET": "FRANKLIN ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298732.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4246, 37.793812 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kansas St&26th St NE-FS\/SB", "TRAPEZESTO": "KANS26S0", "RUCUSSTOPA": "KANS26ST", "STOPID": 5229.0, "LATITUDE": 37.750834, "LONGITUDE": -122.402121, "ACCESSIBIL": 0.0, "ATSTREET": "26TH ST", "ONSTREET": "KANSAS ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298735.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40212, 37.750834 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Kansas St&25th St SE-NS\/PS", "TRAPEZESTO": "KANS25S1", "RUCUSSTOPA": "KANS25ST", "STOPID": 5228.0, "LATITUDE": 37.751887, "LONGITUDE": -122.402223, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "KANSAS ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298736.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.402223, 37.751887 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Buchanan St NE-NS\/PS", "TRAPEZESTO": "JACKBUC1", "RUCUSSTOPA": "JACKBUCH", "STOPID": 5144.0, "LATITUDE": 37.792965, "LONGITUDE": -122.431202, "ACCESSIBIL": 0.0, "ATSTREET": "BUCHANAN ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298737.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4312, 37.792965 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Octavia St NE-NS\/SB", "TRAPEZESTO": "JACKOCT1", "RUCUSSTOPA": "JACKOCTA", "STOPID": 5157.0, "LATITUDE": 37.79336, "LONGITUDE": -122.42786, "ACCESSIBIL": 0.0, "ATSTREET": "OCTAVIA ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298738.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42786, 37.79336 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Jackson St&Laguna St NE-NS\/PS", "TRAPEZESTO": "JACKLGN1", "RUCUSSTOPA": "JACKLGNA", "STOPID": 5155.0, "LATITUDE": 37.79315, "LONGITUDE": -122.4295, "ACCESSIBIL": 0.0, "ATSTREET": "LAGUNA ST", "ONSTREET": "JACKSON ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298739.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4295, 37.79315 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&9th St W-FS\/BZ", "TRAPEZESTO": "HARR 9S1", "RUCUSSTOPA": "HARR 9ST", "STOPID": 4973.0, "LATITUDE": 37.772403, "LONGITUDE": -122.410371, "ACCESSIBIL": 0.0, "ATSTREET": "9TH ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298740.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41037, 37.772403 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&8th St N-NS\/BZ", "TRAPEZESTO": "HARR 8S0", "RUCUSSTOPA": "HARR 8ST", "STOPID": 4972.0, "LATITUDE": 37.773866, "LONGITUDE": -122.408513, "ACCESSIBIL": 0.0, "ATSTREET": "8TH ST", "ONSTREET": "HARRISON ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298741.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40851, 37.773866 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&7th St W-FS\/BZ", "TRAPEZESTO": "HARR 7S1", "RUCUSSTOPA": "HARR 7ST", "STOPID": 4971.0, "LATITUDE": 37.775498, "LONGITUDE": -122.406438, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "7TH ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298742.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.406438, 37.775498 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&4th St W-FS\/BZ", "TRAPEZESTO": "HARR.4S0", "RUCUSSTOPA": "HARR.4ST", "STOPID": 4968.0, "LATITUDE": 37.780671, "LONGITUDE": -122.399913, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298744.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.399913, 37.780671 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&3rd St W-FS\/BZ", "TRAPEZESTO": "HARR 3S0", "RUCUSSTOPA": "HARR 3ST", "STOPID": 4967.0, "LATITUDE": 37.782436, "LONGITUDE": -122.397676, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298745.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.397676, 37.782436 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Harrison St&2nd St W-FS\/BZ", "TRAPEZESTO": "HARR 2S0", "RUCUSSTOPA": "HARR 2ST", "STOPID": 4966.0, "LATITUDE": 37.784193, "LONGITUDE": -122.395451, "ACCESSIBIL": 0.0, "ATSTREET": "2ND ST", "ONSTREET": "HARRISON ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298746.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.395451, 37.784193 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&6th St E-FS\/BZ", "TRAPEZESTO": "FOLS 6S1", "RUCUSSTOPA": "FOLS 6ST", "STOPID": 4660.0, "LATITUDE": 37.778629, "LONGITUDE": -122.405324, "ACCESSIBIL": 0.0, "ATSTREET": "6TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298747.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40532, 37.778629 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&4th St E-FS\/BZ", "TRAPEZESTO": "FOLS.4S1", "RUCUSSTOPA": "FOLS.4ST", "STOPID": 4658.0, "LATITUDE": 37.782152, "LONGITUDE": -122.400863, "ACCESSIBIL": 0.0, "ATSTREET": "4TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298748.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40086, 37.782152 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&3rd St E-FS\/SI", "TRAPEZESTO": "FOLS 3S0", "RUCUSSTOPA": "FOLS 3ST", "STOPID": 4657.0, "LATITUDE": 37.783989, "LONGITUDE": -122.398753, "ACCESSIBIL": 0.0, "ATSTREET": "3RD ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298749.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39875, 37.783989 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&14th St SW-FS\/BZ", "TRAPEZESTO": "FOLS14S0", "RUCUSSTOPA": "FOLS14ST", "STOPID": 4666.0, "LATITUDE": 37.768461, "LONGITUDE": -122.415667, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "14TH ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298750.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41567, 37.768461 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&11th St W-FS\/SB", "TRAPEZESTO": "FOLS11S0", "RUCUSSTOPA": "FOLS11ST", "STOPID": 4665.0, "LATITUDE": 37.771735, "LONGITUDE": -122.414302, "ACCESSIBIL": 0.0, "ATSTREET": "11TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298751.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4143, 37.771735 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&9th St E-FS\/BZ", "TRAPEZESTO": "FOLS 9S1", "RUCUSSTOPA": "FOLS 9ST", "STOPID": 4663.0, "LATITUDE": 37.773894, "LONGITUDE": -122.411321, "ACCESSIBIL": 0.0, "ATSTREET": "9TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298752.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41132, 37.773894 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&24th St NW-NS\/BZ", "TRAPEZESTO": "FOLS24S0", "RUCUSSTOPA": "FOLS24ST", "STOPID": 4678.0, "LATITUDE": 37.752596, "LONGITUDE": -122.414208, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298753.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41421, 37.752596 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&24th St NE-FS\/BZ", "TRAPEZESTO": "FOLS24S1", "RUCUSSTOPA": "FOLS24ST", "STOPID": 4677.0, "LATITUDE": 37.752757, "LONGITUDE": -122.414024, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298754.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41402, 37.752757 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&22nd St SW-FS\/SB", "TRAPEZESTO": "FOLS22S0", "RUCUSSTOPA": "FOLS22ST", "STOPID": 4676.0, "LATITUDE": 37.75546, "LONGITUDE": -122.414481, "ACCESSIBIL": 0.0, "ATSTREET": "22ND ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298755.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41448, 37.75546 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&20th St SE-NS\/SB", "TRAPEZESTO": "FOLS20S1", "RUCUSSTOPA": "FOLS20ST", "STOPID": 4674.0, "LATITUDE": 37.758815, "LONGITUDE": -122.414606, "ACCESSIBIL": 0.0, "ATSTREET": "20TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298756.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.414606, 37.758815 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&18th St NE-FS\/SB", "TRAPEZESTO": "FOLS18S1", "RUCUSSTOPA": "FOLS18ST", "STOPID": 4671.0, "LATITUDE": 37.762215, "LONGITUDE": -122.414914, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298757.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41491, 37.762215 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&16th St SW-FS\/BZ", "TRAPEZESTO": "FOLS16S0", "RUCUSSTOPA": "FOLS16ST", "STOPID": 4669.0, "LATITUDE": 37.765231, "LONGITUDE": -122.415417, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298758.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.415417, 37.765231 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&16th St NE-FS\/BZ", "TRAPEZESTO": "FOLS16S1", "RUCUSSTOPA": "FOLS16ST", "STOPID": 4668.0, "LATITUDE": 37.76557, "LONGITUDE": -122.415245, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298759.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.415245, 37.76557 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Dakota St&25th St NE-FS\/PS", "TRAPEZESTO": "DAKO25S0", "RUCUSSTOPA": "DAKO25ST", "STOPID": 4345.0, "LATITUDE": 37.75268, "LONGITUDE": -122.39468, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "DAKOTA ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298760.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39468, 37.75268 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "101 Dakota St E-MB\/SB", "TRAPEZESTO": "DAKO 100", "RUCUSSTOPA": "DAKO 101", "STOPID": 4343.0, "LATITUDE": 37.75374, "LONGITUDE": -122.39565, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "DAKOTA ST", "POSITION": "MB", "ORIENTATIO": "E", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298761.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39565, 37.75374 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "14 Dakota St SW-FS\/PS", "TRAPEZESTO": "DAKOHG11", "RUCUSSTOPA": "DAKOHG14", "STOPID": 4342.0, "LATITUDE": 37.75376, "LONGITUDE": -122.39576, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "DAKOTA ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298762.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39576, 37.75376 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Division St&Rhode Island St SW-NS", "TRAPEZESTO": "DIVNR I0", "RUCUSSTOPA": "DIVNR IS", "STOPID": 4437.0, "LATITUDE": 37.76976, "LONGITUDE": -122.403152, "ACCESSIBIL": 0.0, "ATSTREET": "RHODE ISLAND ST", "ONSTREET": "DIVISION ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298763.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40315, 37.76976 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "The Embarcadero&Mission St SE-NS\/SB", "TRAPEZESTO": "EMBRMIS1", "RUCUSSTOPA": "EMBRMISS", "STOPID": 4522.0, "LATITUDE": 37.793775, "LONGITUDE": -122.392315, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "THE EMBARCADERO", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298764.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.392315, 37.793775 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "The Embarcadero&Mission St NW-NS\/SB", "TRAPEZESTO": "EMBRMIS0", "RUCUSSTOPA": "EMBRMISS", "STOPID": 4521.0, "LATITUDE": 37.79381, "LONGITUDE": -122.39278, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "THE EMBARCADERO", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298765.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39278, 37.79381 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&8th St E-FS\/BZ", "TRAPEZESTO": "FOLS 8S1", "RUCUSSTOPA": "FOLS 8ST", "STOPID": 4662.0, "LATITUDE": 37.775115, "LONGITUDE": -122.409773, "ACCESSIBIL": 0.0, "ATSTREET": "8TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298766.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40977, 37.775115 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&7th St S-NS\/BZ", "TRAPEZESTO": "FOLS 7S1", "RUCUSSTOPA": "FOLS 7ST", "STOPID": 4661.0, "LATITUDE": 37.776641, "LONGITUDE": -122.407847, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298767.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40785, 37.776641 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&26th St SW-FS\/PS", "TRAPEZESTO": "FOLS26S0", "RUCUSSTOPA": "FOLS26ST", "STOPID": 4683.0, "LATITUDE": 37.749063, "LONGITUDE": -122.413854, "ACCESSIBIL": 0.0, "ATSTREET": "26TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298768.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41385, 37.749063 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&25th St SE-NS\/PS", "TRAPEZESTO": "FOLS25S0", "RUCUSSTOPA": "FOLS25ST", "STOPID": 4681.0, "LATITUDE": 37.750829, "LONGITUDE": -122.413842, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298769.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41384, 37.750829 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Folsom St&25th St NW-NS\/PS", "TRAPEZESTO": "FOLS25S1", "RUCUSSTOPA": "FOLS25ST", "STOPID": 4680.0, "LATITUDE": 37.750999, "LONGITUDE": -122.414048, "ACCESSIBIL": 0.0, "ATSTREET": "25TH ST", "ONSTREET": "FOLSOM ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298770.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.414048, 37.750999 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "De Haro St&16th St SE-NS\/SB", "TRAPEZESTO": "DHRO16S1", "RUCUSSTOPA": "DHRO16ST", "STOPID": 4350.0, "LATITUDE": 37.766056, "LONGITUDE": -122.40163, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "DE HARO ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298771.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40163, 37.766056 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Division St&Townsend St NE-NS\/BZ", "TRAPEZESTO": "DIVNTOW1", "RUCUSSTOPA": "DIVNTOWN", "STOPID": 4438.0, "LATITUDE": 37.769894, "LONGITUDE": -122.403301, "ACCESSIBIL": 0.0, "ATSTREET": "TOWNSEND ST", "ONSTREET": "DIVISION ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298772.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4033, 37.769894 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&19th St SE-NS\/PS", "TRAPEZESTO": "CONN19S0", "RUCUSSTOPA": "CONN19ST", "STOPID": 4127.0, "LATITUDE": 37.76115, "LONGITUDE": -122.39733, "ACCESSIBIL": 0.0, "ATSTREET": "19TH ST", "ONSTREET": "CONNECTICUT ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298773.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39733, 37.76115 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&18th St SE-NS\/BZ", "TRAPEZESTO": "CONN18S1", "RUCUSSTOPA": "CONN18ST", "STOPID": 4126.0, "LATITUDE": 37.76243, "LONGITUDE": -122.39741, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "CONNECTICUT ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298774.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39741, 37.76243 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&18th St NW-NS\/PS", "TRAPEZESTO": "CONN18S0", "RUCUSSTOPA": "CONN18ST", "STOPID": 4125.0, "LATITUDE": 37.762614, "LONGITUDE": -122.397569, "ACCESSIBIL": 0.0, "ATSTREET": "18TH ST", "ONSTREET": "CONNECTICUT ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298775.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39757, 37.762614 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Connecticut St&17th St SE-NS\/SB", "TRAPEZESTO": "CONN17S1", "RUCUSSTOPA": "CONN17ST", "STOPID": 4123.0, "LATITUDE": 37.76498, "LONGITUDE": -122.397661, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "CONNECTICUT ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298776.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39766, 37.76498 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Kansas St SW-NS", "TRAPEZESTO": "23STKAN1", "RUCUSSTOPA": null, "STOPID": 3450.0, "LATITUDE": 37.754448, "LONGITUDE": -122.402668, "ACCESSIBIL": 0.0, "ATSTREET": "KANSAS ST", "ONSTREET": "23RD ST", "POSITION": null, "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298777.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40267, 37.754448 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "26th St&Wisconsin St NW-FS\/SB", "TRAPEZESTO": "26STWIS0", "RUCUSSTOPA": "26STWISC", "STOPID": 3524.0, "LATITUDE": 37.75111, "LONGITUDE": -122.39866, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "26TH ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298778.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39866, 37.75111 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "26th St&Rhode Island St NE-NS\/SB", "TRAPEZESTO": "26STR I0", "RUCUSSTOPA": "26STR IS", "STOPID": 3522.0, "LATITUDE": 37.750718, "LONGITUDE": -122.401124, "ACCESSIBIL": 0.0, "ATSTREET": "RHODE ISLAND ST", "ONSTREET": "26TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298779.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40112, 37.750718 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "26th St&De Haro St NE-NS\/SB", "TRAPEZESTO": "26STDHR1", "RUCUSSTOPA": "26STDHRO", "STOPID": 3516.0, "LATITUDE": 37.75086, "LONGITUDE": -122.40015, "ACCESSIBIL": 0.0, "ATSTREET": "DE HARO ST", "ONSTREET": "26TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298780.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40015, 37.75086 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "C. Chavez St&South Van Ness Ave NE", "TRAPEZESTO": "CHAVSOV0", "RUCUSSTOPA": "CHAVSOVN", "STOPID": 3936.0, "LATITUDE": 37.748305, "LONGITUDE": -122.415756, "ACCESSIBIL": 0.0, "ATSTREET": "SOUTH VAN NESS AVE", "ONSTREET": "ARMY ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298781.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41576, 37.748305 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Cesar Chavez St&Mission St NW-FS\/BZ", "TRAPEZESTO": "CHAVMIS0", "RUCUSSTOPA": "CHAVMISS", "STOPID": 3935.0, "LATITUDE": 37.748234, "LONGITUDE": -122.418369, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "CESAR CHAVEZ ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298782.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41837, 37.748234 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "C. Chavez St&Folsom St NW-FS\/BZ", "TRAPEZESTO": "CHAVFOL0", "RUCUSSTOPA": "CHAVFOLS", "STOPID": 3931.0, "LATITUDE": 37.74834, "LONGITUDE": -122.41398, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "ARMY ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298783.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41398, 37.74834 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Arkansas St&Madera St NW-NS", "TRAPEZESTO": "ARKSMDR0", "RUCUSSTOPA": "ARKSMDRA", "STOPID": 3653.0, "LATITUDE": 37.75597, "LONGITUDE": -122.39789, "ACCESSIBIL": 0.0, "ATSTREET": "MADERA ST", "ONSTREET": "ARKANSAS ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298784.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39789, 37.75597 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "17th St&De Haro St SW-NS\/PS", "TRAPEZESTO": "17STDHR0", "RUCUSSTOPA": "17STDHRO", "STOPID": 3313.0, "LATITUDE": 37.764771, "LONGITUDE": -122.401711, "ACCESSIBIL": 0.0, "ATSTREET": "17TH ST", "ONSTREET": "DE HARO ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298785.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40171, 37.764771 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "20th St&Arkansas St SW-NS", "TRAPEZESTO": "20STARK1", "RUCUSSTOPA": "20STARKS", "STOPID": 3413.0, "LATITUDE": 37.75987, "LONGITUDE": -122.39836, "ACCESSIBIL": 0.0, "ATSTREET": "ARKANSAS ST", "ONSTREET": "20TH ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298786.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39836, 37.75987 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Dakota St NW-FS\/PS", "TRAPEZESTO": "25STDAK0", "RUCUSSTOPA": "25STDAKO", "STOPID": 3507.0, "LATITUDE": 37.7525, "LONGITUDE": -122.394832, "ACCESSIBIL": 0.0, "ATSTREET": "DAKOTA ST", "ONSTREET": "25TH ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298787.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39483, 37.7525 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Connecticut St SW-NS\/SB", "TRAPEZESTO": "25STCONI", "RUCUSSTOPA": "25STCONN", "STOPID": 3505.0, "LATITUDE": 37.752242, "LONGITUDE": -122.39662, "ACCESSIBIL": 0.0, "ATSTREET": "CONNECTICUT ST", "ONSTREET": "25TH ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298788.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39662, 37.752242 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "25th St&Connecticut St NE-NS\/PS", "TRAPEZESTO": "25STCON1", "RUCUSSTOPA": "25STCONN", "STOPID": 3504.0, "LATITUDE": 37.75236, "LONGITUDE": -122.39634, "ACCESSIBIL": 0.0, "ATSTREET": "CONNECTICUT ST", "ONSTREET": "25TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298789.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39634, 37.75236 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "24th St&Valencia St SE-FS\/BZ", "TRAPEZESTO": "24STVLN1", "RUCUSSTOPA": "24STVLNC", "STOPID": 3486.0, "LATITUDE": 37.752062, "LONGITUDE": -122.42051, "ACCESSIBIL": 0.0, "ATSTREET": "VALENCIA ST", "ONSTREET": "24TH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298790.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42051, 37.752062 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "24th St&Mission St NE-NS\/BZ", "TRAPEZESTO": "24STMIS0", "RUCUSSTOPA": "24STMISS", "STOPID": 3476.0, "LATITUDE": 37.752321, "LONGITUDE": -122.418333, "ACCESSIBIL": 0.0, "ATSTREET": "MISSION ST", "ONSTREET": "24TH ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298791.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41833, 37.752321 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Battery St SE-FS\/BZ", "TRAPEZESTO": "BDWYBAT0", "RUCUSSTOPA": "BDWYBATT", "STOPID": 3078.0, "LATITUDE": 37.798543, "LONGITUDE": -122.400726, "ACCESSIBIL": 0.0, "ATSTREET": "BATTERY ST", "ONSTREET": "BROADWAY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298794.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40073, 37.798543 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Utah St NE-NS\/BZ", "TRAPEZESTO": "23STUTA0", "RUCUSSTOPA": "23STUTAH", "STOPID": 3453.0, "LATITUDE": 37.75442, "LONGITUDE": -122.40494, "ACCESSIBIL": 0.0, "ATSTREET": "UTAH ST", "ONSTREET": "23RD ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298795.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40494, 37.75442 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Rhode Island St SW-NS\/PS", "TRAPEZESTO": "23STR I1", "RUCUSSTOPA": "23STR IS", "STOPID": 3452.0, "LATITUDE": 37.75451, "LONGITUDE": -122.401694, "ACCESSIBIL": 0.0, "ATSTREET": "KANSAS ST", "ONSTREET": "23RD ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298796.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40169, 37.75451 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "17th St&Wisconsin St SE-FS\/BZ", "TRAPEZESTO": "17STWIS0", "RUCUSSTOPA": "17STWISC", "STOPID": 3320.0, "LATITUDE": 37.764929, "LONGITUDE": -122.399284, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "17TH ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298797.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39928, 37.764929 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "17th St&Wisconsin St NW-FS\/BZ", "TRAPEZESTO": "17STWIS1", "RUCUSSTOPA": "17STWISC", "STOPID": 3319.0, "LATITUDE": 37.764991, "LONGITUDE": -122.399982, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "17TH ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298798.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39998, 37.764991 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Stockton St SE-FS\/BZ", "TRAPEZESTO": "BDWYSTO0", "RUCUSSTOPA": "BDWYSTOK", "STOPID": 3087.0, "LATITUDE": 37.797591, "LONGITUDE": -122.408294, "ACCESSIBIL": 0.0, "ATSTREET": "STOCKTON ST", "ONSTREET": "BROADWAY", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298799.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40829, 37.797591 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Wisconsin St NE-NS", "TRAPEZESTO": "23STWIS0", "RUCUSSTOPA": "23STWISC", "STOPID": 3457.0, "LATITUDE": 37.75481, "LONGITUDE": -122.39856, "ACCESSIBIL": 0.0, "ATSTREET": "WISCONSIN ST", "ONSTREET": "23RD ST", "POSITION": "NS", "ORIENTATIO": "NE", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298800.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39856, 37.75481 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Vermont St SW-NS\/BZ", "TRAPEZESTO": "23STVRM1", "RUCUSSTOPA": "23STVRMT", "STOPID": 3456.0, "LATITUDE": 37.754395, "LONGITUDE": -122.403631, "ACCESSIBIL": 0.0, "ATSTREET": "VERMONT ST", "ONSTREET": "23RD ST", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298801.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40363, 37.754395 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Vermont St NW-FS\/BZ", "TRAPEZESTO": "23STVRM0", "RUCUSSTOPA": "23STVRMT", "STOPID": 3455.0, "LATITUDE": 37.75448, "LONGITUDE": -122.40391, "ACCESSIBIL": 0.0, "ATSTREET": "VERMONT ST", "ONSTREET": "23RD ST", "POSITION": "FS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298802.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40391, 37.75448 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "23rd St&Utah St SE-FS\/BZ", "TRAPEZESTO": "23STUTA1", "RUCUSSTOPA": "23STUTAH", "STOPID": 3454.0, "LATITUDE": 37.754298, "LONGITUDE": -122.405304, "ACCESSIBIL": 0.0, "ATSTREET": "UTAH ST", "ONSTREET": "23RD ST", "POSITION": "FS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298803.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4053, 37.754298 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Montgomery St SW-NS\/PS", "TRAPEZESTO": "BDWYMTG0", "RUCUSSTOPA": "BDWYMTGY", "STOPID": 3084.0, "LATITUDE": 37.798134, "LONGITUDE": -122.40396, "ACCESSIBIL": 0.0, "ATSTREET": "MONTGOMERY ST", "ONSTREET": "BROADWAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298804.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40396, 37.798134 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Broadway&Columbus SE-FS\/BZ", "TRAPEZESTO": "BDWYCOL0", "RUCUSSTOPA": "BDWYGRNT", "STOPID": 3082.0, "LATITUDE": 37.797831, "LONGITUDE": -122.406345, "ACCESSIBIL": 0.0, "ATSTREET": "COLUMBUS AVE", "ONSTREET": "BROADWAY", "POSITION": "NS", "ORIENTATIO": "SW", "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298805.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40634, 37.797831 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Howard St S-FS\/BZ", "TRAPEZESTO": "2STHWR0", "RUCUSSTOPA": "2STHWRD", "STOPID": 3011.0, "LATITUDE": 37.786559, "LONGITUDE": -122.398109, "ACCESSIBIL": 0.0, "ATSTREET": "HOWARD ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298806.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39811, 37.786559 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Harrison St S-FS\/BZ", "TRAPEZESTO": "2STHAR0", "RUCUSSTOPA": "2STHARR", "STOPID": 3010.0, "LATITUDE": 37.784095, "LONGITUDE": -122.395016, "ACCESSIBIL": 0.0, "ATSTREET": "HARRISON ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298807.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39502, 37.784095 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Folsom St S-FS\/BZ", "TRAPEZESTO": "2STFOL0", "RUCUSSTOPA": "2STFOLS", "STOPID": 3008.0, "LATITUDE": 37.785318, "LONGITUDE": -122.396562, "ACCESSIBIL": 0.0, "ATSTREET": "FOLSOM ST", "ONSTREET": "2ND ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298808.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.396562, 37.785318 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Brannan St W-NS\/SB", "TRAPEZESTO": "2STBRA0", "RUCUSSTOPA": "2STBRAN", "STOPID": 3004.0, "LATITUDE": 37.781854, "LONGITUDE": -122.392232, "ACCESSIBIL": 0.0, "ATSTREET": "BRANNAN ST", "ONSTREET": "2ND ST", "POSITION": "NS", "ORIENTATIO": "W", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298809.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39223, 37.781854 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "2nd St&Brannan St E-NS\/BZ", "TRAPEZESTO": "2STBRA1", "RUCUSSTOPA": "2STBRAN", "STOPID": 3003.0, "LATITUDE": 37.781827, "LONGITUDE": -122.391945, "ACCESSIBIL": 0.0, "ATSTREET": "BRANNAN ST", "ONSTREET": "2ND ST", "POSITION": "NS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298810.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39194, 37.781827 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Steuart St&Mission St W-NS\/BZ", "TRAPEZESTO": "STEUMIS1", "RUCUSSTOPA": "STEUMISS", "STOPID": 6498.0, "LATITUDE": 37.79324, "LONGITUDE": -122.393324, "ACCESSIBIL": 0.0, "ATSTREET": "SPEAR ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298811.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.393324, 37.79324 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&24th St NE-FS\/BZ", "TRAPEZESTO": "MISS24S1", "RUCUSSTOPA": "MISS24ST", "STOPID": 5565.0, "LATITUDE": 37.75273, "LONGITUDE": -122.41841, "ACCESSIBIL": 0.0, "ATSTREET": "24TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298813.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41841, 37.75273 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&20th St SW-FS\/BZ", "TRAPEZESTO": "MISS20S0", "RUCUSSTOPA": "MISS20ST", "STOPID": 5558.0, "LATITUDE": 37.75817, "LONGITUDE": -122.41909, "ACCESSIBIL": 0.0, "ATSTREET": "20TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298814.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41909, 37.75817 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&16th St SW-FS\/BB", "TRAPEZESTO": "MISS16S0", "RUCUSSTOPA": "MISS16ST", "STOPID": 5552.0, "LATITUDE": 37.76455, "LONGITUDE": -122.41971, "ACCESSIBIL": 0.0, "ATSTREET": "16TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BB", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298815.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41971, 37.76455 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Highland Ave SW-FS\/BZ", "TRAPEZESTO": "MISSHIG0", "RUCUSSTOPA": "MISSHIGH", "STOPID": 5597.0, "LATITUDE": 37.73706, "LONGITUDE": -122.4242, "ACCESSIBIL": 0.0, "ATSTREET": "HIGHLAND AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298816.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4242, 37.73706 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Francis St W-FS\/BZ", "TRAPEZESTO": "MISSFRA0", "RUCUSSTOPA": "MISSFRAN", "STOPID": 5590.0, "LATITUDE": 37.72635, "LONGITUDE": -122.43365, "ACCESSIBIL": 0.0, "ATSTREET": "FRANCIS ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298817.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43365, 37.72635 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Evergreen St E-FS\/BB", "TRAPEZESTO": "MISSEVG1", "RUCUSSTOPA": "MISSEVGN", "STOPID": 5585.0, "LATITUDE": 37.70741, "LONGITUDE": -122.45653, "ACCESSIBIL": 0.0, "ATSTREET": "EVERGREEN ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298818.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.45653, 37.70741 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Silver Ave W-FS\/BZ", "TRAPEZESTO": "MISSSIL0", "RUCUSSTOPA": "MISSSILV", "STOPID": 5621.0, "LATITUDE": 37.728696, "LONGITUDE": -122.431412, "ACCESSIBIL": 0.0, "ATSTREET": "SILVER AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298819.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43141, 37.728696 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Fair Ave E-FS\/BB", "TRAPEZESTO": "MISSFAI1", "RUCUSSTOPA": "MISSFAIR", "STOPID": 5587.0, "LATITUDE": 37.74592, "LONGITUDE": -122.41959, "ACCESSIBIL": 0.0, "ATSTREET": "FAIR AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298820.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41959, 37.74592 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&San Jose Ave S-FS\/BZ", "TRAPEZESTO": "MISSS.J0", "RUCUSSTOPA": "MISSS.J.", "STOPID": 7099.0, "LATITUDE": 37.70602, "LONGITUDE": -122.46126, "ACCESSIBIL": 0.0, "ATSTREET": "SAN JOSE AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298821.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.46126, 37.70602 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&South Van Ness Ave E-FS", "TRAPEZESTO": "MISSSOVN", "RUCUSSTOPA": null, "STOPID": 7299.0, "LATITUDE": 37.772994, "LONGITUDE": -122.418485, "ACCESSIBIL": 0.0, "ATSTREET": "SOUTH VAN NESS AVE", "ONSTREET": "MISSION ST", "POSITION": null, "ORIENTATIO": null, "SERVICEPLA": null, "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298823.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41848, 37.772994 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&8th St W-FS\/BZ", "TRAPEZESTO": "MISS 8S0", "RUCUSSTOPA": "MISS 8ST", "STOPID": 5540.0, "LATITUDE": 37.77723, "LONGITUDE": -122.41355, "ACCESSIBIL": 0.0, "ATSTREET": "8TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298824.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41355, 37.77723 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&4th St W-FS\/BZ", "TRAPEZESTO": "MISS 4S0", "RUCUSSTOPA": "MISS 4ST", "STOPID": 5534.0, "LATITUDE": 37.78436, "LONGITUDE": -122.40452, "ACCESSIBIL": 0.0, "ATSTREET": "04TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298825.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40452, 37.78436 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Geneva Ave W-FS\/BZ", "TRAPEZESTO": "MISSGNV0", "RUCUSSTOPA": "MISSGNVA", "STOPID": 5592.0, "LATITUDE": 37.716455, "LONGITUDE": -122.441149, "ACCESSIBIL": 0.0, "ATSTREET": "GENEVA AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298826.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44115, 37.716455 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Otis St&12th St W-FS\/BZ", "TRAPEZESTO": "OTIS12S0", "RUCUSSTOPA": "OTIS12ST", "STOPID": 5836.0, "LATITUDE": 37.77281, "LONGITUDE": -122.41917, "ACCESSIBIL": 0.0, "ATSTREET": "12TH ST", "ONSTREET": "OTIS ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298827.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41917, 37.77281 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "150 Otis St NW-MB\/BB", "TRAPEZESTO": "OTIS 150", "RUCUSSTOPA": "OTIS 150", "STOPID": 5835.0, "LATITUDE": 37.77073, "LONGITUDE": -122.42031, "ACCESSIBIL": 0.0, "ATSTREET": "DUBOCE AVE", "ONSTREET": "OTIS ST", "POSITION": "MB", "ORIENTATIO": "NW", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298828.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42031, 37.77073 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Market St&Steuart St S-NS\/SB", "TRAPEZESTO": "MRKTSTE1", "RUCUSSTOPA": "MRKTSTEU", "STOPID": 5693.0, "LATITUDE": 37.79426, "LONGITUDE": -122.39491, "ACCESSIBIL": 0.0, "ATSTREET": "STEUART ST", "ONSTREET": "MARKET ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": null, "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298829.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39491, 37.79426 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Whittier St S-NS\/BZ", "TRAPEZESTO": "MISSWHI1", "RUCUSSTOPA": "MISSWHIT", "STOPID": 5628.0, "LATITUDE": 37.71022, "LONGITUDE": -122.44845, "ACCESSIBIL": 0.0, "ATSTREET": "WHITTIER ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298830.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44845, 37.71022 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Whittier St N-NS\/BZ", "TRAPEZESTO": "MISSWHI0", "RUCUSSTOPA": "MISSWHIT", "STOPID": 5627.0, "LATITUDE": 37.71048, "LONGITUDE": -122.44834, "ACCESSIBIL": 0.0, "ATSTREET": "WHITTIER ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298831.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44834, 37.71048 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Valencia St W-FS\/BB", "TRAPEZESTO": "MISSVLN0", "RUCUSSTOPA": "MISSVLNC", "STOPID": 5626.0, "LATITUDE": 37.74508, "LONGITUDE": -122.4203, "ACCESSIBIL": 0.0, "ATSTREET": "VALENCIA ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298832.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4203, 37.74508 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Richland Ave SE-NS\/BZ", "TRAPEZESTO": "MISSRIC1", "RUCUSSTOPA": "MISSRICH", "STOPID": 5613.0, "LATITUDE": 37.73591, "LONGITUDE": -122.42442, "ACCESSIBIL": 0.0, "ATSTREET": "RICHARDSON AVE", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "SE", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298833.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42442, 37.73591 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&7th St E-FS\/BZ", "TRAPEZESTO": "MISS07S1", "RUCUSSTOPA": null, "STOPID": 7129.0, "LATITUDE": 37.779354, "LONGITUDE": -122.410505, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "E", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298834.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.4105, 37.779354 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Lowell St W-FS\/BZ", "TRAPEZESTO": "MISSLOW0", "RUCUSSTOPA": "MISSLOWL", "STOPID": 5602.0, "LATITUDE": 37.711468, "LONGITUDE": -122.446532, "ACCESSIBIL": 0.0, "ATSTREET": "LOWELL ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298835.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.446532, 37.711468 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&23rd St NE-FS\/BB", "TRAPEZESTO": "MISS23S1", "RUCUSSTOPA": "MISS23ST", "STOPID": 5563.0, "LATITUDE": 37.75428, "LONGITUDE": -122.41856, "ACCESSIBIL": 0.0, "ATSTREET": "23RD ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BB", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298836.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41856, 37.75428 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Guttenberg St NE-FS\/BZ", "TRAPEZESTO": "MISSGTB1", "RUCUSSTOPA": "MISSGTBG", "STOPID": 5595.0, "LATITUDE": 37.71251, "LONGITUDE": -122.44475, "ACCESSIBIL": 0.0, "ATSTREET": "GUTTENBERG ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "NE", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298837.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.44475, 37.71251 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Bosworth St SW-FS\/BZ", "TRAPEZESTO": "MISSBOS1", "RUCUSSTOPA": "MISSBOSW", "STOPID": 5580.0, "LATITUDE": 37.73334, "LONGITUDE": -122.42682, "ACCESSIBIL": 0.0, "ATSTREET": "BOSWORTH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298838.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.42682, 37.73334 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&1st St N-NS\/BZ", "TRAPEZESTO": "MISS 1S0", "RUCUSSTOPA": "MISS 1ST", "STOPID": 5528.0, "LATITUDE": 37.78992, "LONGITUDE": -122.39749, "ACCESSIBIL": 0.0, "ATSTREET": "01ST ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "N", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298839.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.39749, 37.78992 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "4080 Mission St NW-MB\/BZ", "TRAPEZESTO": "MISS4080", "RUCUSSTOPA": "MISS4080", "STOPID": 5573.0, "LATITUDE": 37.73217, "LONGITUDE": -122.428, "ACCESSIBIL": 0.0, "ATSTREET": null, "ONSTREET": "MISSION ST", "POSITION": "MB", "ORIENTATIO": "NW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298840.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.428, 37.73217 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&19th St SW-FS\/BZ", "TRAPEZESTO": "MISS19S0", "RUCUSSTOPA": "MISS19ST", "STOPID": 5556.0, "LATITUDE": 37.7598, "LONGITUDE": -122.41925, "ACCESSIBIL": 0.0, "ATSTREET": "19TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298841.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41925, 37.7598 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Italy Ave W-MB\/BZ", "TRAPEZESTO": "MISSITA1", "RUCUSSTOPA": "MISSITAL", "STOPID": 5598.0, "LATITUDE": 37.71915, "LONGITUDE": -122.439087, "ACCESSIBIL": 0.0, "ATSTREET": "ITALY AVE", "ONSTREET": "MISSION ST", "POSITION": "MB", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298842.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43909, 37.71915 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&5th St S-NS\/BZ", "TRAPEZESTO": "MISS.5S1", "RUCUSSTOPA": "MISS.5ST", "STOPID": 5535.0, "LATITUDE": 37.78259, "LONGITUDE": -122.40654, "ACCESSIBIL": 0.0, "ATSTREET": "05TH ST", "ONSTREET": "MISSION ST", "POSITION": "NS", "ORIENTATIO": "S", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298843.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.40654, 37.78259 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&7th St W-FS\/BZ", "TRAPEZESTO": "MISS 7S0", "RUCUSSTOPA": "MISS 7ST", "STOPID": 5539.0, "LATITUDE": 37.77897, "LONGITUDE": -122.41135, "ACCESSIBIL": 0.0, "ATSTREET": "7TH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298844.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.41135, 37.77897 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Ruth St W-FS\/BZ", "TRAPEZESTO": "MISSRUT0", "RUCUSSTOPA": "MISSRUTH", "STOPID": 5616.0, "LATITUDE": 37.72281, "LONGITUDE": -122.43633, "ACCESSIBIL": 0.0, "ATSTREET": "RUTH ST", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "W", "SERVICEPLA": "BZ", "SHELTER": 0.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298845.0, "SIGNUPID": 81.0, "SUPERVISOR": null }, "geometry": { "type": "Point", "coordinates": [ -122.43633, 37.72281 ] } }
,
{ "type": "Feature", "properties": { "STOPNAME": "Mission St&Richland Ave SW-FS\/BZ", "TRAPEZESTO": "MISSRIC0", "RUCUSSTOPA": "MISSRICH", "STOPID": 5614.0, "LATITUDE": 37.73562, "LONGITUDE": -122.4247, "ACCESSIBIL": 0.0, "ATSTREET": "RICHLAND AVE", "ONSTREET": "MISSION ST", "POSITION": "FS", "ORIENTATIO": "SW", "SERVICEPLA": "BZ", "SHELTER": 1.0, "INSERT_TIM": "2013\/01\/28", "SDE_ID": 3298846.0,
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment