Street_Tree_List

Data source: data.sfgov.org

4 rows where qAddress = "4001 20th St" and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, DBH

qAddress

  • 4001 20th St · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44358 245707 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 4 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003651.76342 2104178.89616 37.7578809883279 -122.430396367393 (37.7578809883279, -122.430396367393)
77285 221965 Undocumented 2 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 274 4001 20th St 5 : Yard 23 Tree 1 Private 1     4 Width 3ft   6003646.65326 2104187.9271299997 37.7579054957544 -122.43041468480699 (37.7579054957544, -122.430414684807)
132798 245706 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 3 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003635.70774 2104190.5874799998 37.7579121804175 -122.430452728819 (37.7579121804175, -122.430452728819)
167772 245705 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 1 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003616.02573 2104184.50188 37.757894355861396 -122.430520363245 (37.7578943558614, -122.430520363245)

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