Street_Tree_List

Data source: data.sfgov.org

6 rows where qCaretaker = 2 and qSpecies = 24

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qCaretaker

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
255 19810 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 100 STAIRWAY24 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 100ST            
10652 85929 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 1706 26th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   12/20/2006 12:00:00 AM 3 3x3   5988139.8339 2103656.0542 37.7555545188612 -122.484004126341 (37.7555545188612, -122.484004126341)
16666 19812 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 100 STAIRWAY24 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 100ST            
77799 105836 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 2100X SLOAT BLVD 1 Median : Yard 3 Tree 1 DPW 2     2     5984309.0 2095832.0 37.733848030924 -122.49667476772 (37.733848030924, -122.49667476772)
128569 97396 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 1203X Sunset Blvd 15 Median : Yard 3 Tree 1 DPW 2           5989104.6 2108557.5 37.7690686805765 -122.48102656954599 (37.7690686805765, -122.481026569546)
142749 97395 DPW Maintained 3 Araucaria heterophylla :: Norfolk Island Pine 24 1203X Sunset Blvd 14 Median : Yard 3 Tree 1 DPW 2           5989104.6 2108557.5 37.7690686805765 -122.48102656954599 (37.7690686805765, -122.481026569546)

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