Street_Tree_List

Data source: data.sfgov.org

10 rows where PlotSize = "Width 2ft" and qSpecies = 68

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 2ft · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31692 219005 Undocumented 2 Geijera parviflora :: Australian Willow 68 1838 11th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 2ft   5992852.04405 2102933.06242 37.7538425808737 -122.467655401194 (37.7538425808737, -122.467655401194)
35910 219003 Undocumented 2 Geijera parviflora :: Australian Willow 68 1461 07th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5993948.08517 2105555.3752599997 37.7611059976579 -122.464055414128 (37.7611059976579, -122.464055414128)
53261 225947 Undocumented 2 Geijera parviflora :: Australian Willow 68 114 Rousseau St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 2ft   6003497.57041 2095097.9657299998 37.7329381267755 -122.430281767707 (37.7329381267755, -122.430281767707)
66285 225948 Undocumented 2 Geijera parviflora :: Australian Willow 68 123 Milton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 2ft   6003779.75499 2095097.5175400001 37.732952875676496 -122.429306150766 (37.7329528756765, -122.429306150766)
72606 219001 Undocumented 2 Geijera parviflora :: Australian Willow 68 1225 05th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 2ft   5994518.05416 2107169.56941 37.7655709877426 -122.46220122250799 (37.7655709877426, -122.462201222508)
150699 225931 Undocumented 2 Geijera parviflora :: Australian Willow 68 337 Bennington St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   6007076.3964 2096610.27498 37.737292658529 -122.418015982652 (37.737292658529, -122.418015982652)
152964 225949 Undocumented 2 Geijera parviflora :: Australian Willow 68 119 Milton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 2ft   6003777.8476 2095128.93714 37.733039038820294 -122.429314984812 (37.7330390388203, -122.429314984812)
158982 225932 Undocumented 2 Geijera parviflora :: Australian Willow 68 557 Peralta Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 2ft   6009854.01904 2098898.01508 37.743730236853 -122.40857375230101 (37.743730236853, -122.408573752301)
161173 225924 Undocumented 2 Geijera parviflora :: Australian Willow 68 145 Guerrero St 6 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     18 Width 2ft   6005469.65475 2108205.8081400003 37.7690407421536 -122.424395748072 (37.7690407421536, -122.424395748072)
181764 219002 Undocumented 2 Geijera parviflora :: Australian Willow 68 1333 10th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 2ft   5992990.51198 2106402.84909 37.7633777040321 -122.46742884668501 (37.7633777040321, -122.467428846685)

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