Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 13 and qSpecies = 140

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28834 188557 Undocumented 2 Acacia longifolia :: Golden Wattle 140 1790 23rd St 12 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13     6013310.23031 2102900.17201 37.7549122641975 -122.39690345423 (37.7549122641975, -122.39690345423)
66111 54159 Permitted Site 1 Acacia longifolia :: Golden Wattle 140 262 Bridgeview Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/20/1972 12:00:00 AM 13   Permit Number 9894 6012942.04708 2095291.8384200002 37.7340008934128 -122.397643138528 (37.7340008934128, -122.397643138528)
76647 124765 Undocumented 2 Acacia longifolia :: Golden Wattle 140 138 Locust St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   5997565.1935 2115884.13609 37.7896738950858 -122.45229077990601 (37.7896738950858, -122.452290779906)
86013 114235 Significant Tree 6 Acacia longifolia :: Golden Wattle 140 99x FONT BLVD 11 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13     5990948.0 2088640.0 37.71448733391829 -122.473197635313 (37.7144873339183, -122.473197635313)
128290 114229 Significant Tree 6 Acacia longifolia :: Golden Wattle 140 99x FONT BLVD 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13     5990948.0 2088640.0 37.71448733391829 -122.473197635313 (37.7144873339183, -122.473197635313)
137750 53938 Permitted Site 1 Acacia longifolia :: Golden Wattle 140 178 09th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/27/1972 12:00:00 AM 13   Permit Number 9652 5993071.23757 2114298.66075 37.7850621436327 -122.467723926434 (37.7850621436327, -122.467723926434)
138891 114238 Significant Tree 6 Acacia longifolia :: Golden Wattle 140 99x FONT BLVD 14 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13     5990948.0 2088640.0 37.71448733391829 -122.473197635313 (37.7144873339183, -122.473197635313)
164949 247413 Undocumented 2 Acacia longifolia :: Golden Wattle 140 963 Page St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 0ft   6001970.4339 2109438.2533 37.772226511757204 -122.436587545425 (37.7722265117572, -122.436587545425)

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