Street_Tree_List

Data source: data.sfgov.org

7 rows where SiteOrder = 7 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
21577 30015 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 738X San Jose Ave 7 Median : Cutout 11 Tree 1 DPW 2   03/24/2007 12:00:00 AM 3 3x3   6005757.33905 2098980.75435 37.7437271333024 -122.422744989392 (37.7437271333024, -122.422744989392)
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)
62061 206040 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 621 Holloway Ave 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 3ft   5994946.74244 2091203.9910900001 37.7217581669755 -122.45956206304899 (37.7217581669755, -122.459562063049)
158983 206028 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 501x Monterey Blvd 7 Median : Cutout 11 Tree 1 DPW 2     7 Width 4ft   5998324.94212 2094699.61096 37.7315499926202 -122.448136132397 (37.7315499926202, -122.448136132397)
166068 225181 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6007752.17494 2106512.16868 37.7645190318645 -122.41638065094801 (37.7645190318645, -122.416380650948)
166097 201509 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018596.778580001 2094899.20439 37.73323605689679 -122.378065528029 (37.7332360568968, -122.378065528029)
183572 201671 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 401 08th St 7 Front Yard : Yard 7 Tree 1 Private 1     5     6010268.2107 2109746.2247 37.7735401726656 -122.407906401378 (37.7735401726656, -122.407906401378)

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