Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 9 and qSpecies = 75 sorted by qSiteInfo

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo ▼ PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
71965 50023 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 1704 Felton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 07/28/2003 12:00:00 AM 9   Permit Number 46757 6005976.3873 2092403.4615900002 37.7256797039307 -122.421520544445 (37.7256797039307, -122.421520544445)
132970 181220 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 542 Moscow St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6003657.268730001 2090042.27022 37.7190653575524 -122.429369250808 (37.7190653575524, -122.429369250808)
133518 68285 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 1894 48th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 08/09/1993 12:00:00 AM 9   Permit Number 32094 5981358.7272 2102199.6882 37.7511586335316 -122.50734684264 (37.7511586335316, -122.50734684264)
151287 244537 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2998 16th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 0ft   6006853.4106 2106754.8261 37.765134730025395 -122.419506455881 (37.7651347300254, -122.419506455881)
161683 181245 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 299 Lathrop Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6012169.9653 2086851.4027900002 37.7107821509505 -122.399720034648 (37.7107821509505, -122.399720034648)
163587 246271 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2097 Mission St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 0ft   6006863.2777 2106174.4953 37.7635418334379 -122.419431153874 (37.7635418334379, -122.419431153874)
164859 246278 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2023 Mission St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 0ft   6006844.3209 2106561.2147 37.7646026065706 -122.419524157759 (37.7646026065706, -122.419524157759)
174544 246364 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1940 Mission St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 0ft   6006759.3529 2107084.7818 37.766035412442704 -122.419855194529 (37.7660354124427, -122.419855194529)
67895 203190 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1471 Rhode Island St 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     9     6012043.2307 2101521.0685 37.7510549406325 -122.401188218373 (37.7510549406325, -122.401188218373)
186670 217476 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2 Castenada Ave 7 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     9 Width 3ft   5994389.54518 2101808.84982 37.7508444327326 -122.46225687706101 (37.7508444327326, -122.462256877061)
38493 181278 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 46 Admiral Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 8ft   6003332.53306 2094181.6518 37.730412786411904 -122.430786976247 (37.7304127864119, -122.430786976247)
51719 203192 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2701 Phelps St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 3ft   6011784.79678 2093250.5774700001 37.728331506992895 -122.40150072019699 (37.7283315069929, -122.401500720197)

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