Street_Tree_List

Data source: data.sfgov.org

9 rows where qSiteInfo = 17 and qSpecies = 110

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
30048 132396 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 2 Side Yard : Yard 17 Tree 1 Private 1     40     6006504.32212 2120945.10898 37.804078096188704 -122.421721861273 (37.8040780961887, -122.421721861273)
31588 132395 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 1 Side Yard : Yard 17 Tree 1 Private 1     11     6006513.4872 2120932.40539 37.8040437321931 -122.42168924196999 (37.8040437321931, -122.42168924197)
38844 132391 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2833 Larkin St 2 Side Yard : Yard 17 Tree 1 Private 1     31     6006489.423769999 2120936.29447 37.8040530536607 -122.421772791676 (37.8040530536607, -122.421772791676)
57817 132397 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 3 Side Yard : Yard 17 Tree 1 Private 1     16     6006502.73263 2120950.76111 37.804093525861795 -122.42172776352899 (37.8040935258618, -122.421727763529)
58870 132398 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 4 Side Yard : Yard 17 Tree 1 Private 1     6     6006507.37075 2120957.5617299997 37.8041124601724 -122.421712196283 (37.8041124601724, -122.421712196283)
72084 132393 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2833 Larkin St 4 Side Yard : Yard 17 Tree 1 Private 1     17     6006475.56322 2120927.38496 37.8040278087899 -122.42182012391001 (37.8040278087899, -122.42182012391)
130704 132394 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2833 Larkin St 5 Side Yard : Yard 17 Tree 1 Private 1     8     6006476.08021 2120921.35396 37.804011278359205 -122.42181790617599 (37.8040112783592, -122.421817906176)
155855 132392 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2833 Larkin St 3 Side Yard : Yard 17 Tree 1 Private 1     16     6006479.362930001 2120932.81603 37.8040429353981 -122.421807360741 (37.8040429353981, -122.421807360741)
177265 132399 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 5 Side Yard : Yard 17 Tree 1 Private 1     12     6006512.34183 2120961.63143 37.8041239148476 -122.421695282708 (37.8041239148476, -122.421695282708)

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 462.257ms · Data source: data.sfgov.org