Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 8 and qSpecies = 5

View and edit SQL

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

qSiteInfo

  • Front Yard : Cutout · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
78331 117161 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1383X VERMONT ST 1 Front Yard : Cutout 8 Tree 1 Private 1           6011571.0 2102081.0 37.752566033842896 -122.40286062573799 (37.7525660338429, -122.402860625738)
87235 117162 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1383X VERMONT ST 2 Front Yard : Cutout 8 Tree 1 Private 1 DPW 4         6011571.0 2102081.0 37.752566033842896 -122.40286062573799 (37.7525660338429, -122.402860625738)
93980 110202 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1039 PAGE ST   Front Yard : Cutout 8 Tree 1 Private 1       4x5   6001572.7 2109358.5 37.771984919077 -122.43795762529301 (37.771984919077, -122.437957625293)
129412 104753 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 2328 12TH AVE   Front Yard : Cutout 8 Tree 1 Private 1     22   Permit Number 770921 5992676.8 2099585.2 37.7446400909628 -122.468017927356 (37.7446400909628, -122.468017927356)
139135 112417 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 98X BROADMOOR DR 1 Front Yard : Cutout 8 Tree 1 Private 1     28 3x3   5990934.0 2093194.0 37.7269906812088 -122.47357801435 (37.7269906812088, -122.47357801435)
154324 112045 Significant Tree 6 Acacia melanoxylon :: Blackwood Acacia 5 2418 Pacific Ave 1 Front Yard : Cutout 8 Tree 1 Private 1     18 3x3   6002446.95594 2117111.03197 37.7933210893366 -122.435488200226 (37.7933210893366, -122.435488200226)

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