Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 16, qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
17169 29607 DPW Maintained 3 Myoporum laetum :: Myoporum 1 900X Junipero Serra Blvd 16 Median : Cutout 11 Tree 1 DPW 2   03/09/2013 12:00:00 AM 3 3X3   5991176.48666 2091034.59302 37.7210755258009 -122.472582381082 (37.7210755258009, -122.472582381082)
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)
94849 16581 DPW Maintained 3 Myoporum laetum :: Myoporum 1 95X Nido Ave 16 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3   5999200.479133099 2112280.3747819 37.779872451802795 -122.446373519186 (37.7798724518028, -122.446373519186)
110386 8628 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 16 Median : Cutout 11 Tree 1 DPW 2     6 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)

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