Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "4X4", qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1214 14441 DPW Maintained 3 Myoporum laetum :: Myoporum 1 57 Masonic Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     100 4X4   5998815.3699 2112874.8656 37.781482766726896 -122.447748586483 (37.7814827667269, -122.447748586483)
3830 14440 DPW Maintained 3 Myoporum laetum :: Myoporum 1 45 Masonic Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     36 4X4   5998808.9399 2112938.4889 37.78165709226779 -122.44777541277399 (37.7816570922678, -122.447775412774)
91329 25556 DPW Maintained 3 Myoporum laetum :: Myoporum 1 50X Industrial St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 4X4   6012204.29417 2097469.52586 37.7399392564551 -122.400346698766 (37.7399392564551, -122.400346698766)
117689 25566 DPW Maintained 3 Myoporum laetum :: Myoporum 1 50X Industrial St 11 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 4X4   6012204.29417 2097469.52586 37.7399392564551 -122.400346698766 (37.7399392564551, -122.400346698766)
144391 25557 DPW Maintained 3 Myoporum laetum :: Myoporum 1 50X Industrial St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   12/01/2000 12:00:00 AM 3 4X4   6012204.29417 2097469.52586 37.7399392564551 -122.400346698766 (37.7399392564551, -122.400346698766)

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