Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 20 and qCaretaker = 18

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qAddress, SiteOrder, PlantDate, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
19046 22977 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 630 Valencia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   03/14/1995 12:00:00 AM 20 3X3   6006170.03999 2105955.48094 37.7629014015073 -122.421813289079 (37.7629014015073, -122.421813289079)
83367 115940 Significant Tree 6 Olea europaea :: Olive Tree 41 3401x 17TH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18     20 3x3   6006069.0 2106010.0 37.7630453994978 -122.42216662533801 (37.7630453994978, -122.422166625338)
87612 22982 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 630 Valencia St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   11/30/1994 12:00:00 AM 20 3X3   6006179.6291421 2105955.3041542 37.762901456856206 -122.42178011092 (37.7629014568562, -122.42178011092)
103172 22985 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 630 Valencia St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   11/29/1994 12:00:00 AM 20 3X3   6006179.6291421 2105955.3041542 37.762901456856206 -122.42178011092 (37.7629014568562, -122.42178011092)
113939 22979 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 630 Valencia St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   11/29/1994 12:00:00 AM 20 3X3   6006179.6291421 2105955.3041542 37.762901456856206 -122.42178011092 (37.7629014568562, -122.42178011092)
114591 22984 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 630 Valencia St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   11/29/1994 12:00:00 AM 20 3X3   6006179.6291421 2105955.3041542 37.762901456856206 -122.42178011092 (37.7629014568562, -122.42178011092)

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