Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 16, qSiteInfo = 9 and qSpecies = 75

View and edit SQL

Suggested facets: SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24537 217484 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 554 Mangels Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16     5997767.10933 2095284.1068799999 37.7331229743458 -122.450106772723 (37.7331229743458, -122.450106772723)
41733 203194 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1998 Revere Ave 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16     6012994.12431 2096000.54159 37.7359497449792 -122.3975127773 (37.7359497449792, -122.3975127773)
130191 217445 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 395 Faxon Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16 Width 2ft   5994721.42442 2091190.6109200001 37.721708469553 -122.46033995415199 (37.721708469553, -122.460339954152)
137787 217451 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 248 Thrift St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16     5994521.5845800005 2089667.4223099998 37.7175146601568 -122.460920402674 (37.7175146601568, -122.460920402674)
147977 181274 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 328 Palmetto Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16 Width 6ft   5993286.62087 2087254.83892 37.7108191445702 -122.46501394844 (37.7108191445702, -122.46501394844)
158497 181270 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 37 Alpha St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16 Width 4ft   6011335.815769999 2088522.23161 37.715323375648296 -122.40272048866899 (37.7153233756483, -122.402720488669)
181853 201499 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1038 Innes Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16     6018416.79538 2095102.4725900001 37.7337842710237 -122.37870189547701 (37.7337842710237, -122.378701895477)

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