Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 5 and qSpecies = 92

View and edit SQL

Suggested facets: qLegalStatus, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
148717 193441 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 201 Williams Ave 5 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4 Width 3ft   6012901.06981 2093790.55615 37.7298764001784 -122.397679546697 (37.7298764001784, -122.397679546697)
157822 88035 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 2301X Lyon St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/23/2008 12:00:00 AM 5 3x3 Permit Number 51052 5999273.69805 2116722.30576 37.792073015612104 -122.44643987249701 (37.7920730156121, -122.446439872497)
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)
186152 193440 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 1775 Silver Ave 5 Front Yard : Yard 7 Tree 1 Private 1     5 Width 3ft   6011367.39112 2095333.90709 37.7340285952496 -122.403090198147 (37.7340285952496, -122.403090198147)

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