Street_Tree_List

Data source: data.sfgov.org

4 rows where qSiteInfo = 4 and qSpecies = 40

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder

qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
48344 191716 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 561 Rhode Island St 1 : 4 Tree 1 Private 1     15 Width 3ft   6011818.5901 2105765.65198 37.7626970962079 -122.40226345320801 (37.7626970962079, -122.402263453208)
79586 94645 Permitted Site 1 Eucalyptus Spp :: Eucalyptus 40 30 Middle Point Rd 34 : 4 Tree 1 Private 1           6018215.0 2095138.0 37.733870695497295 -122.37940203679399 (37.7338706954973, -122.379402036794)
165999 199400 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 299 Cashmere St 16 : 4 Tree 1 Private 1     38     6016698.52819 2095954.85127 37.7360298565815 -122.384701870897 (37.7360298565815, -122.384701870897)
177574 191717 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 554 Rhode Island St 1 : 4 Tree 1 Private 1     13 Width 6ft   6011757.49983 2105782.3491 37.762739532526005 -122.40247591803801 (37.762739532526, -122.402475918038)

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