Street_Tree_List

Data source: data.sfgov.org

7 rows where PlantDate = "10/29/1996 12:00:00 AM" and qLegalStatus = 3

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
18702 32730 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 431 Capitol Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 3 3x3   5995024.5889800005 2088651.07748 37.714752948278104 -122.459108206688 (37.7147529482781, -122.459108206688)
19029 32731 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 431 Capitol Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 3 3x3   5995024.91433 2088666.6169099999 37.7147956345921 -122.45910820668699 (37.7147956345921, -122.459108206687)
20625 32725 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 431 Capitol Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 3 3x3   5995024.24753 2088599.26436 37.714610662038204 -122.45910563733999 (37.7146106620382, -122.45910563734)
22123 32728 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 431 Capitol Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 3 3x3   5995024.59612 2088615.9136299998 37.714656397048 -122.45910563732599 (37.714656397048, -122.459105637326)
22207 32727 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 431 Capitol Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 3 3x3   5995024.97569 2088634.0427 37.7147061970204 -122.459105637321 (37.7147061970204, -122.459105637321)
86699 32726 DPW Maintained 3 Melaleuca linariifolia :: Flaxleaf Paperbark 155 200X Farallones St 7 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 20 6x9 Permit Number 37116 5995015.41074948 2088495.64250033 37.7143256328225 -122.45912868181601 (37.7143256328225, -122.459128681816)
87708 32729 DPW Maintained 3 Melaleuca linariifolia :: Flaxleaf Paperbark 155 200X Farallones St 8 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/29/1996 12:00:00 AM 12 3x3 Permit Number 37116 5995015.41074948 2088495.64250033 37.7143256328225 -122.45912868181601 (37.7143256328225, -122.459128681816)

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