Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 7, qLegalStatus = 2 and qSpecies = 8

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
46342 246446 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 453 Duncan St 1 : 4 Tree 1 Private 1     7 Width 4ft   6003581.5934 2099789.36791 37.7458244008674 -122.43032587405399 (37.7458244008674, -122.430325874054)
61680 182853 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2806 Noriega St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5985300.7799 2103002.6013 37.7535946235281 -122.49377416408899 (37.7535946235281, -122.493774164089)
100522 115813 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 399X CONNECTICUT ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 3x3   6013409.0 2105275.0 37.761438521882205 -122.396728355206 (37.7614385218822, -122.396728355206)
150142 183639 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1471 45th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5982147.0943 2105086.2067 37.759130603641296 -122.504834498787 (37.7591306036413, -122.504834498787)
161416 141614 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 639 BRODERICK ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6001061.0575 2110935.8536 37.77628682660821 -122.439840543521 (37.7762868266082, -122.439840543521)
162397 244371 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 677 Fell St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6004168.0770000005 2110433.1732 37.77508295847571 -122.429056656274 (37.7750829584757, -122.429056656274)
180405 70659 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 322 Utah St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 09/17/1994 12:00:00 AM 7     6010583.10819 2106749.61081 37.7653297823641 -122.406605907945 (37.7653297823641, -122.406605907945)
181490 208525 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1225 03rd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 4ft   5995136.03986 2107208.3718 37.7657130923001 -122.46006657372101 (37.7657130923001, -122.460066573721)

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