Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 3 and qSpecies = 92

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
33074 250871 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 133 30th Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 4ft   5986470.57231 2114618.46238 37.7855568913773 -122.490583370354 (37.7855568913773, -122.490583370354)
98389 108704 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 518 Alvarado St   Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/02/2015 12:00:00 AM 3 3x3 Permit Number 774627 6002997.66572 2102724.68002 37.75385098403721 -122.43255463892 (37.7538509840372, -122.43255463892)
130693 177468 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 433 Rolph St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 6ft   6002151.79245 2087719.00941 37.71260084901029 -122.43440707753099 (37.7126008490103, -122.434407077531)
134741 193442 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 2500 Newhall St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     3 Width 3ft   6012910.65375 2093763.77575 37.7298034003831 -122.397644536081 (37.7298034003831, -122.397644536081)
162752 249845 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 1470 Greenwich St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 0ft   6011400.01044 2120398.50314 37.8028521035106 -122.404741390312 (37.8028521035106, -122.404741390312)

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