Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 3 and qSpecies = 1

View and edit SQL

Suggested facets: qLegalStatus, qAddress, qCaretaker, DBH, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Median : Yard · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
35348 194039 DPW Maintained 3 Myoporum laetum :: Myoporum 1 900x Carolina St 74 Median : Yard 3 Tree 1 DPW 2     38     6012510.33858 2102789.20195 37.754563007990896 -122.399661931254 (37.7545630079909, -122.399661931254)
64729 194038 DPW Maintained 3 Myoporum laetum :: Myoporum 1 900x Carolina St 53 Median : Yard 3 Tree 1 DPW 2     7     6012502.8583 2102970.8089 37.7550612440971 -122.39970055084 (37.7550612440971, -122.39970055084)
103516 111419 Undocumented 2 Myoporum laetum :: Myoporum 1 200x SAN MARCOS AVE 4 Median : Yard 3 Tree 1 Private 1     10     5993395.0 2100395.0 37.746905045660796 -122.465593373526 (37.7469050456608, -122.465593373526)
112509 111420 Undocumented 2 Myoporum laetum :: Myoporum 1 200x SAN MARCOS AVE 5 Median : Yard 3 Tree 1 Private 1     15     5993395.0 2100395.0 37.746905045660796 -122.465593373526 (37.7469050456608, -122.465593373526)
118289 114805 DPW Maintained 3 Myoporum laetum :: Myoporum 1 210X GELLERT DR 1 Median : Yard 3 Tree 1 DPW 2     15 3x3   5985389.0 2094462.0 37.73014959142171 -122.492840061243 (37.7301495914217, -122.492840061243)
151195 247574 DPW Maintained 3 Myoporum laetum :: Myoporum 1 350x Alemany Blvd 3 Median : Yard 3 Tree 1 DPW 2     18     6008213.28818 2095041.8138700002 37.7330499269008 -122.413974287302 (37.7330499269008, -122.413974287302)

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "Street_Tree_List" (
"TreeID" INTEGER,
  "qLegalStatus" INTEGER,
  "qSpecies" INTEGER,
  "qAddress" TEXT,
  "SiteOrder" INTEGER,
  "qSiteInfo" INTEGER,
  "PlantType" INTEGER,
  "qCaretaker" INTEGER,
  "qCareAssistant" INTEGER,
  "PlantDate" TEXT,
  "DBH" INTEGER,
  "PlotSize" TEXT,
  "PermitNotes" TEXT,
  "XCoord" REAL,
  "YCoord" REAL,
  "Latitude" REAL,
  "Longitude" REAL,
  "Location" TEXT
,
FOREIGN KEY ("PlantType") REFERENCES [PlantType](id),
    FOREIGN KEY ("qCaretaker") REFERENCES [qCaretaker](id),
    FOREIGN KEY ("qSpecies") REFERENCES [qSpecies](id),
    FOREIGN KEY ("qSiteInfo") REFERENCES [qSiteInfo](id),
    FOREIGN KEY ("qCareAssistant") REFERENCES [qCareAssistant](id),
    FOREIGN KEY ("qLegalStatus") REFERENCES [qLegalStatus](id));
CREATE INDEX ["Street_Tree_List_PlantType"] ON [Street_Tree_List]("PlantType");
CREATE INDEX ["Street_Tree_List_qCaretaker"] ON [Street_Tree_List]("qCaretaker");
CREATE INDEX ["Street_Tree_List_qSpecies"] ON [Street_Tree_List]("qSpecies");
CREATE INDEX ["Street_Tree_List_qSiteInfo"] ON [Street_Tree_List]("qSiteInfo");
CREATE INDEX ["Street_Tree_List_qCareAssistant"] ON [Street_Tree_List]("qCareAssistant");
CREATE INDEX ["Street_Tree_List_qLegalStatus"] ON [Street_Tree_List]("qLegalStatus");
Powered by Datasette · Query took 941.527ms · Data source: data.sfgov.org