Street_Tree_List

Data source: data.sfgov.org

13 rows where qSiteInfo = 8 and qSpecies = 41

View and edit SQL

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

qSiteInfo

  • Front Yard : Cutout · 13
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
58682 116625 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 6 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
81797 115888 Significant Tree 6 Olea europaea :: Olive Tree 41 811 TREAT AVE 1 Front Yard : Cutout 8 Tree 1 Private 1     20 3x3   6008597.0 2103712.0 37.7568778816719 -122.413260590978 (37.7568778816719, -122.413260590978)
84743 116631 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 12 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
91973 106184 Significant Tree 6 Olea europaea :: Olive Tree 41 1327 ULLOA ST 1 Front Yard : Cutout 8 Tree 1 Private 1 FUF 1   2 4x4   5991893.8 2098371.4 37.7412620575898 -122.470636971077 (37.7412620575898, -122.470636971077)
96632 116628 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 9 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
98906 116629 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 10 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
100355 116620 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 1 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4   12 3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
113343 116624 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 5 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
119101 116621 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 2 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
123257 116622 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 3 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
124339 116630 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 11 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
125790 116627 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 8 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)
142683 116623 Undocumented 2 Olea europaea :: Olive Tree 41 5732X GEARY BLVD 4 Front Yard : Cutout 8 Tree 1 MTA 6 DPW 4     3x3   5989254.0 2112678.0 37.780391116482 -122.480811519646 (37.780391116482, -122.480811519646)

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