Street_Tree_List

Data source: data.sfgov.org

3 rows where DBH = 2 and qSpecies = 99

View and edit SQL

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27326 190005 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 700 Arkansas St 2 Front Yard : Yard 7 Tree 1 Private 1     2     6012982.63799 2103818.56401 37.757415728567295 -122.398100794529 (37.7574157285673, -122.398100794529)
158705 190031 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1301 Minnesota St 76 Front Yard : Yard 7 Tree 1 Private 1     2     6015368.80756 2102249.49615 37.753240017127 -122.389738810018 (37.753240017127, -122.389738810018)
159709 201681 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 401 08th St 17 Front Yard : Yard 7 Tree 1 Private 1     2     6010219.21458 2109785.59098 37.7736455201492 -122.408078663801 (37.7736455201492, -122.408078663801)

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