Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 12, qLegalStatus = 2 and qSpecies = 99

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27211 190009 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 499 Arkansas St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     12 Width 3ft   6013000.6424 2104780.97852 37.7600593109036 -122.39810604475099 (37.7600593109036, -122.398106044751)
34445 189999 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 700 Carolina St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 3ft   6012378.8382 2104615.7006200003 37.759570841431604 -122.400244972539 (37.7595708414316, -122.400244972539)
150411 225204 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 423 Hill St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 3ft   6003555.12848 2103300.5441900003 37.7554637680609 -122.430667894334 (37.7554637680609, -122.430667894334)
154762 190008 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 499 Arkansas St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     12 Width 3ft   6013001.004319999 2104770.77292 37.7600313087249 -122.39810407704901 (37.7600313087249, -122.398104077049)
172905 190028 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1500 03rd St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 5ft   6015555.80017 2108152.70829 37.7694593361018 -122.389504379223 (37.7694593361018, -122.389504379223)
178754 190010 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 499 Arkansas St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     12 Width 3ft   6013000.60503 2104793.1604 37.7600927575897 -122.398107028633 (37.7600927575897, -122.398107028633)

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