Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 18 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlantDate, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
17622 638 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 3203 24th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/01/1991 12:00:00 AM 18 3X3   6007578.42744 2102058.8333799997 37.752281425265295 -122.41666609486401 (37.7522814252653, -122.416666094864)
17832 16310 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 700X Monterey Blvd 2 Median : Cutout 11 Tree 1 DPW 2   02/02/2003 12:00:00 AM 18 5   5997364.820830001 2094712.7517799998 37.7315311410332 -122.45145638890499 (37.7315311410332, -122.451456388905)
18826 16271 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 601X Monterey Blvd 3 Median : Cutout 11 Tree 1 DPW 2   02/02/2003 12:00:00 AM 18 5   5997920.42958 2094705.3029200002 37.731542488687204 -122.449535014353 (37.7315424886872, -122.449535014353)
19207 546 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2884 24th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3   6009527.2979999995 2102212.4790000003 37.752812718682996 -122.409937408543 (37.752812718683, -122.409937408543)
19514 16309 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 700X Monterey Blvd 1 Median : Cutout 11 Tree 1 DPW 2   02/02/2003 12:00:00 AM 18 5   5997384.824659999 2094713.0859599998 37.7315332040811 -122.45138725623801 (37.7315332040811, -122.451387256238)
21501 639 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 3203 24th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/01/1991 12:00:00 AM 18 3X3   6007596.74853 2102059.47083 37.7522842059666 -122.416602782609 (37.7522842059666, -122.416602782609)
21753 7651 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 3309 Folsom St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 4X4   6008514.76673 2099315.4507400002 37.7448013267216 -122.413234094881 (37.7448013267216, -122.413234094881)
55039 225145 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 450 Florida St 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18     6009179.2133599995 2106266.6276700003 37.76392497748579 -122.41142754574899 (37.7639249774858, -122.411427545749)
60204 189997 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1809 19th St 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 6ft   6012307.781769999 2105132.0490099997 37.760984657528894 -122.40052699363501 (37.7609846575289, -122.400526993635)
163882 190016 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18 Width 5ft   6015575.880530001 2107804.1814599996 37.7685034709891 -122.38941057906099 (37.7685034709891, -122.389410579061)

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