Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 17 and qSpecies = 100 sorted by PlotSize

View and edit SQL

Suggested facets: qAddress, DBH

qSiteInfo

  • Side Yard : Yard · 5
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location
39519 118599 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 249 Point Lobos Ave 4 Side Yard : Yard 17 Tree 1 Private 1     35     5981986.20635 2112598.8818200002 37.7797487653148 -122.50594791191901 (37.7797487653148, -122.505947911919)
47741 194278 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1750 22nd St 7 Side Yard : Yard 17 Tree 1 Private 1     5     6012817.610719999 2103799.38432 37.7573538722899 -122.398670182286 (37.7573538722899, -122.398670182286)
48507 118600 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 249 Point Lobos Ave 2 Side Yard : Yard 17 Tree 1 Private 1     37     5981958.17368 2112601.6345 37.779754673268705 -122.506045091658 (37.7797546732687, -122.506045091658)
53743 118598 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 249 Point Lobos Ave 8 Side Yard : Yard 17 Tree 1 Private 1     35     5982022.838269999 2112594.06181 37.7797376871414 -122.50582083083799 (37.7797376871414, -122.505820830838)
161645 194297 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 2198 Revere Ave 1 Side Yard : Yard 17 Tree 1 Private 1     31     6011968.87844 2096761.7845599998 37.737982818059294 -122.40111095580299 (37.7379828180593, -122.401110955803)

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