Street_Tree_List

Data source: data.sfgov.org

7 rows where qCareAssistant = 3 and qSpecies = 20

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlantDate, XCoord, YCoord, Latitude, Longitude, Location

qSpecies

  • Callistemon viminalis :: Weeping Bottlebrush · 7

qCareAssistant

  • Private · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
358 251286 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1299x Hudson Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 02/09/1998 12:00:00 AM   3x3   6017207.0 2095414.0 37.7345728945406 -122.38290623346 (37.7345728945406, -122.38290623346)
375 251284 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1299x Hudson Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 06/21/1996 12:00:00 AM   3x3   6017207.0 2095414.0 37.7345728945406 -122.38290623346 (37.7345728945406, -122.38290623346)
385 251282 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1299x Hudson Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 04/07/2016 12:00:00 AM   3x3   6017207.0 2095414.0 37.7345728945406 -122.38290623346 (37.7345728945406, -122.38290623346)
392 251280 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1275x Hudson Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 03/11/2006 12:00:00 AM   3x3   6017281.0 2095243.0 37.734107450868 -122.38263849321599 (37.734107450868, -122.382638493216)
398 251281 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1275x Hudson Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 03/23/2006 12:00:00 AM   3x3   6017281.0 2095243.0 37.734107450868 -122.38263849321599 (37.734107450868, -122.382638493216)
402 251283 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1299x Hudson Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 06/06/1997 12:00:00 AM   3x3   6017207.0 2095414.0 37.7345728945406 -122.38290623346 (37.7345728945406, -122.38290623346)
410 251287 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 1299x Hudson Ave 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 02/09/1998 12:00:00 AM   3x3   6017207.0 2095414.0 37.7345728945406 -122.38290623346 (37.7345728945406, -122.38290623346)

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