Street_Tree_List

Data source: data.sfgov.org

7 rows where qSiteInfo = 5 and qSpecies = 168

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, PlantType, qCaretaker, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13246 187614 Undocumented 2 Podocarpus macrophyllus :: Yew Pine 168 100 Castro St 11 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2       3x3   6002192.0 2107639.0 37.767298794762 -122.43569238083799 (37.767298794762, -122.435692380838)
13247 187613 Undocumented 2 Podocarpus macrophyllus :: Yew Pine 168 100 Castro St 10 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2       3x3   6002192.0 2107639.0 37.767298794762 -122.43569238083799 (37.767298794762, -122.435692380838)
13248 187615 Undocumented 2 Podocarpus macrophyllus :: Yew Pine 168 100 Castro St 12 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2       3x3   6002192.0 2107639.0 37.767298794762 -122.43569238083799 (37.767298794762, -122.435692380838)
13249 187612 Undocumented 2 Podocarpus macrophyllus :: Yew Pine 168 100 Castro St 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2       3x3   6002192.0 2107639.0 37.767298794762 -122.43569238083799 (37.767298794762, -122.435692380838)
22233 16926 DPW Maintained 3 Podocarpus macrophyllus :: Yew Pine 168 514 Oak St 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3X3   6004391.58115 2110176.00513 37.774389487009 -122.42826517381201 (37.774389487009, -122.428265173812)
96576 115405 Planning Code 138.1 required 4 Podocarpus macrophyllus :: Yew Pine 168 2050 43RD AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   01/29/2016 12:00:00 AM 3 3x3   5982969.0 2101168.0 37.7484206232379 -122.50170211889 (37.7484206232379, -122.50170211889)
101836 92072 Permitted Site 1 Podocarpus macrophyllus :: Yew Pine 168 3001 Pacific Ave   Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   06/18/2009 12:00:00 AM     Permit Number 52188 5999733.7 2116663.4 37.791937538515604 -122.444844029888 (37.7919375385156, -122.444844029888)

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