Street_Tree_List

Data source: data.sfgov.org

7 rows where qSiteInfo = 23 and qSpecies = 47

View and edit SQL

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

qSiteInfo

  • : Yard · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
43379 223787 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 4404 20th St 9 : Yard 23 Tree 1 Private 1     44 Width 3ft   6003650.35726 2104229.2336 37.75801912330729 -122.430404821951 (37.7580191233073, -122.430404821951)
45680 176101 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 491 La Grande Ave 3 : Yard 23 Tree 1 Private 1     26     6004411.36222 2089192.97967 37.716776055035794 -122.426702192554 (37.7167760550358, -122.426702192554)
108835 113062 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2X Cranleigh Dr 3 : Yard 23 Tree 1 DPW 2   08/18/2016 09:59:00 AM 3     5991370.3 2095943.7 37.734565924896394 -122.472270103664 (37.7345659248964, -122.472270103664)
119367 113063 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2X Cranleigh Dr 4 : Yard 23 Tree 1 DPW 2   08/18/2016 09:56:00 AM 3     5991370.3 2095943.7 37.734565924896394 -122.472270103664 (37.7345659248964, -122.472270103664)
122547 176099 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 491 La Grande Ave 1 : Yard 23 Tree 1 Private 1     43     6004400.9540099995 2089156.27858 37.716674693347 -122.42673555649999 (37.716674693347, -122.4267355565)
130707 190965 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 24th St 17 : Yard 23 Tree 1 Private 1     6     6017293.94065 2102634.4333599997 37.754403540203796 -122.38310803210899 (37.7544035402038, -122.383108032109)
162701 176100 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 491 La Grande Ave 2 : Yard 23 Tree 1 Private 1     19     6004405.409030001 2089175.08917 37.7167265950249 -122.42672149649799 (37.7167265950249, -122.426721496498)

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