Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 4 and qSpecies = 67

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
26035 190622 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6011129.36426 2108026.35569 37.7688659805044 -122.40480642029101 (37.7688659805044, -122.404806420291)
47395 228363 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 685 Florida St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6009250.75381 2105069.23779 37.760641230732396 -122.41109552413201 (37.7606412307324, -122.411095524132)
60852 138196 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 412 LINDEN ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   6005394.8315 2110818.7529 37.7762110317595 -122.42484047597 (37.7762110317595, -122.42484047597)
61887 228359 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 650 Florida St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6009245.37699 2105202.37249 37.761006486774505 -122.411123524554 (37.7610064867745, -122.411123524554)
131351 228361 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 685 Florida St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6009248.21276 2105093.4761200002 37.7607076411693 -122.411106024639 (37.7607076411693, -122.411106024639)
158412 228362 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 685 Florida St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6009250.9801199995 2105080.31874 37.7606716691902 -122.411095524149 (37.7606716691902, -122.411095524149)
170346 38578 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 1539 Palou Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 03/12/2005 12:00:00 AM 4   Permit Number 40538 6015192.4143 2094984.0689 37.733280874609704 -122.38984136904499 (37.7332808746097, -122.389841369045)

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