Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = 60, qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qAddress, 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
78581 20664 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1501X Sunset Blvd 18 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 60   5984817.9532367 2104951.7766639 37.7589182591611 -122.49558761620101 (37.7589182591611, -122.495587616201)
79364 20662 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1501X Sunset Blvd 16 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 60   5984817.9532367 2104951.7766639 37.7589182591611 -122.49558761620101 (37.7589182591611, -122.495587616201)
83577 20596 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1401X Sunset Blvd 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 60   5984800.4502922995 2105635.4093669 37.760794298851295 -122.495698574627 (37.7607942988513, -122.495698574627)
127395 20582 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1392X Sunset Blvd 20 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 60   5984737.8310875995 2105717.624989 37.7610163726955 -122.49592120853 (37.7610163726955, -122.49592120853)

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