Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 10 and qSpecies = 178

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
36152 197853 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 53 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6012031.29161 2091170.72572 37.7226344115455 -122.400502534772 (37.7226344115455, -122.400502534772)
47089 197845 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 41 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6012007.9467400005 2091249.84858 37.7228503648454 -122.400588788767 (37.7228503648454, -122.400588788767)
133546 197891 Undocumented 2 Syzygium australe :: Eugenia 178 1551 19th St 1 : 4 Tree 1 Private 1     10 Width 3ft   6012984.994 2105172.8409 37.761134407244604 -122.39818765823 (37.7611344072446, -122.39818765823)
136043 197844 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 38 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6012002.51285 2091266.59207 37.7228960359976 -122.400608748319 (37.7228960359976, -122.400608748319)
168031 197815 Undocumented 2 Syzygium australe :: Eugenia 178 685 Arkansas St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 5ft   6013051.202330001 2103897.19605 37.757635453635395 -122.39786918582199 (37.7576354536354, -122.397869185822)

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