Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 23 and qSpecies = 3

View and edit SQL

Suggested facets: qAddress, SiteOrder

qSiteInfo

  • : Yard · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
26291 178180 Undocumented 2 Pinus radiata :: Monterey Pine 3 491 La Grande Ave 4 : Yard 23 Tree 1 Private 1     20     6004422.927759999 2089235.71163 37.716894041605 -122.42666525741001 (37.716894041605, -122.42666525741)
46299 233305 Undocumented 2 Pinus radiata :: Monterey Pine 3 170 Carnelian Way 1 : Yard 23 Tree 1 Private 1     17     6000606.984180001 2100509.57943 37.7476329887819 -122.44066327429199 (37.7476329887819, -122.440663274292)
75344 233331 Undocumented 2 Pinus radiata :: Monterey Pine 3 4404 20th St 10 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003656.39078 2104225.45781 37.7580090976571 -122.430383686085 (37.7580090976571, -122.430383686085)
123420 178181 Undocumented 2 Pinus radiata :: Monterey Pine 3 491 La Grande Ave 5 : Yard 23 Tree 1 Private 1     23     6004429.890380001 2089255.59598 37.7169490333536 -122.42664260617501 (37.7169490333536, -122.426642606175)
156510 233334 Undocumented 2 Pinus radiata :: Monterey Pine 3 91 Stanton St 1 : Yard 23 Tree 1 Private 1     15 Width 3ft   6000284.24588 2103856.40307 37.7568041715962 -122.442019473547 (37.7568041715962, -122.442019473547)
187327 233306 Undocumented 2 Pinus radiata :: Monterey Pine 3 174 Carnelian Way 1 : Yard 23 Tree 1 Private 1     26     6000631.47853 2100513.23992 37.7476444344533 -122.44057883696999 (37.7476444344533, -122.44057883697)

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