Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 5ft", qSiteInfo = 4 and qSpecies = 60

View and edit SQL

Suggested facets: qAddress, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37013 245824 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 2 McCoppin St 1 : 4 Tree 1 Private 1     35 Width 5ft   6006487.65936 2109176.30964 37.7717629414288 -122.42094344050899 (37.7717629414288, -122.420943440509)
58779 189417 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 1106 Wisconsin St 7 : 4 Tree 1 Private 1     16 Width 5ft   6012797.40104 2102195.19485 37.7529479910798 -122.39862750496799 (37.7529479910798, -122.398627504968)
60969 247764 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 47 Alpine Ter 1 : 4 Tree 1 Private 1     33 Width 5ft   6001642.78328 2108514.72427 37.769672105812 -122.43765476325501 (37.769672105812, -122.437654763255)
177688 189413 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 735 Wisconsin St 1 : 4 Tree 1 Private 1     23 Width 5ft   6012747.844930001 2104071.66199 37.758097599940704 -122.39893057110399 (37.7580975999407, -122.398930571104)
177711 189414 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 735 Wisconsin St 2 : 4 Tree 1 Private 1     13 Width 5ft   6012747.75808 2104089.69061 37.758147097740796 -122.39893213680901 (37.7581470977408, -122.398932136809)

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