Street_Tree_List

Data source: data.sfgov.org

6 rows where qAddress = "1975 04th St" and qSpecies = 156

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
26274 197748 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015201.44705 2106465.6253 37.764807321236205 -122.390612174905 (37.7648073212362, -122.390612174905)
33087 197746 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015183.75911 2106426.79652 37.7646997245393 -122.390670639842 (37.7646997245393, -122.390670639842)
39542 197743 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015167.69493 2106306.41081 37.7643682802918 -122.390717788601 (37.7643682802918, -122.390717788601)
61567 197744 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015167.557580001 2106323.79258 37.764415999235794 -122.39071947842699 (37.7644159992358, -122.390719478427)
152801 197747 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015191.97429 2106445.31898 37.7647510389611 -122.390643519901 (37.7647510389611, -122.390643519901)
183470 197745 Undocumented 2 Styphnolobium japonicum :: Chinese scholar tree 156 1975 04th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015176.56394 2106407.0773 37.764645180658704 -122.390694148136 (37.7646451806587, -122.390694148136)

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