Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 10ft" and qSpecies = 34

View and edit SQL

Suggested facets: qAddress

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
34734 250189 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 600 Parker Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     24 Width 10ft   5997288.42031 2110933.5142099997 37.7760649338881 -122.45289089928998 (37.7760649338881, -122.45289089929)
50865 250599 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 2201 Golden Gate Ave 24 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 10ft   5998631.4294 2111385.5677400003 37.7773830261474 -122.44827765331499 (37.7773830261474, -122.448277653315)
62280 250596 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 2201 Golden Gate Ave 21 Sidewalk: Property side : Yard 9 Tree 1 Private 1     23 Width 10ft   5998572.26922 2111378.3859099997 37.7773599243436 -122.44848178950899 (37.7773599243436, -122.448481789509)
153836 250190 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 600 Parker Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     38 Width 10ft   5997282.93833 2110956.0047400002 37.7761263728801 -122.45291148657 (37.7761263728801, -122.45291148657)
176192 250598 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 2201 Golden Gate Ave 23 Sidewalk: Property side : Yard 9 Tree 1 Private 1     26 Width 10ft   5998612.86839 2111383.01591 37.7773749583343 -122.448341677839 (37.7773749583343, -122.448341677839)

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