Street_Tree_List

Data source: data.sfgov.org

9 rows where qLegalStatus = 2 and qSiteInfo = 16

View and edit SQL

qLegalStatus

  • Undocumented · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
19725 114507 Undocumented 2 Pyrus kawakamii :: Evergreen Pear 82 10 LOMBARD ST 2 Back Yard : Cutout 16 Tree 1 Port 9       4x4   6011932.0 2120995.0 37.8045196580749 -122.402942401468 (37.8045196580749, -122.402942401468)
64868 113526 Undocumented 2 Pinus radiata :: Monterey Pine 3 16x SHELDON TER 1 Back Yard : Cutout 16 Tree 1 Private 1     30 3x3   5991843.0 2103332.0 37.7548796468533 -122.47117393885799 (37.7548796468533, -122.471173938858)
79581 117011 Undocumented 2 Maytenus boaria :: Mayten 22 457X CASTRO ST 1 Back Yard : Cutout 16 Tree 1 MTA 6 Private 3   27 3x6   6002348.0 2105584.0 37.7616651256499 -122.435005811888 (37.7616651256499, -122.435005811888)
85237 113807 Undocumented 2 Pinus radiata :: Monterey Pine 3 70X MALTA DR 1 Back Yard : Cutout 16 Tree 1 Private 1       3x30   5999481.0 2096265.0 37.735914202367894 -122.444251877835 (37.7359142023679, -122.444251877835)
89465 114506 Undocumented 2 Maytenus boaria :: Mayten 22 10 LOMBARD ST 1 Back Yard : Cutout 16 Tree 1 Port 9       4x4   6011932.0 2120995.0 37.8045196580749 -122.402942401468 (37.8045196580749, -122.402942401468)
94229 116554 Undocumented 2 Pinus halepensis :: Allepo Pine 164 424x LOS PALMOS DR 1 Back Yard : Cutout 16 Tree 1 Private 1     16 3x3   5997290.0 2095790.0 37.734484721942295 -122.451792740897 (37.7344847219423, -122.451792740897)
100593 115407 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 46 PROSPECT AVE 1 Back Yard : Cutout 16 Tree 1 Private 1     14 3x3   6007068.0 2099193.0 37.7443837739696 -122.41822807190901 (37.7443837739696, -122.418228071909)
117016 110120 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 507X JOOST AVE 2 Back Yard : Cutout 16 Tree 1 Private 1     45 3x3   5998608.0 2094933.0 37.7322070010706 -122.44717434081801 (37.7322070010706, -122.447174340818)
125405 114508 Undocumented 2 Maytenus boaria :: Mayten 22 10 LOMBARD ST 3 Back Yard : Cutout 16 Tree 1 Port 9       4x4   6011932.0 2120995.0 37.8045196580749 -122.402942401468 (37.8045196580749, -122.402942401468)

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