Street_Tree_List

Data source: data.sfgov.org

3 rows where PlotSize = "Width 5ft" and qSpecies = 93 sorted by PlantType

View and edit SQL

Suggested facets: qAddress, qSiteInfo, DBH

PlotSize

  • Width 5ft · 3
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType ▼ qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
56979 193543 Undocumented 2 Melaleuca nesophila :: Pink Melaleuca 93 610 22nd St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   6016026.74063 2103985.73325 37.7580438195766 -122.38758464502399 (37.7580438195766, -122.387584645024)
133721 119151 Undocumented 2 Melaleuca nesophila :: Pink Melaleuca 93 751 47th Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 5ft   5981332.09183 2110596.93925 37.774213497724396 -122.50806211670799 (37.7742134977244, -122.508062116708)
186695 193542 Undocumented 2 Melaleuca nesophila :: Pink Melaleuca 93 610 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   6016043.65792 2103986.82395 37.7580477514291 -122.387526213378 (37.7580477514291, -122.387526213378)

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