Street_Tree_List

Data source: data.sfgov.org

4 rows where qLegalStatus = 3 and qSiteInfo = 16

View and edit SQL

Suggested facets: qSpecies, qAddress

qLegalStatus

  • DPW Maintained · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1547 251582 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 691x Ulloa St 1 Back Yard : Cutout 16 Tree 1 DPW 2       3x3   5994175.0 2098101.0 37.7406512558576 -122.462729837498 (37.7406512558576, -122.462729837498)
49605 87302 DPW Maintained 3 Ginkgo biloba :: Maidenhair Tree 44 2323 Cesar Chavez St 4 Back Yard : Cutout 16 Tree 1 Private 1     1   Permit Number 50312 6011942.20762 2100900.73993 37.7493460165275 -122.401493976188 (37.7493460165275, -122.401493976188)
118995 97217 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 300X Claremont Blvd 4 Back Yard : Cutout 16 Tree 1 DPW for City Agency 10     18     5993486.0 2098110.3 37.7406370848463 -122.465112792055 (37.7406370848463, -122.465112792055)
143072 97216 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 300X Claremont Blvd 3 Back Yard : Cutout 16 Tree 1 DPW for City Agency 10           5993486.0 2098110.3 37.7406370848463 -122.465112792055 (37.7406370848463, -122.465112792055)

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