Street_Tree_List

Data source: data.sfgov.org

7 rows where SiteOrder = 9 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
40599 190014 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 888 07th St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     29 Width 8ft   6012452.605140001 2108628.1137900003 37.770592145536 -122.400271663513 (37.770592145536, -122.400271663513)
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)
130881 225147 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1706 Dolores St 9 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     11 Width 6ft   6005278.315280001 2098374.8158 37.7420363251164 -122.424358251742 (37.7420363251164, -122.424358251742)
151815 201673 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 401 08th St 9 Front Yard : Yard 7 Tree 1 Private 1     7     6010274.35746 2109764.89142 37.773591771276706 -122.4078864553 (37.7735917712767, -122.4078864553)
152995 225179 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007756.33933 2106453.2465 37.764357479442 -122.41636207364799 (37.764357479442, -122.416362073648)
168817 206042 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 621 Holloway Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 3ft   5994983.67365 2091204.0797700002 37.7217605339977 -122.45943440879101 (37.7217605339977, -122.459434408791)
173541 206030 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 501x Monterey Blvd 9 Median : Cutout 11 Tree 1 DPW 2     5 Width 4ft   5998284.310380001 2094699.8261099998 37.7315482605292 -122.44827661909201 (37.7315482605292, -122.448276619092)

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