Street_Tree_List

Data source: data.sfgov.org

4 rows where qSpecies = 200

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3097 1165 DPW Maintained 3 Escallonia bifida :: White escallonia 200 2849X Alemany Blvd 17 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     25 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
66117 126577 Undocumented 2 Escallonia bifida :: White escallonia 200 3154 Baker St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     2 Width 2ft   5999406.997830001 2119698.03039 37.8002511760006 -122.44619280176 (37.8002511760006, -122.44619280176)
74022 191714 Undocumented 2 Escallonia bifida :: White escallonia 200 1721 Revere Ave 2 : 4 Tree 1 Private 1     17 Width 7ft   6014452.8107900005 2094848.1703700002 37.7328666819345 -122.392388899836 (37.7328666819345, -122.392388899836)
132175 126578 Undocumented 2 Escallonia bifida :: White escallonia 200 3154 Baker St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 2ft   5999405.94131 2119714.6213599998 37.8002966700164 -122.446197651813 (37.8002966700164, -122.446197651813)

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