Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 11 and qSpecies = 25

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2534 141911 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 900 MCALLISTER ST 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     20 Width 0ft   6004522.3227 2111922.8021 37.7791931595072 -122.427937412735 (37.7791931595072, -122.427937412735)
30401 197533 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 651 Missouri St 11 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6     6013601.75095 2103896.53741 37.757664290394295 -122.395965104316 (37.7576642903943, -122.395965104316)
32934 197552 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 101 Rhode Island St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6011729.09071 2107385.60351 37.7671401230397 -122.40268692957399 (37.7671401230397, -122.402686929574)
49154 118227 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 699 37th Ave 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   5984452.03524 2111621.56677 37.77721017528479 -122.497345493843 (37.7772101752848, -122.497345493843)
83117 14776 Permitted Site 1 Schinus terebinthifolius :: Brazilian Pepper 25 1000X McAllister St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Office of Mayor 21   06/30/1994 12:00:00 AM 12 4X4   6004368.8552829 2111899.4426369 37.7791203368819 -122.428466654288 (37.7791203368819, -122.428466654288)
93076 109306 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 251 RHODE ISLAND ST 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6011759.4 2107238.5 37.766737902166795 -122.402571748171 (37.7667379021668, -122.402571748171)
93575 117571 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 370 DRUMM ST 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6013616.0 2118213.0 37.7969748404412 -122.396919555024 (37.7969748404412, -122.396919555024)
113251 30948 Permitted Site 1 Schinus terebinthifolius :: Brazilian Pepper 25 2390 Bush St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 03/13/1995 12:00:00 AM     Permit Number 34752 6002079.96472002 2114704.99678528 37.786693886013204 -122.436585716056 (37.7866938860132, -122.436585716056)
135186 197518 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 407 09th St 11 : 4 Tree 1 Private 1     12 Width 3ft   6009751.84387 2109320.3302700003 37.772341843132 -122.409662531815 (37.772341843132, -122.409662531815)
137734 197516 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 1275 Harrison St 11 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     7     6009818.3758 2109520.83011 37.772896097121894 -122.40944654343299 (37.7728960971219, -122.409446543433)
138261 136426 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 177 Drumm St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6013550.70975 2118074.47295 37.796590843538496 -122.39713575811199 (37.7965908435385, -122.397135758112)
180021 136394 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 3395 Sacramento St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 4ft   5998858.96294 2115256.3275900004 37.78802413016879 -122.447769271056 (37.7880241301688, -122.447769271056)

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